@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://dev.bcld.info/instances/9ef41c87-5dfe-4500-aa74-7396988ec873> a :Instance ;
    :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:43:33.441919+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/22487351> ;
            :status <http://id.loc.gov/vocabulary/mstatus/c> ] ;
    :extent [ a :Extent ;
            rdfs:label "438 pages" ] ;
    :identifiedBy [ a :Lccn ;
            rdf:value "  2022002185" ],
        [ a :Isbn ;
            :qualifier "paperback" ;
            rdf:value "9781350289307" ],
        [ a :Isbn ;
            :qualifier "hardback" ;
            rdf:value "9781350289314" ] ;
    :instanceOf <https://dev.bcld.info/works/ce699a5c-d342-460d-9658-4ce9af9f5f17> ;
    :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" ] .

