@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/23216/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Summer Music, Op. 31" ;
    ns1:bassoon <http://data.carnegiehall.org/names/10996> ;
    ns1:clarinet <http://data.carnegiehall.org/names/55177> ;
    ns1:dancer <http://data.carnegiehall.org/names/22415>,
        <http://data.carnegiehall.org/names/31140>,
        <http://data.carnegiehall.org/names/54676>,
        <http://data.carnegiehall.org/names/9442> ;
    ns1:flute <http://data.carnegiehall.org/names/33654> ;
    ns1:french_horn <http://data.carnegiehall.org/names/41509> ;
    ns1:oboe <http://data.carnegiehall.org/names/33652> ;
    ns1:wind_quintet <http://data.carnegiehall.org/names/54978> ;
    ns3:performer <http://data.carnegiehall.org/names/10996>,
        <http://data.carnegiehall.org/names/22415>,
        <http://data.carnegiehall.org/names/31140>,
        <http://data.carnegiehall.org/names/33652>,
        <http://data.carnegiehall.org/names/33654>,
        <http://data.carnegiehall.org/names/41509>,
        <http://data.carnegiehall.org/names/54676>,
        <http://data.carnegiehall.org/names/54978>,
        <http://data.carnegiehall.org/names/55177>,
        <http://data.carnegiehall.org/names/9442> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/52218> .

