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

<http://data.carnegiehall.org/events/54471/work_06> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "The Ethics" ;
    ns1:choir <http://data.carnegiehall.org/names/39568> ;
    ns1:conductor <http://data.carnegiehall.org/names/89146> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/100806> ;
    ns1:percussion <http://data.carnegiehall.org/names/69528> ;
    ns1:piano <http://data.carnegiehall.org/names/62756> ;
    ns1:violin <http://data.carnegiehall.org/names/5716> ;
    ns2:performer <http://data.carnegiehall.org/names/100806>,
        <http://data.carnegiehall.org/names/39568>,
        <http://data.carnegiehall.org/names/5716>,
        <http://data.carnegiehall.org/names/62756>,
        <http://data.carnegiehall.org/names/69528>,
        <http://data.carnegiehall.org/names/89146> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/93921> ;
    rdfs:comment "world premiere" .

