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

<http://data.carnegiehall.org/events/42235/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "My Lord, What a Mornin'" ;
    ns3:choir <http://data.carnegiehall.org/names/71684> ;
    ns3:conductor <http://data.carnegiehall.org/names/71685> ;
    ns3:piano <http://data.carnegiehall.org/names/71686> ;
    ns2:performer <http://data.carnegiehall.org/names/71684>,
        <http://data.carnegiehall.org/names/71685>,
        <http://data.carnegiehall.org/names/71686> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/33174> .

