@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/45471/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Tree Line" ;
    ns1:bassoon <http://data.carnegiehall.org/names/69131> ;
    ns1:cello <http://data.carnegiehall.org/names/73286> ;
    ns1:clarinet <http://data.carnegiehall.org/names/62683>,
        <http://data.carnegiehall.org/names/78877> ;
    ns1:double_bass <http://data.carnegiehall.org/names/76340> ;
    ns1:flute <http://data.carnegiehall.org/names/71008> ;
    ns1:french_horn <http://data.carnegiehall.org/names/76580>,
        <http://data.carnegiehall.org/names/79167> ;
    ns1:harp <http://data.carnegiehall.org/names/71093> ;
    ns1:oboe <http://data.carnegiehall.org/names/76339> ;
    ns1:percussion <http://data.carnegiehall.org/names/19637>,
        <http://data.carnegiehall.org/names/76338> ;
    ns1:piano <http://data.carnegiehall.org/names/72850> ;
    ns1:trombone <http://data.carnegiehall.org/names/76337> ;
    ns1:trumpet <http://data.carnegiehall.org/names/79331> ;
    ns1:viola <http://data.carnegiehall.org/names/78879> ;
    ns1:violin <http://data.carnegiehall.org/names/69507>,
        <http://data.carnegiehall.org/names/79649> ;
    ns2:performer <http://data.carnegiehall.org/names/19637>,
        <http://data.carnegiehall.org/names/62683>,
        <http://data.carnegiehall.org/names/69131>,
        <http://data.carnegiehall.org/names/69507>,
        <http://data.carnegiehall.org/names/71008>,
        <http://data.carnegiehall.org/names/71093>,
        <http://data.carnegiehall.org/names/72850>,
        <http://data.carnegiehall.org/names/73286>,
        <http://data.carnegiehall.org/names/76337>,
        <http://data.carnegiehall.org/names/76338>,
        <http://data.carnegiehall.org/names/76339>,
        <http://data.carnegiehall.org/names/76340>,
        <http://data.carnegiehall.org/names/76580>,
        <http://data.carnegiehall.org/names/78877>,
        <http://data.carnegiehall.org/names/78879>,
        <http://data.carnegiehall.org/names/79167>,
        <http://data.carnegiehall.org/names/79331>,
        <http://data.carnegiehall.org/names/79649> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/75684> .

