@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/26974/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Blaues Gras Cantata, S. 5-string" ;
    ns2:banjo <http://data.carnegiehall.org/names/13954> ;
    ns2:comedian <http://data.carnegiehall.org/names/57125> ;
    ns2:countertenor <http://data.carnegiehall.org/names/3925> ;
    ns2:double_bass <http://data.carnegiehall.org/names/9895> ;
    ns2:guitar <http://data.carnegiehall.org/names/20103> ;
    ns2:mandolin <http://data.carnegiehall.org/names/34480> ;
    ns2:quartet <http://data.carnegiehall.org/names/63392> ;
    ns1:performer <http://data.carnegiehall.org/names/13954>,
        <http://data.carnegiehall.org/names/20103>,
        <http://data.carnegiehall.org/names/34480>,
        <http://data.carnegiehall.org/names/3925>,
        <http://data.carnegiehall.org/names/57125>,
        <http://data.carnegiehall.org/names/63392>,
        <http://data.carnegiehall.org/names/9895> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/55907> .

