@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/56223/work_09> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Die Walküre: Ride of the Valkyries" ;
    ns1:contralto <http://data.carnegiehall.org/names/104562> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/102413>,
        <http://data.carnegiehall.org/names/104560>,
        <http://data.carnegiehall.org/names/104561>,
        <http://data.carnegiehall.org/names/99264> ;
    ns1:soprano <http://data.carnegiehall.org/names/104558>,
        <http://data.carnegiehall.org/names/104559>,
        <http://data.carnegiehall.org/names/99270> ;
    ns2:performer <http://data.carnegiehall.org/names/102413>,
        <http://data.carnegiehall.org/names/104558>,
        <http://data.carnegiehall.org/names/104559>,
        <http://data.carnegiehall.org/names/104560>,
        <http://data.carnegiehall.org/names/104561>,
        <http://data.carnegiehall.org/names/104562>,
        <http://data.carnegiehall.org/names/99264>,
        <http://data.carnegiehall.org/names/99270> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/7036> .

