@prefix ns1: <http://purl.org/ontology/mo/> .
@prefix ns2: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns3: <http://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/58397/work_12> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Shut De Do" ;
    ns2:childrens_chorus <http://data.carnegiehall.org/names/108575> ;
    ns2:choir <http://data.carnegiehall.org/names/108570>,
        <http://data.carnegiehall.org/names/108571>,
        <http://data.carnegiehall.org/names/108572>,
        <http://data.carnegiehall.org/names/108573>,
        <http://data.carnegiehall.org/names/108574>,
        <http://data.carnegiehall.org/names/32325>,
        <http://data.carnegiehall.org/names/67546>,
        <http://data.carnegiehall.org/names/89336> ;
    ns2:conductor <http://data.carnegiehall.org/names/85105> ;
    ns2:piano <http://data.carnegiehall.org/names/5273> ;
    ns1:performer <http://data.carnegiehall.org/names/108570>,
        <http://data.carnegiehall.org/names/108571>,
        <http://data.carnegiehall.org/names/108572>,
        <http://data.carnegiehall.org/names/108573>,
        <http://data.carnegiehall.org/names/108574>,
        <http://data.carnegiehall.org/names/108575>,
        <http://data.carnegiehall.org/names/32325>,
        <http://data.carnegiehall.org/names/5273>,
        <http://data.carnegiehall.org/names/67546>,
        <http://data.carnegiehall.org/names/85105>,
        <http://data.carnegiehall.org/names/89336> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/98970> .

