@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/37252/work_10> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Le berger fidèle" ;
    ns1:cello <http://data.carnegiehall.org/names/17028> ;
    ns1:harpsichord <http://data.carnegiehall.org/names/30022> ;
    ns1:soprano <http://data.carnegiehall.org/names/18738> ;
    ns1:string_quartet <http://data.carnegiehall.org/names/42814> ;
    ns1:viola <http://data.carnegiehall.org/names/40661> ;
    ns1:violin <http://data.carnegiehall.org/names/30021>,
        <http://data.carnegiehall.org/names/40021> ;
    ns2:performer <http://data.carnegiehall.org/names/17028>,
        <http://data.carnegiehall.org/names/18738>,
        <http://data.carnegiehall.org/names/30021>,
        <http://data.carnegiehall.org/names/30022>,
        <http://data.carnegiehall.org/names/40021>,
        <http://data.carnegiehall.org/names/40661>,
        <http://data.carnegiehall.org/names/42814> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/68068> .

