@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/71805/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "ONE: A Healing and Vibrant Concert to Calm the Mind" ;
    ns2:cello <http://data.carnegiehall.org/names/131199> ;
    ns2:chanter <http://data.carnegiehall.org/names/131207> ;
    ns2:double_bass <http://data.carnegiehall.org/names/121357> ;
    ns2:drums <http://data.carnegiehall.org/names/121356> ;
    ns2:guitar <http://data.carnegiehall.org/names/45010> ;
    ns2:percussion <http://data.carnegiehall.org/names/121356> ;
    ns2:piano <http://data.carnegiehall.org/names/115565> ;
    ns2:viola <http://data.carnegiehall.org/names/131202> ;
    ns2:violin <http://data.carnegiehall.org/names/131200>,
        <http://data.carnegiehall.org/names/131201> ;
    ns2:vocalist <http://data.carnegiehall.org/names/110412>,
        <http://data.carnegiehall.org/names/131205>,
        <http://data.carnegiehall.org/names/131206> ;
    ns1:performer <http://data.carnegiehall.org/names/110412>,
        <http://data.carnegiehall.org/names/115565>,
        <http://data.carnegiehall.org/names/121356>,
        <http://data.carnegiehall.org/names/121357>,
        <http://data.carnegiehall.org/names/131199>,
        <http://data.carnegiehall.org/names/131200>,
        <http://data.carnegiehall.org/names/131201>,
        <http://data.carnegiehall.org/names/131202>,
        <http://data.carnegiehall.org/names/131205>,
        <http://data.carnegiehall.org/names/131206>,
        <http://data.carnegiehall.org/names/131207>,
        <http://data.carnegiehall.org/names/45010> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/115622> .

