@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/3041/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Schleptet in E-flat Major, S. 0" ;
    ns1:bassoon <http://data.carnegiehall.org/names/39884> ;
    ns1:cello <http://data.carnegiehall.org/names/38733> ;
    ns1:flute <http://data.carnegiehall.org/names/5169> ;
    ns1:french_horn <http://data.carnegiehall.org/names/59463> ;
    ns1:oboe <http://data.carnegiehall.org/names/5170> ;
    ns1:viola <http://data.carnegiehall.org/names/60145> ;
    ns1:violin <http://data.carnegiehall.org/names/24923> ;
    ns2:performer <http://data.carnegiehall.org/names/24923>,
        <http://data.carnegiehall.org/names/38733>,
        <http://data.carnegiehall.org/names/39884>,
        <http://data.carnegiehall.org/names/5169>,
        <http://data.carnegiehall.org/names/5170>,
        <http://data.carnegiehall.org/names/59463>,
        <http://data.carnegiehall.org/names/60145> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/44283> .

