@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/30317/work_06> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Conte fantastique" ;
    ns1:cello <http://data.carnegiehall.org/names/4346> ;
    ns1:double_bass <http://data.carnegiehall.org/names/17739> ;
    ns1:harp <http://data.carnegiehall.org/names/28988> ;
    ns1:reader <http://data.carnegiehall.org/names/1899> ;
    ns1:viola <http://data.carnegiehall.org/names/16310> ;
    ns1:violin <http://data.carnegiehall.org/names/23363>,
        <http://data.carnegiehall.org/names/6784> ;
    ns2:performer <http://data.carnegiehall.org/names/16310>,
        <http://data.carnegiehall.org/names/17739>,
        <http://data.carnegiehall.org/names/1899>,
        <http://data.carnegiehall.org/names/23363>,
        <http://data.carnegiehall.org/names/28988>,
        <http://data.carnegiehall.org/names/4346>,
        <http://data.carnegiehall.org/names/6784> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/18602> .

