@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://bluecore-dev.stanford.edu/works/194cbf92-5b25-465e-95e0-91a105eb4f1a> a :Work ;
    rdfs:label "The height of summer" ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/cbc> ;
            :date "2026-09-14T21:38:58.807876+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/works/22487351> ;
            :status <http://id.loc.gov/vocabulary/mstatus/incmp> ],
        [ a :AdminMetadata ;
            bflc:catalogerId "Unknown" ;
            :date "2026-09-14" ;
            :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 :ClassificationLcc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "PS634.2" ;
            :itemPortion ".H45 2022" ;
            :status <http://id.loc.gov/vocabulary/mstatus/uba> ],
        [ a :ClassificationDdc ;
            :assigner <http://id.loc.gov/vocabulary/organizations/dlc> ;
            :classificationPortion "812/.608" ;
            :edition "full" ;
            :source [ a :Source ;
                    :code "23/eng/20220331" ] ] ;
    :contribution [ a :Contribution ;
            :agent <http://id.loc.gov/rwo/agents/nb2005011184> ;
            :role <http://id.loc.gov/vocabulary/relators/edt> ],
        [ a :Contribution ;
            :agent <http://id.loc.gov/rwo/agents/n93001041> ;
            :role <http://id.loc.gov/vocabulary/relators/ctb> ] ;
    :hasInstance <https://bluecore-dev.stanford.edu/instances/a8e271cc-b8d9-46d9-be25-036652b3a3a5> ;
    :language <http://id.loc.gov/vocabulary/languages/eng> ;
    :title [ a :Title ;
            bflc:nonSortNum "4" ;
            :mainTitle "The height of summer" ] .

