@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/80141/work_15> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "If I Knew You Were Comin' I'd've Baked a Cake" ;
    ns1:conductor <http://data.carnegiehall.org/names/142444> ;
    ns1:piano <http://data.carnegiehall.org/names/104820> ;
    ns1:soprano <http://data.carnegiehall.org/names/87793> ;
    ns1:tenor <http://data.carnegiehall.org/names/8611> ;
    ns3:performer <http://data.carnegiehall.org/names/104820>,
        <http://data.carnegiehall.org/names/142444>,
        <http://data.carnegiehall.org/names/8611>,
        <http://data.carnegiehall.org/names/87793> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/125743> .

