@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/50633/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Goshiki Sakura Story Suite" ;
    ns1:alto <http://data.carnegiehall.org/names/92617> ;
    ns1:bass <http://data.carnegiehall.org/names/92620> ;
    ns1:conductor <http://data.carnegiehall.org/names/92613> ;
    ns1:flute <http://data.carnegiehall.org/names/92622> ;
    ns1:folk_dancer <http://data.carnegiehall.org/names/92624>,
        <http://data.carnegiehall.org/names/92625> ;
    ns1:narrator <http://data.carnegiehall.org/names/92620>,
        <http://data.carnegiehall.org/names/92627> ;
    ns1:ocarina <http://data.carnegiehall.org/names/92623> ;
    ns1:piano <http://data.carnegiehall.org/names/92614>,
        <http://data.carnegiehall.org/names/92615>,
        <http://data.carnegiehall.org/names/92616> ;
    ns1:sign_language_interpreter <http://data.carnegiehall.org/names/92626> ;
    ns1:soprano <http://data.carnegiehall.org/names/92618>,
        <http://data.carnegiehall.org/names/92621> ;
    ns1:tenor <http://data.carnegiehall.org/names/92619> ;
    ns2:performer <http://data.carnegiehall.org/names/92613>,
        <http://data.carnegiehall.org/names/92614>,
        <http://data.carnegiehall.org/names/92615>,
        <http://data.carnegiehall.org/names/92616>,
        <http://data.carnegiehall.org/names/92617>,
        <http://data.carnegiehall.org/names/92618>,
        <http://data.carnegiehall.org/names/92619>,
        <http://data.carnegiehall.org/names/92620>,
        <http://data.carnegiehall.org/names/92621>,
        <http://data.carnegiehall.org/names/92622>,
        <http://data.carnegiehall.org/names/92623>,
        <http://data.carnegiehall.org/names/92624>,
        <http://data.carnegiehall.org/names/92625>,
        <http://data.carnegiehall.org/names/92626>,
        <http://data.carnegiehall.org/names/92627> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/85835> .

