@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/37901/work_12> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "Meristos" ;
    ns2:cello <http://data.carnegiehall.org/names/62533> ;
    ns2:clarinet <http://data.carnegiehall.org/names/62554> ;
    ns2:conductor <http://data.carnegiehall.org/names/62553> ;
    ns2:oboe <http://data.carnegiehall.org/names/62522> ;
    ns2:piano <http://data.carnegiehall.org/names/62534> ;
    ns2:trio <http://data.carnegiehall.org/names/62531> ;
    ns2:violin <http://data.carnegiehall.org/names/62532> ;
    ns1:performer <http://data.carnegiehall.org/names/62522>,
        <http://data.carnegiehall.org/names/62531>,
        <http://data.carnegiehall.org/names/62532>,
        <http://data.carnegiehall.org/names/62533>,
        <http://data.carnegiehall.org/names/62534>,
        <http://data.carnegiehall.org/names/62553>,
        <http://data.carnegiehall.org/names/62554> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/60341> ;
    rdfs:comment "world premiere" .

