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

<http://data.carnegiehall.org/events/15228/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Nocturne, Op. 60" ;
    ns2:bassoon <http://data.carnegiehall.org/names/34203> ;
    ns2:clarinet <http://data.carnegiehall.org/names/18423> ;
    ns2:english_horn <http://data.carnegiehall.org/names/44410> ;
    ns2:flute <http://data.carnegiehall.org/names/32974> ;
    ns2:french_horn <http://data.carnegiehall.org/names/37062> ;
    ns2:harp <http://data.carnegiehall.org/names/20181> ;
    ns2:tenor <http://data.carnegiehall.org/names/20949> ;
    ns2:timpani <http://data.carnegiehall.org/names/60312> ;
    ns1:performer <http://data.carnegiehall.org/names/18423>,
        <http://data.carnegiehall.org/names/20181>,
        <http://data.carnegiehall.org/names/20949>,
        <http://data.carnegiehall.org/names/32974>,
        <http://data.carnegiehall.org/names/34203>,
        <http://data.carnegiehall.org/names/37062>,
        <http://data.carnegiehall.org/names/44410>,
        <http://data.carnegiehall.org/names/60312> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/27297> .

