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

<http://data.carnegiehall.org/events/10777/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Ariadne auf Naxos, Op. 60" ;
    ns2:baritone <http://data.carnegiehall.org/names/38526> ;
    ns2:bass <http://data.carnegiehall.org/names/17009> ;
    ns2:dancer <http://data.carnegiehall.org/names/19271>,
        <http://data.carnegiehall.org/names/20072>,
        <http://data.carnegiehall.org/names/28074>,
        <http://data.carnegiehall.org/names/34302> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/1047> ;
    ns2:soprano <http://data.carnegiehall.org/names/11396>,
        <http://data.carnegiehall.org/names/12982>,
        <http://data.carnegiehall.org/names/44966>,
        <http://data.carnegiehall.org/names/48514> ;
    ns2:tenor <http://data.carnegiehall.org/names/11266>,
        <http://data.carnegiehall.org/names/21257>,
        <http://data.carnegiehall.org/names/25097> ;
    ns3:performer <http://data.carnegiehall.org/names/1047>,
        <http://data.carnegiehall.org/names/11266>,
        <http://data.carnegiehall.org/names/11396>,
        <http://data.carnegiehall.org/names/12982>,
        <http://data.carnegiehall.org/names/17009>,
        <http://data.carnegiehall.org/names/19271>,
        <http://data.carnegiehall.org/names/20072>,
        <http://data.carnegiehall.org/names/21257>,
        <http://data.carnegiehall.org/names/25097>,
        <http://data.carnegiehall.org/names/28074>,
        <http://data.carnegiehall.org/names/34302>,
        <http://data.carnegiehall.org/names/38526>,
        <http://data.carnegiehall.org/names/44966>,
        <http://data.carnegiehall.org/names/48514> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/54990> .

