@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns3: <http://purl.org/ontology/mo/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/72818/work_01> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "Prose Poem" ;
    ns2:cello <http://data.carnegiehall.org/names/19407> ;
    ns2:conductor <http://data.carnegiehall.org/names/25348> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/31412> ;
    ns2:narrator <http://data.carnegiehall.org/names/132079> ;
    ns2:percussion <http://data.carnegiehall.org/names/73623> ;
    ns3:performer <http://data.carnegiehall.org/names/132079>,
        <http://data.carnegiehall.org/names/19407>,
        <http://data.carnegiehall.org/names/25348>,
        <http://data.carnegiehall.org/names/31412>,
        <http://data.carnegiehall.org/names/73623> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/116399> ;
    rdfs:comment "world premiere" .

