@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/2299/work_02> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "Concerto for Oboe and Chamber Ensemble" ;
    ns1:cello <http://data.carnegiehall.org/names/49525> ;
    ns1:chamber_ensemble <http://data.carnegiehall.org/names/52088> ;
    ns1:conductor <http://data.carnegiehall.org/names/40775> ;
    ns1:oboe <http://data.carnegiehall.org/names/44579> ;
    ns1:viola <http://data.carnegiehall.org/names/31411>,
        <http://data.carnegiehall.org/names/60970> ;
    ns1:violin <http://data.carnegiehall.org/names/31611>,
        <http://data.carnegiehall.org/names/41401>,
        <http://data.carnegiehall.org/names/41402> ;
    ns2:performer <http://data.carnegiehall.org/names/31411>,
        <http://data.carnegiehall.org/names/31611>,
        <http://data.carnegiehall.org/names/40775>,
        <http://data.carnegiehall.org/names/41401>,
        <http://data.carnegiehall.org/names/41402>,
        <http://data.carnegiehall.org/names/44579>,
        <http://data.carnegiehall.org/names/49525>,
        <http://data.carnegiehall.org/names/52088>,
        <http://data.carnegiehall.org/names/60970> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/49588> ;
    rdfs:comment "world premiere" .

