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

<http://data.carnegiehall.org/events/61426/work_07> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Blaues Gras Cantata, S. 5-string" ;
    ns3:banjo <http://data.carnegiehall.org/names/114455> ;
    ns3:bass <http://data.carnegiehall.org/names/110540> ;
    ns3:cello <http://data.carnegiehall.org/names/114447> ;
    ns3:double_bass <http://data.carnegiehall.org/names/113498>,
        <http://data.carnegiehall.org/names/114448> ;
    ns3:flute <http://data.carnegiehall.org/names/113247>,
        <http://data.carnegiehall.org/names/114454> ;
    ns3:guitar <http://data.carnegiehall.org/names/114456> ;
    ns3:harmonica <http://data.carnegiehall.org/names/114458> ;
    ns3:mandolin <http://data.carnegiehall.org/names/114457> ;
    ns3:tenor <http://data.carnegiehall.org/names/114453> ;
    ns3:viola <http://data.carnegiehall.org/names/114446> ;
    ns3:violin <http://data.carnegiehall.org/names/110541>,
        <http://data.carnegiehall.org/names/114445> ;
    ns1:performer <http://data.carnegiehall.org/names/110540>,
        <http://data.carnegiehall.org/names/110541>,
        <http://data.carnegiehall.org/names/113247>,
        <http://data.carnegiehall.org/names/113498>,
        <http://data.carnegiehall.org/names/114445>,
        <http://data.carnegiehall.org/names/114446>,
        <http://data.carnegiehall.org/names/114447>,
        <http://data.carnegiehall.org/names/114448>,
        <http://data.carnegiehall.org/names/114453>,
        <http://data.carnegiehall.org/names/114454>,
        <http://data.carnegiehall.org/names/114455>,
        <http://data.carnegiehall.org/names/114456>,
        <http://data.carnegiehall.org/names/114457>,
        <http://data.carnegiehall.org/names/114458> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/55907> .

