@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/6665/work_06> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "Songs from the Japanese" ;
    ns2:cello <http://data.carnegiehall.org/names/1097> ;
    ns2:clarinet <http://data.carnegiehall.org/names/18794> ;
    ns2:double_bass <http://data.carnegiehall.org/names/36485> ;
    ns2:flute <http://data.carnegiehall.org/names/43266> ;
    ns2:percussion <http://data.carnegiehall.org/names/733> ;
    ns2:piano <http://data.carnegiehall.org/names/21274>,
        <http://data.carnegiehall.org/names/745> ;
    ns2:soprano <http://data.carnegiehall.org/names/38553> ;
    ns2:viola <http://data.carnegiehall.org/names/8720> ;
    ns2:violin <http://data.carnegiehall.org/names/27982> ;
    ns1:performer <http://data.carnegiehall.org/names/1097>,
        <http://data.carnegiehall.org/names/18794>,
        <http://data.carnegiehall.org/names/21274>,
        <http://data.carnegiehall.org/names/27982>,
        <http://data.carnegiehall.org/names/36485>,
        <http://data.carnegiehall.org/names/38553>,
        <http://data.carnegiehall.org/names/43266>,
        <http://data.carnegiehall.org/names/733>,
        <http://data.carnegiehall.org/names/745>,
        <http://data.carnegiehall.org/names/8720> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/20716> ;
    rdfs:comment "New York premiere" .

