@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/41905/work_12> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "5 Lieder, Op. 49: 4. Wiegenlied" ;
    ns1:accordion <http://data.carnegiehall.org/names/70826> ;
    ns1:double_bass <http://data.carnegiehall.org/names/65327> ;
    ns1:drums <http://data.carnegiehall.org/names/68195>,
        <http://data.carnegiehall.org/names/70828> ;
    ns1:guitar <http://data.carnegiehall.org/names/70829> ;
    ns1:piano <http://data.carnegiehall.org/names/68193>,
        <http://data.carnegiehall.org/names/70825>,
        <http://data.carnegiehall.org/names/70830> ;
    ns1:violin <http://data.carnegiehall.org/names/68190>,
        <http://data.carnegiehall.org/names/70823>,
        <http://data.carnegiehall.org/names/70824>,
        <http://data.carnegiehall.org/names/70827> ;
    ns2:performer <http://data.carnegiehall.org/names/65327>,
        <http://data.carnegiehall.org/names/68190>,
        <http://data.carnegiehall.org/names/68193>,
        <http://data.carnegiehall.org/names/68195>,
        <http://data.carnegiehall.org/names/70823>,
        <http://data.carnegiehall.org/names/70824>,
        <http://data.carnegiehall.org/names/70825>,
        <http://data.carnegiehall.org/names/70826>,
        <http://data.carnegiehall.org/names/70827>,
        <http://data.carnegiehall.org/names/70828>,
        <http://data.carnegiehall.org/names/70829>,
        <http://data.carnegiehall.org/names/70830> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/250> .

