@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/44472/work_02> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "Doot" ;
    ns2:cello <http://data.carnegiehall.org/names/66635> ;
    ns2:clarinet <http://data.carnegiehall.org/names/62683> ;
    ns2:double_bass <http://data.carnegiehall.org/names/66636> ;
    ns2:flute <http://data.carnegiehall.org/names/70822> ;
    ns2:french_horn <http://data.carnegiehall.org/names/3411> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/77316> ;
    ns2:percussion <http://data.carnegiehall.org/names/20387> ;
    ns2:piano <http://data.carnegiehall.org/names/17694> ;
    ns2:piccolo <http://data.carnegiehall.org/names/70822> ;
    ns2:soprano <http://data.carnegiehall.org/names/77315> ;
    ns2:trumpet <http://data.carnegiehall.org/names/77313> ;
    ns2:viola <http://data.carnegiehall.org/names/53123> ;
    ns2:violin <http://data.carnegiehall.org/names/75609> ;
    ns1:performer <http://data.carnegiehall.org/names/17694>,
        <http://data.carnegiehall.org/names/20387>,
        <http://data.carnegiehall.org/names/3411>,
        <http://data.carnegiehall.org/names/53123>,
        <http://data.carnegiehall.org/names/62683>,
        <http://data.carnegiehall.org/names/66635>,
        <http://data.carnegiehall.org/names/66636>,
        <http://data.carnegiehall.org/names/70822>,
        <http://data.carnegiehall.org/names/75609>,
        <http://data.carnegiehall.org/names/77313>,
        <http://data.carnegiehall.org/names/77315>,
        <http://data.carnegiehall.org/names/77316> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/73436> ;
    rdfs:comment "world premiere" .

