@prefix ns1: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns2: <http://schema.org/> .
@prefix ns3: <http://purl.org/ontology/mo/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/45597/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Le marteau sans maître" ;
    ns1:alto_flute <http://data.carnegiehall.org/names/79932> ;
    ns1:chamber_ensemble <http://data.carnegiehall.org/names/79931> ;
    ns1:guitar <http://data.carnegiehall.org/names/79933> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/1219> ;
    ns1:percussion <http://data.carnegiehall.org/names/79934>,
        <http://data.carnegiehall.org/names/79935>,
        <http://data.carnegiehall.org/names/79936> ;
    ns1:viola <http://data.carnegiehall.org/names/67481> ;
    ns3:performer <http://data.carnegiehall.org/names/1219>,
        <http://data.carnegiehall.org/names/67481>,
        <http://data.carnegiehall.org/names/79931>,
        <http://data.carnegiehall.org/names/79932>,
        <http://data.carnegiehall.org/names/79933>,
        <http://data.carnegiehall.org/names/79934>,
        <http://data.carnegiehall.org/names/79935>,
        <http://data.carnegiehall.org/names/79936> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/11362> .

