@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/324a0568-790a-4293-8b46-8454dcd4ab82> a :Work ;
    rdfs:label "All about birds" ;
    :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:08.336191+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/22072739> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ] ;
    :classification [ a :ClassificationLcc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "QL683.N73" ;
            :itemPortion "A45 2022" ;
            :status <http://id.loc.gov/vocabulary/mstatus/uba> ] ;
    :contribution [ a :Contribution ;
            :agent [ a :Agent,
                        :Organization ;
                    rdfs:label "Cornell University. Laboratory of Ornithology" ;
                    bflc:marcKey "7102 $aCornell University.$bLaboratory of Ornithology,$eissuing body." ] ;
            :role [ a :Role ;
                    rdfs:label "issuing body" ] ] ;
    :hasInstance <https://dev.bcld.info/instances/a74ce506-9b0c-4795-b3c7-4c040716ddd7> ;
    :language <http://id.loc.gov/vocabulary/languages/eng> ;
    :title [ a :Title ;
            :mainTitle "All about birds" ] .

