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

<http://data.carnegiehall.org/events/38192/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "La damnation de Faust, Op. 24" ;
    ns1:bass <http://data.carnegiehall.org/names/17862> ;
    ns1:bass_baritone <http://data.carnegiehall.org/names/13626> ;
    ns1:childrens_chorus <http://data.carnegiehall.org/names/63206> ;
    ns1:choir <http://data.carnegiehall.org/names/40757> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/34759> ;
    ns1:tenor <http://data.carnegiehall.org/names/4386> ;
    ns3:performer <http://data.carnegiehall.org/names/13626>,
        <http://data.carnegiehall.org/names/17862>,
        <http://data.carnegiehall.org/names/34759>,
        <http://data.carnegiehall.org/names/40757>,
        <http://data.carnegiehall.org/names/4386>,
        <http://data.carnegiehall.org/names/63206> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/32565> .

