@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/56216/work_10> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "Sonata da Camera" ;
    ns2:cello <http://data.carnegiehall.org/names/92708> ;
    ns2:clarinet <http://data.carnegiehall.org/names/104477> ;
    ns2:piano <http://data.carnegiehall.org/names/92709> ;
    ns2:piano_trio <http://data.carnegiehall.org/names/100760> ;
    ns2:violin <http://data.carnegiehall.org/names/51844> ;
    ns3:performer <http://data.carnegiehall.org/names/100760>,
        <http://data.carnegiehall.org/names/104477>,
        <http://data.carnegiehall.org/names/51844>,
        <http://data.carnegiehall.org/names/92708>,
        <http://data.carnegiehall.org/names/92709> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/96376> ;
    rdfs:comment "world premiere" .

