@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/aab11925-55f4-4694-afda-366a16d858d5> a :Monograph,
        :Text,
        :Work ;
    bflc:aap "Donald, Graeme. Loose cannons" ;
    bflc:aap-normalized "donaldgraemeloosecannons" ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:44:08.939532+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/23983000> ;
            :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 ;
            :classificationPortion "355.009" ;
            :edition "full" ;
            :source [ a :Source ;
                    :code "22" ] ],
        [ a :ClassificationLcc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "D25.5" ;
            :status <http://id.loc.gov/vocabulary/mstatus/uba> ] ;
    :content <http://id.loc.gov/vocabulary/contentTypes/txt> ;
    :contribution [ a :Contribution,
                :PrimaryContribution ;
            :agent <http://id.loc.gov/rwo/agents/n2009001482> ;
            :role <http://id.loc.gov/vocabulary/relators/aut> ] ;
    :genreForm <https://id.loc.gov/authorities/genreForms/gf2014026044>,
        <https://id.loc.gov/authorities/genreForms/gf2014026201> ;
    :hasInstance <https://dev.bcld.info/instances/0c248faf-cc73-42ff-88cf-1058b6217e3e> ;
    :illustrativeContent <http://id.loc.gov/vocabulary/millus/ill> ;
    :language <http://id.loc.gov/vocabulary/languages/eng> ;
    :relation [ a :Relation ;
            :associatedResource <https://dev.bcld.info/works/ce0e5fce-9d31-4a65-94bc-143738d840b2> ;
            :relationship [ a :Relationship ;
                    rdfs:label "Print Version" ],
                <http://id.loc.gov/vocabulary/relationship/otherphysicalformat> ] ;
    :subject <http://id.loc.gov/authorities/subjects/sh85085167>,
        <http://id.loc.gov/authorities/subjects/sh85085207> ;
    :supplementaryContent <http://id.loc.gov/vocabulary/msupplcont/bibliography>,
        <http://id.loc.gov/vocabulary/msupplcont/index> ;
    :title [ a :Title ;
            :mainTitle "Loose cannons" ] .

