@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://dev.bcld.info/works/cded0143-3b61-414d-9df3-ea8cb315482b> a :Work ;
    rdfs:label "The Department of State bulletin" ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:44:15.550180+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/11140350> ;
            :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 :ClassificationDdc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "353.1" ;
            :edition "full" ],
        [ a :ClassificationNal ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dnal> ;
            :classificationPortion "150" ;
            :itemPortion "B87" ;
            :status <http://id.loc.gov/vocabulary/mstatus/uba> ],
        [ a :ClassificationLcc ;
            :classificationPortion "JX232" ;
            :itemPortion ".A33" ],
        [ a :ClassificationLcc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "KZ231" ;
            :itemPortion ".U83" ;
            :status <http://id.loc.gov/vocabulary/mstatus/uba> ],
        [ a :Classification ;
            rdfs:label "S 1.3:" ;
            :source <http://id.loc.gov/vocabulary/classSchemes/sudocs> ] ;
    :contribution [ a :Contribution ;
            :agent [ a :Agent,
                        :Jurisdiction ;
                    rdfs:label "United States. Department of State. Office of Media Services." ;
                    bflc:marcKey "7101 $aUnited States.$bDepartment of State.$bOffice of Media Services." ] ;
            :role <http://id.loc.gov/vocabulary/relators/ctb> ],
        [ a :Contribution ;
            :agent [ a :Agent,
                        :Jurisdiction ;
                    rdfs:label "United States. Department of State. Office of Public Communication." ;
                    bflc:marcKey "7101 $aUnited States.$bDepartment of State.$bOffice of Public Communication." ] ;
            :role <http://id.loc.gov/vocabulary/relators/ctb> ] ;
    :hasInstance <https://dev.bcld.info/instances/83469812-3607-4d39-ba35-6ff9f237eda0> ;
    :language <http://id.loc.gov/vocabulary/languages/eng> ;
    :title [ a :Title ;
            bflc:nonSortNum "4" ;
            :mainTitle "The Department of State bulletin" ],
        [ a :KeyTitle ;
            bflc:nonSortNum "4" ;
            :mainTitle "The Department of State bulletin" ],
        [ a :AbbreviatedTitle ;
            :assigner [ a :Agent ;
                    :code "issnkey" ] ;
            :mainTitle "Dep. State bull." ] .

