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

<http://data.carnegiehall.org/events/69745/work_07> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "3 Sonnets for Voice, Viola, and Piano" ;
    ns1:piano <http://data.carnegiehall.org/names/5304> ;
    ns1:soprano <http://data.carnegiehall.org/names/4040> ;
    ns1:viola <http://data.carnegiehall.org/names/128530> ;
    ns3:performer <http://data.carnegiehall.org/names/128530>,
        <http://data.carnegiehall.org/names/4040>,
        <http://data.carnegiehall.org/names/5304> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/113507> ;
    rdfs:comment "New York premiere" .

