@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/7cbba34a-d591-45d9-995c-d1c06448b6d7> a :Instance ;
    :acquisitionSource [ a :AcquisitionSource ;
            rdfs:label "Guía Roji, S.A. de C.V., José Morán No. 31, 11850 México, D.F." ] ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:44:03.839021+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/5508792> ;
            :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 "80 x 53 cm. and 70 x 54 cm., sheet 85 x 58 cm., folded in cover 24 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 :Isbn ;
            rdf:value "968714064X" ],
        [ a :Isbn ;
            rdf:value "9789687140599" ],
        [ a :Lccn ;
            rdf:value "   89693994 " ],
        [ a :Isbn ;
            rdf:value "9687140593" ] ;
    :instanceOf <https://dev.bcld.info/works/41a90a8c-af18-44af-8c43-a277d402e7cf> ;
    :issuance <http://id.loc.gov/vocabulary/issuance/mono> ;
    :media <http://id.loc.gov/vocabulary/mediaTypes/n> ;
    :note [ a :Note ;
            rdfs:label "Road sign chart in cover." ],
        [ a :Note ;
            rdfs:label "Relief shown by spot heights on map of Sinaloa." ],
        [ a :Note ;
            rdfs:label "Map of Sinaloa also shows roads." ],
        [ a :Note ;
            rdfs:label "Indexed for city." ],
        [ a :Note ;
            rdfs:label "Cover title." ] ;
    :provisionActivity [ a :ProvisionActivity,
                :Publication ;
            bflc:simpleAgent "Guía Roji, S.A. de C.V." ;
            bflc:simpleDate "[1988]" ;
            bflc:simplePlace "México, D.F." ;
            :date "1988"^^<http://id.loc.gov/datatypes/edtf> ;
            :place <http://id.loc.gov/vocabulary/countries/mx> ] ;
    :publicationStatement "México, D.F.: Guía Roji, S.A. de C.V., [1988]" ;
    :title [ a :Title ;
            :mainTitle "Mazatlán y Edo. de Sinaloa." ] .

