@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://dev.bcld.info/works/19fe0fc1-fcc2-433d-a564-a584410f2975> 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 ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:42:52.862777+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/11268117> ;
            :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/> ] ;
    :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://dev.bcld.info/instances/03899541-31b5-4f47-979c-7f5819b1b16d> ;
    :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://dev.bcld.info/works/3f419c9e-697f-4be9-8c86-f877a34b6353> ;
            :relationship <http://id.loc.gov/vocabulary/relationship/continuationof> ],
        [ a :Relation ;
            :associatedResource <https://dev.bcld.info/works/979cb080-6c1f-4f21-a1c3-d1ba9a42b93c> ;
            :relationship <http://id.loc.gov/vocabulary/relationship/continuedby> ] ;
    :subject <http://id.loc.gov/rwo/agents/n79018566>,
        <http://id.worldcat.org/fast/1204490> ;
    :title [ a :Title ;
            bflc:nonSortNum "4" ;
            :mainTitle "The New-Hampshire state gazette, or, Exeter circulating morning chronicle" ],
        [ a :VariantTitle,
                <http://id.loc.gov/vocabulary/vartitletype/por> ;
            :mainTitle "Exeter circulating morning chronicle" ] .

