@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/54196/work_11> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Da Hai A! Gu Xiang (The Ocean, My Homeland)" ;
    ns2:childrens_chorus <http://data.carnegiehall.org/names/18836>,
        <http://data.carnegiehall.org/names/99719>,
        <http://data.carnegiehall.org/names/99721> ;
    ns2:choir <http://data.carnegiehall.org/names/99717>,
        <http://data.carnegiehall.org/names/99718>,
        <http://data.carnegiehall.org/names/99720> ;
    ns2:conductor <http://data.carnegiehall.org/names/99711> ;
    ns2:piano <http://data.carnegiehall.org/names/99713> ;
    ns1:performer <http://data.carnegiehall.org/names/18836>,
        <http://data.carnegiehall.org/names/99711>,
        <http://data.carnegiehall.org/names/99713>,
        <http://data.carnegiehall.org/names/99717>,
        <http://data.carnegiehall.org/names/99718>,
        <http://data.carnegiehall.org/names/99719>,
        <http://data.carnegiehall.org/names/99720>,
        <http://data.carnegiehall.org/names/99721> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/91502> .

