@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/60870/work_04> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "I'm Bound for Glory, incorporating \"Swing Low, Sweet Chariot\"" ;
    ns3:choir <http://data.carnegiehall.org/names/110030> ;
    ns3:conductor <http://data.carnegiehall.org/names/105226> ;
    ns3:piano <http://data.carnegiehall.org/names/113807> ;
    ns1:performer <http://data.carnegiehall.org/names/105226>,
        <http://data.carnegiehall.org/names/110030>,
        <http://data.carnegiehall.org/names/113807> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/102680> ;
    rdfs:comment "world premiere" .

