@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/20326/work_01> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "Eclogue, “La nouvelle Heloise”" ;
    ns1:cello <http://data.carnegiehall.org/names/5536> ;
    ns1:harp <http://data.carnegiehall.org/names/2410> ;
    ns1:string_quartet <http://data.carnegiehall.org/names/90404> ;
    ns1:viola <http://data.carnegiehall.org/names/36717> ;
    ns1:violin <http://data.carnegiehall.org/names/42860>,
        <http://data.carnegiehall.org/names/60624> ;
    ns2:performer <http://data.carnegiehall.org/names/2410>,
        <http://data.carnegiehall.org/names/36717>,
        <http://data.carnegiehall.org/names/42860>,
        <http://data.carnegiehall.org/names/5536>,
        <http://data.carnegiehall.org/names/60624>,
        <http://data.carnegiehall.org/names/90404> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/83864> ;
    rdfs:comment "world premiere" .

