@prefix : <http://id.loc.gov/ontologies/bibframe/> .
@prefix bflc: <http://id.loc.gov/ontologies/bflc/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://bluecore-dev.stanford.edu/instances/a8e271cc-b8d9-46d9-be25-036652b3a3a5> a :Instance ;
    :adminMetadata [ 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/> ],
        [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/cbc> ;
            :date "2026-09-14T21:38:58.824694+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/22487351> ;
            :status <http://id.loc.gov/vocabulary/mstatus/incmp> ] ;
    :extent [ a :Extent ;
            rdfs:label "438 pages" ] ;
    :identifiedBy [ a :Isbn ;
            :qualifier "hardback" ;
            rdf:value "9781350289314" ],
        [ a :Isbn ;
            :qualifier "paperback" ;
            rdf:value "9781350289307" ],
        [ a :Lccn ;
            rdf:value "  2022002185" ] ;
    :instanceOf <https://bluecore-dev.stanford.edu/works/194cbf92-5b25-465e-95e0-91a105eb4f1a> ;
    :publicationStatement "London: Methuen Drama, 2022" ;
    :title [ a :Title ;
            bflc:nonSortNum "4" ;
            :mainTitle "The height of summer" ;
            :subtitle "new plays from Williamstown Theatre Festival 2015-2021" ] .

