@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/45088/work_26> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Now is the cool of the day" ;
    ns1:baritone <http://data.carnegiehall.org/names/76130>,
        <http://data.carnegiehall.org/names/78951> ;
    ns1:bass <http://data.carnegiehall.org/names/73202> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/78948> ;
    ns1:soprano <http://data.carnegiehall.org/names/78950> ;
    ns1:tenor <http://data.carnegiehall.org/names/71031>,
        <http://data.carnegiehall.org/names/76916> ;
    ns3:performer <http://data.carnegiehall.org/names/71031>,
        <http://data.carnegiehall.org/names/73202>,
        <http://data.carnegiehall.org/names/76130>,
        <http://data.carnegiehall.org/names/76916>,
        <http://data.carnegiehall.org/names/78948>,
        <http://data.carnegiehall.org/names/78950>,
        <http://data.carnegiehall.org/names/78951> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/74819> .

