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

<http://data.carnegiehall.org/events/3532/work_03> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "Then We Wound Through an Aura of Golden Yellow Gauze" ;
    ns1:flute <http://data.carnegiehall.org/names/43174> ;
    ns1:guitar <http://data.carnegiehall.org/names/46616> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/11391> ;
    ns1:percussion <http://data.carnegiehall.org/names/9493> ;
    ns1:soprano <http://data.carnegiehall.org/names/42213> ;
    ns1:trombone <http://data.carnegiehall.org/names/26134> ;
    ns1:viola <http://data.carnegiehall.org/names/14144> ;
    ns2:performer <http://data.carnegiehall.org/names/11391>,
        <http://data.carnegiehall.org/names/14144>,
        <http://data.carnegiehall.org/names/26134>,
        <http://data.carnegiehall.org/names/42213>,
        <http://data.carnegiehall.org/names/43174>,
        <http://data.carnegiehall.org/names/46616>,
        <http://data.carnegiehall.org/names/9493> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/11551> ;
    rdfs:comment "world premiere" .

