@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/16165/work_02> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "4 Miniatures" ;
    ns2:cello <http://data.carnegiehall.org/names/20425> ;
    ns2:double_bass <http://data.carnegiehall.org/names/69351> ;
    ns2:guitar <http://data.carnegiehall.org/names/40639> ;
    ns1:performer <http://data.carnegiehall.org/names/20425>,
        <http://data.carnegiehall.org/names/40639>,
        <http://data.carnegiehall.org/names/69351> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/47393> ;
    rdfs:comment "New York premiere" .

