@prefix : <http://id.loc.gov/ontologies/bibframe/> .
@prefix bflc: <http://id.loc.gov/ontologies/bflc/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://bluecore-dev.stanford.edu/works/6a5e60aa-fa5c-43b5-a727-f4bfbb0e21b4> a :Work ;
    rdfs:label "New Hampshire gazette, or, The Exeter morning chronicle" ;
    :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:42.158351+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/11268116> ;
            :status <http://id.loc.gov/vocabulary/mstatus/incmp> ] ;
    :classification [ a :ClassificationLcc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "Newspaper" ;
            :status <http://id.loc.gov/vocabulary/mstatus/uba> ] ;
    :hasInstance <https://bluecore-dev.stanford.edu/instances/87f9de3a-7e1f-4d8c-a1ee-35167564656d> ;
    :language <http://id.loc.gov/vocabulary/languages/eng> ;
    :title [ a :VariantTitle,
                <http://id.loc.gov/vocabulary/vartitletype/por> ;
            :mainTitle "Exeter morning chronicle" ],
        [ a :VariantTitle,
                <http://id.loc.gov/vocabulary/vartitletype/por> ;
            :mainTitle "New Hampshire gazette, or, Exeter morning chronicle" ],
        [ a :Title ;
            :mainTitle "New Hampshire gazette, or, The Exeter morning chronicle" ] .

