@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/7915/work_12> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Shallow Brown" ;
    ns1:cello <http://data.carnegiehall.org/names/57264>,
        <http://data.carnegiehall.org/names/84431> ;
    ns1:chamber_ensemble <http://data.carnegiehall.org/names/84433> ;
    ns1:clarinet <http://data.carnegiehall.org/names/73035> ;
    ns1:conductor <http://data.carnegiehall.org/names/46025> ;
    ns1:double_bass <http://data.carnegiehall.org/names/84432> ;
    ns1:euphonium <http://data.carnegiehall.org/names/84423> ;
    ns1:french_horn <http://data.carnegiehall.org/names/42741> ;
    ns1:harmonium <http://data.carnegiehall.org/names/10327> ;
    ns1:piano <http://data.carnegiehall.org/names/31700> ;
    ns1:soprano <http://data.carnegiehall.org/names/20288> ;
    ns1:viola <http://data.carnegiehall.org/names/63724>,
        <http://data.carnegiehall.org/names/84430> ;
    ns1: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> ;
    ns3: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> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/27780> .

