@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/30585/work_25> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Music in the Air: The Song is You" ;
    ns1:baritone <http://data.carnegiehall.org/names/48970> ;
    ns1:soprano <http://data.carnegiehall.org/names/51992> ;
    ns1:tenor <http://data.carnegiehall.org/names/21263> ;
    ns3:performer <http://data.carnegiehall.org/names/21263>,
        <http://data.carnegiehall.org/names/48970>,
        <http://data.carnegiehall.org/names/51992> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/54444> .

