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

<http://data.carnegiehall.org/events/46846/work_28> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "12 Variations on 'See the conqu'ring hero comes’ from Judas Maccabaeus in G Major, WoO 45" ;
    ns3:cello <http://data.carnegiehall.org/names/7508> ;
    ns3:piano <http://data.carnegiehall.org/names/50710> ;
    ns1:performer <http://data.carnegiehall.org/names/50710>,
        <http://data.carnegiehall.org/names/7508> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/18043> .

