@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/59955/work_15> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Douglas Fir" ;
    ns1:double_bass <http://data.carnegiehall.org/names/107614> ;
    ns1:drums <http://data.carnegiehall.org/names/114491> ;
    ns1:fiddle <http://data.carnegiehall.org/names/114492> ;
    ns1:guitar <http://data.carnegiehall.org/names/76985> ;
    ns1:mandolin <http://data.carnegiehall.org/names/69709> ;
    ns1:vocalist <http://data.carnegiehall.org/names/107736>,
        <http://data.carnegiehall.org/names/69709>,
        <http://data.carnegiehall.org/names/76985>,
        <http://data.carnegiehall.org/names/94075> ;
    ns2:performer <http://data.carnegiehall.org/names/107614>,
        <http://data.carnegiehall.org/names/107736>,
        <http://data.carnegiehall.org/names/114491>,
        <http://data.carnegiehall.org/names/114492>,
        <http://data.carnegiehall.org/names/69709>,
        <http://data.carnegiehall.org/names/76985>,
        <http://data.carnegiehall.org/names/94075> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/103946> .

