@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/31470/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Octet in F Major, H.II:f7" ;
    ns1:bassoon <http://data.carnegiehall.org/names/49430>,
        <http://data.carnegiehall.org/names/8061> ;
    ns1:clarinet <http://data.carnegiehall.org/names/31969>,
        <http://data.carnegiehall.org/names/51212> ;
    ns1:conductor <http://data.carnegiehall.org/names/23318> ;
    ns1:french_horn <http://data.carnegiehall.org/names/31726>,
        <http://data.carnegiehall.org/names/45417> ;
    ns1:oboe <http://data.carnegiehall.org/names/24705>,
        <http://data.carnegiehall.org/names/44267> ;
    ns3:performer <http://data.carnegiehall.org/names/23318>,
        <http://data.carnegiehall.org/names/24705>,
        <http://data.carnegiehall.org/names/31726>,
        <http://data.carnegiehall.org/names/31969>,
        <http://data.carnegiehall.org/names/44267>,
        <http://data.carnegiehall.org/names/45417>,
        <http://data.carnegiehall.org/names/49430>,
        <http://data.carnegiehall.org/names/51212>,
        <http://data.carnegiehall.org/names/8061> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/29584> .

