@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/50159/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Song (unspecified)" ;
    ns1:doira <http://data.carnegiehall.org/names/91619> ;
    ns1:dutar <http://data.carnegiehall.org/names/91610>,
        <http://data.carnegiehall.org/names/91618> ;
    ns1:tanbur <http://data.carnegiehall.org/names/91611>,
        <http://data.carnegiehall.org/names/91620> ;
    ns1:tar <http://data.carnegiehall.org/names/61806> ;
    ns1:vocalist <http://data.carnegiehall.org/names/61802>,
        <http://data.carnegiehall.org/names/91612>,
        <http://data.carnegiehall.org/names/91613>,
        <http://data.carnegiehall.org/names/91614>,
        <http://data.carnegiehall.org/names/91615>,
        <http://data.carnegiehall.org/names/91616>,
        <http://data.carnegiehall.org/names/91617> ;
    ns3:performer <http://data.carnegiehall.org/names/61802>,
        <http://data.carnegiehall.org/names/61806>,
        <http://data.carnegiehall.org/names/91610>,
        <http://data.carnegiehall.org/names/91611>,
        <http://data.carnegiehall.org/names/91612>,
        <http://data.carnegiehall.org/names/91613>,
        <http://data.carnegiehall.org/names/91614>,
        <http://data.carnegiehall.org/names/91615>,
        <http://data.carnegiehall.org/names/91616>,
        <http://data.carnegiehall.org/names/91617>,
        <http://data.carnegiehall.org/names/91618>,
        <http://data.carnegiehall.org/names/91619>,
        <http://data.carnegiehall.org/names/91620> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/7039> .

