@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/54277/work_07> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "passage / what does it mean?" ;
    ns1:chamber_ensemble <http://data.carnegiehall.org/names/96598> ;
    ns1:clarinet <http://data.carnegiehall.org/names/75615> ;
    ns1:double_bass <http://data.carnegiehall.org/names/76892> ;
    ns1:keyboard <http://data.carnegiehall.org/names/96600> ;
    ns1:piano <http://data.carnegiehall.org/names/96599> ;
    ns1:violin <http://data.carnegiehall.org/names/75861> ;
    ns2:performer <http://data.carnegiehall.org/names/75615>,
        <http://data.carnegiehall.org/names/75861>,
        <http://data.carnegiehall.org/names/76892>,
        <http://data.carnegiehall.org/names/96598>,
        <http://data.carnegiehall.org/names/96599>,
        <http://data.carnegiehall.org/names/96600> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/93366> ;
    rdfs:comment "world premiere" .

