@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/13945/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "2 Songs with Interlude" ;
    ns1:cello <http://data.carnegiehall.org/names/17043> ;
    ns1:clarinet <http://data.carnegiehall.org/names/8860> ;
    ns1:flute <http://data.carnegiehall.org/names/60538> ;
    ns1:marimba <http://data.carnegiehall.org/names/5335> ;
    ns1:soprano <http://data.carnegiehall.org/names/48357> ;
    ns3:performer <http://data.carnegiehall.org/names/17043>,
        <http://data.carnegiehall.org/names/48357>,
        <http://data.carnegiehall.org/names/5335>,
        <http://data.carnegiehall.org/names/60538>,
        <http://data.carnegiehall.org/names/8860> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/37949> .

