@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/ebd7bc6c-3c93-4155-ae5b-bc5ee15cefb4> a :Instance ;
    :adminMetadata [ a :AdminMetadata ;
            :agent <http://id.loc.gov/vocabulary/organizations/bcld> ;
            :date "2026-07-07T22:43:46.883522+00:00"^^xsd:dateTime ;
            :derivedFrom <http://id.loc.gov/resources/instances/19539885> ;
            :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/> ] ;
    :extent [ a :Extent ;
            rdfs:label "xvi, 216 pages" ;
            :note [ a :Note,
                        <http://id.loc.gov/vocabulary/mnotetype/physical> ;
                    rdfs:label "illustrations" ] ] ;
    :identifiedBy [ a :Lccn ;
            rdf:value "  2016048849" ],
        [ a :Isbn ;
            :qualifier "hardback" ;
            rdf:value "9781474244381" ],
        [ a :Isbn ;
            :qualifier "pbk" ;
            rdf:value "9781474244398" ] ;
    :instanceOf <https://dev.bcld.info/works/008654d9-971b-40ac-91fb-79a44b497c6c> ;
    :publicationStatement "London; New York: Bloomsbury Methuen Drama, 2017" ;
    :title [ a :Title ;
            :mainTitle "Scenography expanded" ;
            :subtitle "an introduction to contemporary performance design" ] .

