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

<http://data.carnegiehall.org/events/13304/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Point Field Studies" ;
    ns1:chamber_ensemble <http://data.carnegiehall.org/names/16917> ;
    ns1:clarinet <http://data.carnegiehall.org/names/45705> ;
    ns1:conductor <http://data.carnegiehall.org/names/51901> ;
    ns1:flute <http://data.carnegiehall.org/names/7881> ;
    ns1:glockenspiel <http://data.carnegiehall.org/names/3586> ;
    ns1:marimba <http://data.carnegiehall.org/names/30945> ;
    ns1:piano <http://data.carnegiehall.org/names/22797> ;
    ns1:vibraphone <http://data.carnegiehall.org/names/53290> ;
    ns1:violin <http://data.carnegiehall.org/names/25100> ;
    ns2:performer <http://data.carnegiehall.org/names/16917>,
        <http://data.carnegiehall.org/names/22797>,
        <http://data.carnegiehall.org/names/25100>,
        <http://data.carnegiehall.org/names/30945>,
        <http://data.carnegiehall.org/names/3586>,
        <http://data.carnegiehall.org/names/45705>,
        <http://data.carnegiehall.org/names/51901>,
        <http://data.carnegiehall.org/names/53290>,
        <http://data.carnegiehall.org/names/7881> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/19856> .

