@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/43314/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Song (unspecified)" ;
    ns1:piano <http://data.carnegiehall.org/names/1117> ;
    ns1:vocalist <http://data.carnegiehall.org/names/15714>,
        <http://data.carnegiehall.org/names/23483>,
        <http://data.carnegiehall.org/names/46326>,
        <http://data.carnegiehall.org/names/62697>,
        <http://data.carnegiehall.org/names/71031>,
        <http://data.carnegiehall.org/names/74275> ;
    ns2:performer <http://data.carnegiehall.org/names/1117>,
        <http://data.carnegiehall.org/names/15714>,
        <http://data.carnegiehall.org/names/23483>,
        <http://data.carnegiehall.org/names/46326>,
        <http://data.carnegiehall.org/names/62697>,
        <http://data.carnegiehall.org/names/71031>,
        <http://data.carnegiehall.org/names/74275> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/10925> .

