@prefix : <http://id.loc.gov/ontologies/bibframe/> .
@prefix bflc: <http://id.loc.gov/ontologies/bflc/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://dev.bcld.info/instances/f74bffd5-0dd7-4811-bbbb-6cb8bb6e0004> a :Instance ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:44:14.901689+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/5568923> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ],
        [ a :AdminMetadata ;
            bflc:catalogerId "Unknown" ;
            :date "2026-07-07" ;
            :descriptionAuthentication <http://id.loc.gov/vocabulary/marcauthen/pcc> ;
            :descriptionLanguage <http://id.loc.gov/vocabulary/languages/eng> ;
            :descriptionLevel <http://id.loc.gov/ontologies/bibframe-2-6-0/> ] ;
    :baseMaterial <http://id.loc.gov/vocabulary/mmaterial/pap> ;
    :carrier <http://id.loc.gov/vocabulary/carriers/nb> ;
    :colorContent <http://id.loc.gov/vocabulary/mcolor/mul> ;
    :dimensions "each 89 x 59 cm., sheet 92 x 61 cm., folded to 23 x 11 cm." ;
    :extent [ a :Extent ;
            rdfs:label "2 maps on 1 sheet" ;
            :note [ a :Note,
                        <http://id.loc.gov/vocabulary/mnotetype/physical> ;
                    rdfs:label "both sides, col." ] ] ;
    :genreForm <http://id.loc.gov/authorities/genreForms/gf2011026387> ;
    :identifiedBy [ a :Lccn ;
            rdf:value "   98684701 " ] ;
    :instanceOf <https://dev.bcld.info/works/7fb80e19-9cb2-43b4-949a-5b9b85700747> ;
    :issuance <http://id.loc.gov/vocabulary/issuance/mono> ;
    :media <http://id.loc.gov/vocabulary/mediaTypes/n> ;
    :note [ a :Note ;
            rdfs:label "Includes indexes, location map, and outline map showing county coverage." ],
        [ a :Note ;
            rdfs:label "Panel title." ],
        [ a :Note ;
            rdfs:label "Shows radial distances from Orlando and Tampa." ] ;
    :provisionActivity [ a :ProvisionActivity,
                :Publication ;
            bflc:simpleAgent "Universal Map Enterprises" ;
            bflc:simpleDate "c1986" ;
            bflc:simplePlace "Orlando, Fla" ;
            :date "1986"^^<http://id.loc.gov/datatypes/edtf> ;
            :place <http://id.loc.gov/vocabulary/countries/flu> ] ;
    :publicationStatement "Orlando, Fla: Universal Map Enterprises, c1986" ;
    :title [ a :Title ;
            bflc:nonSortNum "4" ;
            :mainTitle "The regional map of central Florida" ;
            :subtitle "including interstate hwys., U.S. hwys., state hwys., county hwys., mileage circles, points of interest" ] .

