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

