@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/4e6b5215-eb42-4a13-a74b-0a61ca702139> a :Instance ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:43:25.098084+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/22829308> ;
            :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/nc> ;
    :colorContent <http://id.loc.gov/vocabulary/mcolor/mul> ;
    :dimensions "25 cm" ;
    :extent [ a :Extent ;
            rdfs:label "1 atlas (99 pages)" ;
            :note [ a :Note,
                        <http://id.loc.gov/vocabulary/mnotetype/physical> ;
                    rdfs:label "color illustrations, color maps" ] ] ;
    :genreForm <http://id.loc.gov/authorities/genreForms/gf2011026058> ;
    :identifiedBy [ a :Lccn ;
            rdf:value "  2022586258" ] ;
    :instanceOf <https://dev.bcld.info/works/ae9b418a-6426-46c1-82e0-613802bfe13a> ;
    :issuance <http://id.loc.gov/vocabulary/issuance/mono> ;
    :media <http://id.loc.gov/vocabulary/mediaTypes/n> ;
    :note [ a :Note ;
            rdfs:label "Relief shown by shading and spot heights." ],
        [ a :Note ;
            rdfs:label "Includes index." ] ;
    :provisionActivity [ a :ProvisionActivity,
                :Publication ;
            bflc:simpleAgent "Ústřední správa geodézie a kartografie" ;
            bflc:simpleDate "[1960]" ;
            bflc:simplePlace "Praha" ;
            :date "1960"^^<http://id.loc.gov/datatypes/edtf> ;
            :place <http://id.loc.gov/vocabulary/countries/xr> ] ;
    :publicationStatement "Praha: Ústřední správa geodézie a kartografie, [1960]" ;
    :title [ a :Title ;
            :mainTitle "Automapa CSSR" ] .

