@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/2845/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Faust: Act V" ;
    ns1:baritone <http://data.carnegiehall.org/names/5990> ;
    ns1:choir <http://data.carnegiehall.org/names/9507> ;
    ns1:piano <http://data.carnegiehall.org/names/4849> ;
    ns1:soprano <http://data.carnegiehall.org/names/58212> ;
    ns1:tenor <http://data.carnegiehall.org/names/35991> ;
    ns1:unspecified_voice <http://data.carnegiehall.org/names/10951>,
        <http://data.carnegiehall.org/names/16267>,
        <http://data.carnegiehall.org/names/23889>,
        <http://data.carnegiehall.org/names/24781>,
        <http://data.carnegiehall.org/names/34342>,
        <http://data.carnegiehall.org/names/51837>,
        <http://data.carnegiehall.org/names/52057>,
        <http://data.carnegiehall.org/names/57642>,
        <http://data.carnegiehall.org/names/59732> ;
    ns2:performer <http://data.carnegiehall.org/names/10951>,
        <http://data.carnegiehall.org/names/16267>,
        <http://data.carnegiehall.org/names/23889>,
        <http://data.carnegiehall.org/names/24781>,
        <http://data.carnegiehall.org/names/34342>,
        <http://data.carnegiehall.org/names/35991>,
        <http://data.carnegiehall.org/names/4849>,
        <http://data.carnegiehall.org/names/51837>,
        <http://data.carnegiehall.org/names/52057>,
        <http://data.carnegiehall.org/names/57642>,
        <http://data.carnegiehall.org/names/58212>,
        <http://data.carnegiehall.org/names/59732>,
        <http://data.carnegiehall.org/names/5990>,
        <http://data.carnegiehall.org/names/9507> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/6638> .

