@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/56089/work_12> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "We Are One" ;
    ns2:choir <http://data.carnegiehall.org/names/103766>,
        <http://data.carnegiehall.org/names/103767>,
        <http://data.carnegiehall.org/names/67780>,
        <http://data.carnegiehall.org/names/80872>,
        <http://data.carnegiehall.org/names/81933> ;
    ns2:conductor <http://data.carnegiehall.org/names/65231>,
        <http://data.carnegiehall.org/names/65238> ;
    ns2:percussion <http://data.carnegiehall.org/names/97868> ;
    ns2:piano <http://data.carnegiehall.org/names/67781> ;
    ns1:performer <http://data.carnegiehall.org/names/103766>,
        <http://data.carnegiehall.org/names/103767>,
        <http://data.carnegiehall.org/names/65231>,
        <http://data.carnegiehall.org/names/65238>,
        <http://data.carnegiehall.org/names/67780>,
        <http://data.carnegiehall.org/names/67781>,
        <http://data.carnegiehall.org/names/80872>,
        <http://data.carnegiehall.org/names/81933>,
        <http://data.carnegiehall.org/names/97868> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/95953> .

