@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/37775/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Trio Sonata in G Maj., Op. 2, No. 6" ;
    ns1:cello <http://data.carnegiehall.org/names/62191> ;
    ns1:piano <http://data.carnegiehall.org/names/62190> ;
    ns1:piano_trio <http://data.carnegiehall.org/names/62189> ;
    ns1:violin <http://data.carnegiehall.org/names/24354> ;
    ns2:performer <http://data.carnegiehall.org/names/24354>,
        <http://data.carnegiehall.org/names/62189>,
        <http://data.carnegiehall.org/names/62190>,
        <http://data.carnegiehall.org/names/62191> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/60001> .

