@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/70752/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Daphne, Op. 82" ;
    ns1:baritone <http://data.carnegiehall.org/names/9213> ;
    ns1:bass <http://data.carnegiehall.org/names/130369>,
        <http://data.carnegiehall.org/names/130372>,
        <http://data.carnegiehall.org/names/130373> ;
    ns1:choir <http://data.carnegiehall.org/names/98741> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/130088>,
        <http://data.carnegiehall.org/names/69781> ;
    ns1:soprano <http://data.carnegiehall.org/names/130368>,
        <http://data.carnegiehall.org/names/130370> ;
    ns1:tenor <http://data.carnegiehall.org/names/102581>,
        <http://data.carnegiehall.org/names/130371>,
        <http://data.carnegiehall.org/names/91422> ;
    ns2:performer <http://data.carnegiehall.org/names/102581>,
        <http://data.carnegiehall.org/names/130088>,
        <http://data.carnegiehall.org/names/130368>,
        <http://data.carnegiehall.org/names/130369>,
        <http://data.carnegiehall.org/names/130370>,
        <http://data.carnegiehall.org/names/130371>,
        <http://data.carnegiehall.org/names/130372>,
        <http://data.carnegiehall.org/names/130373>,
        <http://data.carnegiehall.org/names/69781>,
        <http://data.carnegiehall.org/names/91422>,
        <http://data.carnegiehall.org/names/9213>,
        <http://data.carnegiehall.org/names/98741> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/48603> .

