@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/42475/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Daphne, Op. 82" ;
    ns1:baritone <http://data.carnegiehall.org/names/9676> ;
    ns1:bass <http://data.carnegiehall.org/names/72190>,
        <http://data.carnegiehall.org/names/8891> ;
    ns1:bass_baritone <http://data.carnegiehall.org/names/66277> ;
    ns1:contralto <http://data.carnegiehall.org/names/23432> ;
    ns1:mens_chorus <http://data.carnegiehall.org/names/72193> ;
    ns1:soprano <http://data.carnegiehall.org/names/54807>,
        <http://data.carnegiehall.org/names/72191>,
        <http://data.carnegiehall.org/names/72192> ;
    ns1:tenor <http://data.carnegiehall.org/names/72187>,
        <http://data.carnegiehall.org/names/72188>,
        <http://data.carnegiehall.org/names/72189> ;
    ns2:performer <http://data.carnegiehall.org/names/23432>,
        <http://data.carnegiehall.org/names/54807>,
        <http://data.carnegiehall.org/names/66277>,
        <http://data.carnegiehall.org/names/72187>,
        <http://data.carnegiehall.org/names/72188>,
        <http://data.carnegiehall.org/names/72189>,
        <http://data.carnegiehall.org/names/72190>,
        <http://data.carnegiehall.org/names/72191>,
        <http://data.carnegiehall.org/names/72192>,
        <http://data.carnegiehall.org/names/72193>,
        <http://data.carnegiehall.org/names/8891>,
        <http://data.carnegiehall.org/names/9676> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/48603> .

