@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/58975/work_07> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Yasushi - Soumatou" ;
    ns2:17_string_koto <http://data.carnegiehall.org/names/110111> ;
    ns2:dance_group <http://data.carnegiehall.org/names/110116> ;
    ns2:dancer <http://data.carnegiehall.org/names/110112>,
        <http://data.carnegiehall.org/names/110117>,
        <http://data.carnegiehall.org/names/110118>,
        <http://data.carnegiehall.org/names/110119> ;
    ns2:electronics <http://data.carnegiehall.org/names/110114> ;
    ns2:percussion <http://data.carnegiehall.org/names/109658> ;
    ns1:performer <http://data.carnegiehall.org/names/109658>,
        <http://data.carnegiehall.org/names/110111>,
        <http://data.carnegiehall.org/names/110112>,
        <http://data.carnegiehall.org/names/110114>,
        <http://data.carnegiehall.org/names/110116>,
        <http://data.carnegiehall.org/names/110117>,
        <http://data.carnegiehall.org/names/110118>,
        <http://data.carnegiehall.org/names/110119> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/100094> .

