@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/18045/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "\"Safe\" Sextet, S. R33-l45-r[pass it once]78" ;
    ns2:bass_clarinet <http://data.carnegiehall.org/names/47076> ;
    ns2:celesta <http://data.carnegiehall.org/names/20493> ;
    ns2:contrabassoon <http://data.carnegiehall.org/names/10664> ;
    ns2:english_horn <http://data.carnegiehall.org/names/22537> ;
    ns2:harp <http://data.carnegiehall.org/names/22155> ;
    ns2:piccolo <http://data.carnegiehall.org/names/52834> ;
    ns1:performer <http://data.carnegiehall.org/names/10664>,
        <http://data.carnegiehall.org/names/20493>,
        <http://data.carnegiehall.org/names/22155>,
        <http://data.carnegiehall.org/names/22537>,
        <http://data.carnegiehall.org/names/47076>,
        <http://data.carnegiehall.org/names/52834> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/14930> .

