@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/1438/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Ariadne auf Naxos, Op. 60" ;
    ns1:actor <http://data.carnegiehall.org/names/28999> ;
    ns1:baritone <http://data.carnegiehall.org/names/21142> ;
    ns1:bass <http://data.carnegiehall.org/names/18465>,
        <http://data.carnegiehall.org/names/43146>,
        <http://data.carnegiehall.org/names/9676> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/18233>,
        <http://data.carnegiehall.org/names/20561> ;
    ns1:soprano <http://data.carnegiehall.org/names/13786>,
        <http://data.carnegiehall.org/names/20742>,
        <http://data.carnegiehall.org/names/32444>,
        <http://data.carnegiehall.org/names/3971> ;
    ns1:tenor <http://data.carnegiehall.org/names/2465>,
        <http://data.carnegiehall.org/names/24958>,
        <http://data.carnegiehall.org/names/42182>,
        <http://data.carnegiehall.org/names/52176>,
        <http://data.carnegiehall.org/names/55868> ;
    ns2:performer <http://data.carnegiehall.org/names/13786>,
        <http://data.carnegiehall.org/names/18233>,
        <http://data.carnegiehall.org/names/18465>,
        <http://data.carnegiehall.org/names/20561>,
        <http://data.carnegiehall.org/names/20742>,
        <http://data.carnegiehall.org/names/21142>,
        <http://data.carnegiehall.org/names/2465>,
        <http://data.carnegiehall.org/names/24958>,
        <http://data.carnegiehall.org/names/28999>,
        <http://data.carnegiehall.org/names/32444>,
        <http://data.carnegiehall.org/names/3971>,
        <http://data.carnegiehall.org/names/42182>,
        <http://data.carnegiehall.org/names/43146>,
        <http://data.carnegiehall.org/names/52176>,
        <http://data.carnegiehall.org/names/55868>,
        <http://data.carnegiehall.org/names/9676> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/54990> .

