@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/45518/work_04> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "3 Songs from William Shakespeare" ;
    ns1:clarinet <http://data.carnegiehall.org/names/30579> ;
    ns1:flute <http://data.carnegiehall.org/names/31056> ;
    ns1:soprano <http://data.carnegiehall.org/names/23174> ;
    ns1:viola <http://data.carnegiehall.org/names/37803> ;
    ns2:performer <http://data.carnegiehall.org/names/23174>,
        <http://data.carnegiehall.org/names/30579>,
        <http://data.carnegiehall.org/names/31056>,
        <http://data.carnegiehall.org/names/37803> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/25679> ;
    rdfs:comment "New York premiere" .

