@prefix : <http://id.loc.gov/ontologies/bibframe/> .
@prefix bflc: <http://id.loc.gov/ontologies/bflc/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://dev.bcld.info/works/bb39be03-c361-4b35-8f44-bb929c0ff736> a :Monograph,
        :Text,
        :Work ;
    bflc:aap "The first call for freedom" ;
    bflc:aap-normalized "thefirstcallforfreedom" ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-20T21:59:55.807512+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/24040257> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ],
        [ a :AdminMetadata ;
            bflc:catalogerId "Unknown" ;
            :date "2026-07-20" ;
            :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/> ] ;
    :content <http://id.loc.gov/vocabulary/contentTypes/txt> ;
    :hasInstance <https://dev.bcld.info/instances/f61fe177-d0f2-4307-beab-daea4f4ba061> ;
    :language <http://id.loc.gov/vocabulary/languages/eng> ;
    :title [ a :Title ;
            bflc:nonSortNum "4" ;
            :mainTitle "The first call for freedom" ] .

