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

<http://data.carnegiehall.org/events/71493/work_10> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Prelude for Thawing" ;
    ns2:bass_clarinet <http://data.carnegiehall.org/names/130922>,
        <http://data.carnegiehall.org/names/130923> ;
    ns2:chamber_ensemble <http://data.carnegiehall.org/names/92714> ;
    ns2:clarinet <http://data.carnegiehall.org/names/117854>,
        <http://data.carnegiehall.org/names/117855>,
        <http://data.carnegiehall.org/names/130918>,
        <http://data.carnegiehall.org/names/130919>,
        <http://data.carnegiehall.org/names/130920>,
        <http://data.carnegiehall.org/names/130921> ;
    ns3:performer <http://data.carnegiehall.org/names/117854>,
        <http://data.carnegiehall.org/names/117855>,
        <http://data.carnegiehall.org/names/130918>,
        <http://data.carnegiehall.org/names/130919>,
        <http://data.carnegiehall.org/names/130920>,
        <http://data.carnegiehall.org/names/130921>,
        <http://data.carnegiehall.org/names/130922>,
        <http://data.carnegiehall.org/names/130923>,
        <http://data.carnegiehall.org/names/92714> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/115313> .

