@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/4be83e1a-6370-4fea-818a-b6457aa7a7a4> a :Instance ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:42:52.879153+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/11268116> ;
            :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/> ] ;
    :extent [ a :Extent ;
            rdfs:label "volumes" ] ;
    :identifiedBy [ a :Lccn ;
            rdf:value "sn 83020970 " ],
        [ a :OclcNumber ;
            rdf:value "ocm09664230 " ] ;
    :instanceOf <https://dev.bcld.info/works/3f419c9e-697f-4be9-8c86-f877a34b6353> ;
    :publicationStatement "[Exeter, N.H.]: R.L. Fowle" ;
    :title [ a :Title ;
            :mainTitle "New Hampshire gazette, or, The Exeter morning chronicle" ] .

