@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/5d0d145d-b8a1-4284-8d5b-e9801fb2ae64> a :Work ;
    rdfs:label "Fergus, Charles. Trees of New England" ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:44:45.143407+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/24023421> ;
            :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 "582.160974" ;
            :edition "full" ;
            :source [ a :Source ;
                    :code "23/eng/20250221" ] ],
        [ a :ClassificationLcc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "QK121" ;
            :itemPortion ".F47 2025" ;
            :status <http://id.loc.gov/vocabulary/mstatus/uba> ],
        [ a :ClassificationNal ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dnal> ;
            :classificationPortion "QK121" ;
            :itemPortion ".F47 2025" ;
            :status <http://id.loc.gov/vocabulary/mstatus/uba> ] ;
    :contribution [ a :Contribution,
                :PrimaryContribution ;
            :agent <http://id.loc.gov/rwo/agents/n85073648> ;
            :role <http://id.loc.gov/vocabulary/relators/aut> ],
        [ a :Contribution ;
            :agent <http://id.loc.gov/rwo/agents/n2004020150> ;
            :role <http://id.loc.gov/vocabulary/relators/ill> ] ;
    :hasInstance <https://dev.bcld.info/instances/77dd7666-bbaf-4c49-a20d-bf0a777854fc> ;
    :language <http://id.loc.gov/vocabulary/languages/eng> ;
    :title [ a :Title ;
            :mainTitle "Trees of New England" ] .

