@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/2080/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Fancy Free: Danzón" ;
    ns1:bassoon <http://data.carnegiehall.org/names/28017> ;
    ns1:chamber_ensemble <http://data.carnegiehall.org/names/26143> ;
    ns1:clarinet <http://data.carnegiehall.org/names/29140> ;
    ns1:double_bass <http://data.carnegiehall.org/names/42572> ;
    ns1:flute <http://data.carnegiehall.org/names/29866> ;
    ns1:french_horn <http://data.carnegiehall.org/names/57371> ;
    ns1:oboe <http://data.carnegiehall.org/names/37226> ;
    ns1:percussion <http://data.carnegiehall.org/names/27067> ;
    ns1:piano <http://data.carnegiehall.org/names/9195> ;
    ns1:wind_quintet <http://data.carnegiehall.org/names/12861> ;
    ns3:performer <http://data.carnegiehall.org/names/12861>,
        <http://data.carnegiehall.org/names/26143>,
        <http://data.carnegiehall.org/names/27067>,
        <http://data.carnegiehall.org/names/28017>,
        <http://data.carnegiehall.org/names/29140>,
        <http://data.carnegiehall.org/names/29866>,
        <http://data.carnegiehall.org/names/37226>,
        <http://data.carnegiehall.org/names/42572>,
        <http://data.carnegiehall.org/names/57371>,
        <http://data.carnegiehall.org/names/9195> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/124313> .

