@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://bluecore-dev.stanford.edu/instances/f9393e08-d1b5-4d7f-b232-00d51c418b49> a :Instance ;
    :adminMetadata [ a :AdminMetadata ;
            bflc:catalogerId "Unknown" ;
            :date "2026-09-14" ;
            :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/cbc> ;
            :date "2026-09-14T21:38:50.885693+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 :CopyrightNumber ;
            :assigner [ a :Organization ;
                    rdfs:label "U.S. Copyright Office" ] ;
            rdf:value "TX 512-933" ],
        [ a :Lccn ;
            rdf:value "   83694542 " ] ;
    :instanceOf <https://bluecore-dev.stanford.edu/works/d2cb886f-63a8-4f1a-90ad-517f567e48cc> ;
    :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 "Alternate title: Map of the mountain roads south of Monterrey and Saltillo, Mexico." ],
        [ 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 "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" ] .

