@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/10208/work_06> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Listen" ;
    ns1:boys_chorus <http://data.carnegiehall.org/names/4990> ;
    ns1:childrens_chorus <http://data.carnegiehall.org/names/14898> ;
    ns1:folk_singer <http://data.carnegiehall.org/names/22328> ;
    ns1:narrator <http://data.carnegiehall.org/names/42051>,
        <http://data.carnegiehall.org/names/8718> ;
    ns1:string_quartet <http://data.carnegiehall.org/names/54534> ;
    ns3:performer <http://data.carnegiehall.org/names/14898>,
        <http://data.carnegiehall.org/names/22328>,
        <http://data.carnegiehall.org/names/42051>,
        <http://data.carnegiehall.org/names/4990>,
        <http://data.carnegiehall.org/names/54534>,
        <http://data.carnegiehall.org/names/8718> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/12535> .

