@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/49318/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Hana" ;
    ns1:dancer <http://data.carnegiehall.org/names/89829> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/73700> ;
    ns1:piano <http://data.carnegiehall.org/names/89830> ;
    ns1:shamisen <http://data.carnegiehall.org/names/81109> ;
    ns1:tenor <http://data.carnegiehall.org/names/73183> ;
    ns1:violin <http://data.carnegiehall.org/names/81111> ;
    ns1:vocalist <http://data.carnegiehall.org/names/81109> ;
    ns2:performer <http://data.carnegiehall.org/names/73183>,
        <http://data.carnegiehall.org/names/73700>,
        <http://data.carnegiehall.org/names/81109>,
        <http://data.carnegiehall.org/names/81111>,
        <http://data.carnegiehall.org/names/89829>,
        <http://data.carnegiehall.org/names/89830> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/77042> .

