@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_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Tannhäuser: Act III, Scene 1" ;
    ns1:baritone <http://data.carnegiehall.org/names/5990> ;
    ns1:piano <http://data.carnegiehall.org/names/4849> ;
    ns1:soprano <http://data.carnegiehall.org/names/58212> ;
    ns1:unspecified_voice <http://data.carnegiehall.org/names/13343>,
        <http://data.carnegiehall.org/names/18923>,
        <http://data.carnegiehall.org/names/1995>,
        <http://data.carnegiehall.org/names/22446>,
        <http://data.carnegiehall.org/names/23889>,
        <http://data.carnegiehall.org/names/24781>,
        <http://data.carnegiehall.org/names/31533>,
        <http://data.carnegiehall.org/names/31980>,
        <http://data.carnegiehall.org/names/36525>,
        <http://data.carnegiehall.org/names/36526>,
        <http://data.carnegiehall.org/names/42700>,
        <http://data.carnegiehall.org/names/50098>,
        <http://data.carnegiehall.org/names/52057>,
        <http://data.carnegiehall.org/names/56844>,
        <http://data.carnegiehall.org/names/57642>,
        <http://data.carnegiehall.org/names/60027>,
        <http://data.carnegiehall.org/names/60028>,
        <http://data.carnegiehall.org/names/9609>,
        <http://data.carnegiehall.org/names/9705> ;
    ns2:performer <http://data.carnegiehall.org/names/13343>,
        <http://data.carnegiehall.org/names/18923>,
        <http://data.carnegiehall.org/names/1995>,
        <http://data.carnegiehall.org/names/22446>,
        <http://data.carnegiehall.org/names/23889>,
        <http://data.carnegiehall.org/names/24781>,
        <http://data.carnegiehall.org/names/31533>,
        <http://data.carnegiehall.org/names/31980>,
        <http://data.carnegiehall.org/names/36525>,
        <http://data.carnegiehall.org/names/36526>,
        <http://data.carnegiehall.org/names/42700>,
        <http://data.carnegiehall.org/names/4849>,
        <http://data.carnegiehall.org/names/50098>,
        <http://data.carnegiehall.org/names/52057>,
        <http://data.carnegiehall.org/names/56844>,
        <http://data.carnegiehall.org/names/57642>,
        <http://data.carnegiehall.org/names/58212>,
        <http://data.carnegiehall.org/names/5990>,
        <http://data.carnegiehall.org/names/60027>,
        <http://data.carnegiehall.org/names/60028>,
        <http://data.carnegiehall.org/names/9609>,
        <http://data.carnegiehall.org/names/9705> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/20365> .

