@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/37901/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Flute Quartet: First movement" ;
    ns1:flute <http://data.carnegiehall.org/names/17338>,
        <http://data.carnegiehall.org/names/62525>,
        <http://data.carnegiehall.org/names/62526>,
        <http://data.carnegiehall.org/names/62527> ;
    ns1:quartet <http://data.carnegiehall.org/names/62524> ;
    ns2:performer <http://data.carnegiehall.org/names/17338>,
        <http://data.carnegiehall.org/names/62524>,
        <http://data.carnegiehall.org/names/62525>,
        <http://data.carnegiehall.org/names/62526>,
        <http://data.carnegiehall.org/names/62527> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/60298> .

