@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/42053/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Sonata for Cello and Piano No. 2 in G Minor, Op. 5, No. 2" ;
    ns1:cello <http://data.carnegiehall.org/names/58762> ;
    ns1:piano <http://data.carnegiehall.org/names/37109> ;
    ns3:performer <http://data.carnegiehall.org/names/37109>,
        <http://data.carnegiehall.org/names/58762> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/2981> .

