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

<http://data.carnegiehall.org/events/7915/work_12> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Shallow Brown" ;
    ns2:cello <http://data.carnegiehall.org/names/57264>,
        <http://data.carnegiehall.org/names/84431> ;
    ns2:chamber_ensemble <http://data.carnegiehall.org/names/84433> ;
    ns2:clarinet <http://data.carnegiehall.org/names/73035> ;
    ns2:conductor <http://data.carnegiehall.org/names/46025> ;
    ns2:double_bass <http://data.carnegiehall.org/names/84432> ;
    ns2:euphonium <http://data.carnegiehall.org/names/84423> ;
    ns2:french_horn <http://data.carnegiehall.org/names/42741> ;
    ns2:harmonium <http://data.carnegiehall.org/names/10327> ;
    ns2:piano <http://data.carnegiehall.org/names/31700> ;
    ns2:soprano <http://data.carnegiehall.org/names/20288> ;
    ns2:viola <http://data.carnegiehall.org/names/63724>,
        <http://data.carnegiehall.org/names/84430> ;
    ns2:violin <http://data.carnegiehall.org/names/84424>,
        <http://data.carnegiehall.org/names/84425>,
        <http://data.carnegiehall.org/names/84426>,
        <http://data.carnegiehall.org/names/84427>,
        <http://data.carnegiehall.org/names/84428>,
        <http://data.carnegiehall.org/names/84429> ;
    ns1:performer <http://data.carnegiehall.org/names/10327>,
        <http://data.carnegiehall.org/names/20288>,
        <http://data.carnegiehall.org/names/31700>,
        <http://data.carnegiehall.org/names/42741>,
        <http://data.carnegiehall.org/names/46025>,
        <http://data.carnegiehall.org/names/57264>,
        <http://data.carnegiehall.org/names/63724>,
        <http://data.carnegiehall.org/names/73035>,
        <http://data.carnegiehall.org/names/84423>,
        <http://data.carnegiehall.org/names/84424>,
        <http://data.carnegiehall.org/names/84425>,
        <http://data.carnegiehall.org/names/84426>,
        <http://data.carnegiehall.org/names/84427>,
        <http://data.carnegiehall.org/names/84428>,
        <http://data.carnegiehall.org/names/84429>,
        <http://data.carnegiehall.org/names/84430>,
        <http://data.carnegiehall.org/names/84431>,
        <http://data.carnegiehall.org/names/84432>,
        <http://data.carnegiehall.org/names/84433> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/27780> .

