@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/3636/work_09> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Al Naha'ros Bovel" ;
    ns1:cantor <http://data.carnegiehall.org/names/139001>,
        <http://data.carnegiehall.org/names/139004>,
        <http://data.carnegiehall.org/names/51706>,
        <http://data.carnegiehall.org/names/61332> ;
    ns1:piano <http://data.carnegiehall.org/names/22791> ;
    ns2:performer <http://data.carnegiehall.org/names/139001>,
        <http://data.carnegiehall.org/names/139004>,
        <http://data.carnegiehall.org/names/22791>,
        <http://data.carnegiehall.org/names/51706>,
        <http://data.carnegiehall.org/names/61332> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/77720> .

