@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/71489/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Iolanthe" ;
    ns1:baritone <http://data.carnegiehall.org/names/12814>,
        <http://data.carnegiehall.org/names/130882>,
        <http://data.carnegiehall.org/names/95079> ;
    ns1:bass_baritone <http://data.carnegiehall.org/names/96473> ;
    ns1:dancer <http://data.carnegiehall.org/names/92827> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/130881>,
        <http://data.carnegiehall.org/names/130884>,
        <http://data.carnegiehall.org/names/17610> ;
    ns1:orchestra <http://data.carnegiehall.org/names/130886> ;
    ns1:soprano <http://data.carnegiehall.org/names/130880>,
        <http://data.carnegiehall.org/names/130883> ;
    ns1:speaker <http://data.carnegiehall.org/names/130885> ;
    ns1:tenor <http://data.carnegiehall.org/names/41703> ;
    ns2:performer <http://data.carnegiehall.org/names/12814>,
        <http://data.carnegiehall.org/names/130880>,
        <http://data.carnegiehall.org/names/130881>,
        <http://data.carnegiehall.org/names/130882>,
        <http://data.carnegiehall.org/names/130883>,
        <http://data.carnegiehall.org/names/130884>,
        <http://data.carnegiehall.org/names/130885>,
        <http://data.carnegiehall.org/names/130886>,
        <http://data.carnegiehall.org/names/17610>,
        <http://data.carnegiehall.org/names/41703>,
        <http://data.carnegiehall.org/names/92827>,
        <http://data.carnegiehall.org/names/95079>,
        <http://data.carnegiehall.org/names/96473> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/115299> .

