@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/1584/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Where are you going to, my pretty maid?" ;
    ns1:baritone <http://data.carnegiehall.org/names/16668> ;
    ns1:contralto <http://data.carnegiehall.org/names/45775> ;
    ns1:piano <http://data.carnegiehall.org/names/16669> ;
    ns1:soprano <http://data.carnegiehall.org/names/33250> ;
    ns1:tenor <http://data.carnegiehall.org/names/8671> ;
    ns1:vocal_ensemble <http://data.carnegiehall.org/names/57044> ;
    ns2:performer <http://data.carnegiehall.org/names/16668>,
        <http://data.carnegiehall.org/names/16669>,
        <http://data.carnegiehall.org/names/33250>,
        <http://data.carnegiehall.org/names/45775>,
        <http://data.carnegiehall.org/names/57044>,
        <http://data.carnegiehall.org/names/8671> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/30131> .

