@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/46103/work_17> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "Hana" ;
    ns2:dancer <http://data.carnegiehall.org/names/81116> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/72871> ;
    ns2:piano <http://data.carnegiehall.org/names/45359> ;
    ns2:reciter <http://data.carnegiehall.org/names/81110> ;
    ns2:shamisen <http://data.carnegiehall.org/names/81109> ;
    ns2:tenor <http://data.carnegiehall.org/names/81114> ;
    ns1:performer <http://data.carnegiehall.org/names/45359>,
        <http://data.carnegiehall.org/names/72871>,
        <http://data.carnegiehall.org/names/81109>,
        <http://data.carnegiehall.org/names/81110>,
        <http://data.carnegiehall.org/names/81114>,
        <http://data.carnegiehall.org/names/81116> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/77042> ;
    rdfs:comment "world premiere" .

