@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/works/2c8ed3ee-c83a-4920-96f8-81c9f9cf686d> a :Cartography,
        :Monograph,
        :Work ;
    bflc:aap "Tanabu-machi zenzu" ;
    bflc:aap-normalized "tanabumachizenzu" ;
    bflc:governmentPubType <http://id.loc.gov/vocabulary/mgovtpubtype/l> ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:44:00.556432+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/24080854> ;
            :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/> ] ;
    :cartographicAttributes [ a :Cartographic ;
            :relief <http://id.loc.gov/vocabulary/mrelief/spot> ],
        [ a :Cartographic ;
            :relief <http://id.loc.gov/vocabulary/mrelief/cont> ] ;
    :classification [ a :ClassificationLcc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "G7964.M85 1959" ;
            :itemPortion ".T3" ;
            :status <http://id.loc.gov/vocabulary/mstatus/uba> ] ;
    :content <http://id.loc.gov/vocabulary/contentTypes/cri> ;
    :genreForm <http://id.loc.gov/authorities/genreForms/gf2011026387> ;
    :geographicCoverage <http://id.loc.gov/authorities/classification/G7964.M85> ;
    :hasInstance <https://dev.bcld.info/instances/c146728e-75a8-4709-928d-726dde278e62> ;
    :language <http://id.loc.gov/vocabulary/languages/jpn> ;
    :scale [ a :Scale ;
            rdfs:label "linear horizontal" ;
            rdf:value "50000" ],
        [ a :Scale ;
            rdfs:label "Scale 1:50,000" ] ;
    :subject <http://id.loc.gov/rwo/agents/n82156198> ;
    :title [ a :Title ;
            :mainTitle "Tanabu-machi zenzu",
                "田名部町全図"@ja-jpan ] .

