@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/30493/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Golden Legend" ;
    ns1:bass <http://data.carnegiehall.org/names/58754> ;
    ns1:contralto <http://data.carnegiehall.org/names/51893> ;
    ns1:orchestra <http://data.carnegiehall.org/names/2369> ;
    ns1:organ <http://data.carnegiehall.org/names/29354> ;
    ns1:soprano <http://data.carnegiehall.org/names/35841> ;
    ns1:tenor <http://data.carnegiehall.org/names/25960> ;
    ns1:violin <http://data.carnegiehall.org/names/1212> ;
    ns2:performer <http://data.carnegiehall.org/names/1212>,
        <http://data.carnegiehall.org/names/2369>,
        <http://data.carnegiehall.org/names/25960>,
        <http://data.carnegiehall.org/names/29354>,
        <http://data.carnegiehall.org/names/35841>,
        <http://data.carnegiehall.org/names/51893>,
        <http://data.carnegiehall.org/names/58754> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/39255> .

