@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/0f453864-6a32-4b43-8cff-9c71c4fe1c12> a :Work ;
    rdfs:label "Pagel-Hogan, Elizabeth. US Special Operations Forces" ;
    :adminMetadata [ 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/> ],
        [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:44:54.297868+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/21762036> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ] ;
    :classification [ a :ClassificationDdc ;
            :classificationPortion "623.7" ;
            :edition "full" ;
            :source [ a :Source ;
                    :code "23" ] ],
        [ a :ClassificationLcc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "U167.5.S64" ;
            :itemPortion "P34 2022" ;
            :status <http://id.loc.gov/vocabulary/mstatus/uba> ] ;
    :contribution [ a :Contribution,
                :PrimaryContribution ;
            :agent [ a :Agent,
                        :Person ;
                    rdfs:label "Pagel-Hogan, Elizabeth" ;
                    bflc:marcKey "1001 $aPagel-Hogan, Elizabeth,$eauthor." ] ;
            :role [ a :Role ;
                    rdfs:label "author" ] ],
        [ a :Contribution ;
            :agent [ a :Agent,
                        :Person ;
                    rdfs:label "Zorri, Diane Maye" ;
                    bflc:marcKey "7001 $aZorri, Diane Maye,$econsultant." ] ;
            :role [ a :Role ;
                    rdfs:label "consultant" ] ] ;
    :hasInstance <https://dev.bcld.info/instances/5ebe0963-452d-4b5b-999c-9faf013c7121> ;
    :language <http://id.loc.gov/vocabulary/languages/eng> ;
    :title [ a :VariantTitle,
                <http://id.loc.gov/vocabulary/vartitletype/por> ;
            :mainTitle "Equipment and vehicles" ],
        [ a :Title ;
            :mainTitle "US Special Operations Forces" ],
        [ a :VariantTitle ;
            :mainTitle "United States Special Operations Forces" ] .

