@prefix : <http://id.loc.gov/ontologies/bibframe/> .
@prefix bflc: <http://id.loc.gov/ontologies/bflc/> .
@prefix mads: <http://www.loc.gov/mads/rdf/v1#> .
@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://bluecore-dev.stanford.edu/works/d889a064-b56f-4bba-924a-6750b39118f8> a :Serial,
        :Text,
        :Work ;
    bflc:aap "The New-Hampshire state gazette, or, Exeter circulating morning chronicle" ;
    bflc:aap-normalized "thenewhampshirestategazetteorexetercirculatingmorningchronicle" ;
    bflc:serialPubType <http://id.loc.gov/vocabulary/mserialpubtype/newspaper> ;
    :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.154346+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/11268117> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ] ;
    :classification [ a :ClassificationLcc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "Newspaper" ;
            :status <http://id.loc.gov/vocabulary/mstatus/uba> ] ;
    :content <http://id.loc.gov/vocabulary/contentTypes/txt> ;
    :genreForm <http://id.worldcat.org/fast/1423814>,
        <https://id.loc.gov/authorities/genreForms/gf2014026132> ;
    :geographicCoverage <http://id.loc.gov/vocabulary/geographicAreas/n-us-nh> ;
    :hasInstance <https://bluecore-dev.stanford.edu/instances/06460c3c-672f-4c76-9806-f2073e0e7fb4> ;
    :language <http://id.loc.gov/vocabulary/languages/eng> ;
    :place [ a :Place,
                mads:HierarchicalGeographic ;
            rdfs:label "United States--New Hampshire--Rockingham--Exeter." ;
            mads:componentList ( [ a mads:Country ;
                        rdfs:label "United States" ] [ a mads:State ;
                        rdfs:label "New Hampshire" ] [ a mads:County ;
                        rdfs:label "Rockingham" ] [ a mads:City ;
                        rdfs:label "Exeter" ] ) ] ;
    :relation [ a :Relation ;
            :associatedResource <https://bluecore-dev.stanford.edu/works/e32f9876-39f8-473f-a191-72799187f09c> ;
            :relationship <http://id.loc.gov/vocabulary/relationship/continuedby> ],
        [ a :Relation ;
            :associatedResource <https://bluecore-dev.stanford.edu/works/6a5e60aa-fa5c-43b5-a727-f4bfbb0e21b4> ;
            :relationship <http://id.loc.gov/vocabulary/relationship/continuationof> ] ;
    :subject <http://id.loc.gov/rwo/agents/n79018566>,
        <http://id.worldcat.org/fast/1204490> ;
    :title [ a :VariantTitle,
                <http://id.loc.gov/vocabulary/vartitletype/por> ;
            :mainTitle "Exeter circulating morning chronicle" ],
        [ a :Title ;
            bflc:nonSortNum "4" ;
            :mainTitle "The New-Hampshire state gazette, or, Exeter circulating morning chronicle" ] .

