@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/8ad21276-7c3a-4ef7-ac49-1106357812f3> a :Instance ;
    :adminMetadata [ 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/> ],
        [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:43:19.776347+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/5469523> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ] ;
    :carrier <http://id.loc.gov/vocabulary/carriers/nb> ;
    :dimensions "66 x 58 cm., folded in cover 28 x 22 cm." ;
    :extent [ a :Extent ;
            rdfs:label "1 map" ] ;
    :identifiedBy [ a :Lccn ;
            rdf:value "   83694542 " ],
        [ a :CopyrightNumber ;
            :assigner [ a :Organization ;
                    rdfs:label "U.S. Copyright Office" ] ;
            rdf:value "TX 512-933" ] ;
    :instanceOf <https://dev.bcld.info/works/e7c93a42-52a5-45af-9819-b1794bbc6ee6> ;
    :issuance <http://id.loc.gov/vocabulary/issuance/mono> ;
    :media <http://id.loc.gov/vocabulary/mediaTypes/n> ;
    :note [ a :Note ;
            rdfs:label "Includes 3 ancillary maps." ],
        [ a :Note ;
            rdfs:label "Accompanied by: Road guide to the mountain roads south of Monterrey, Mexico. (34 leaves : maps ; 28 cm.)" ],
        [ a :Note ;
            rdfs:label "Alternate title: Map of the mountain roads south of Monterrey and Saltillo, Mexico." ],
        [ a :Note ;
            rdfs:label "Cover title." ] ;
    :provisionActivity [ a :ProvisionActivity,
                :Publication ;
            bflc:simpleAgent "G.R. Whitley" ;
            bflc:simpleDate "c1979" ;
            bflc:simplePlace "[Big Spring, Tex.]" ;
            :date "1979"^^<http://id.loc.gov/datatypes/edtf> ;
            :place <http://id.loc.gov/vocabulary/countries/txu> ] ;
    :publicationStatement "[Big Spring, Tex.]: G.R. Whitley, c1979" ;
    :responsibilityStatement "by Glenn R. Whitley" ;
    :title [ a :Title ;
            :mainTitle "Map and road guide to the mountain roads south of Monterrey" ] .

