@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/32837/work_11> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Hatikvah" ;
    ns1:cello <http://data.carnegiehall.org/names/59267> ;
    ns1:chamber_ensemble <http://data.carnegiehall.org/names/56971> ;
    ns1:clarinet <http://data.carnegiehall.org/names/3992> ;
    ns1:piano <http://data.carnegiehall.org/names/22432> ;
    ns1:tenor <http://data.carnegiehall.org/names/36021> ;
    ns1:viola <http://data.carnegiehall.org/names/18230> ;
    ns1:violin <http://data.carnegiehall.org/names/36666>,
        <http://data.carnegiehall.org/names/4513> ;
    ns2:performer <http://data.carnegiehall.org/names/18230>,
        <http://data.carnegiehall.org/names/22432>,
        <http://data.carnegiehall.org/names/36021>,
        <http://data.carnegiehall.org/names/36666>,
        <http://data.carnegiehall.org/names/3992>,
        <http://data.carnegiehall.org/names/4513>,
        <http://data.carnegiehall.org/names/56971>,
        <http://data.carnegiehall.org/names/59267> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/46084> .

