@prefix ns1: <http://purl.org/ontology/mo/> .
@prefix ns2: <http://schema.org/> .
@prefix ns3: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/53813/work_02> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "The Drop That Contained the Sea" ;
    ns3:choir <http://data.carnegiehall.org/names/80008> ;
    ns3:mezzo_soprano <http://data.carnegiehall.org/names/98180> ;
    ns3:tenor <http://data.carnegiehall.org/names/98181> ;
    ns3:vocalist <http://data.carnegiehall.org/names/98182>,
        <http://data.carnegiehall.org/names/98183>,
        <http://data.carnegiehall.org/names/98184> ;
    ns1:performer <http://data.carnegiehall.org/names/80008>,
        <http://data.carnegiehall.org/names/98180>,
        <http://data.carnegiehall.org/names/98181>,
        <http://data.carnegiehall.org/names/98182>,
        <http://data.carnegiehall.org/names/98183>,
        <http://data.carnegiehall.org/names/98184> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/91265> ;
    rdfs:comment "world premiere" .

