@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/43325/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "L’amore dei tre re" ;
    ns1:baritone <http://data.carnegiehall.org/names/74309> ;
    ns1:bass <http://data.carnegiehall.org/names/42454> ;
    ns1:boy_soprano <http://data.carnegiehall.org/names/74311> ;
    ns1:choir <http://data.carnegiehall.org/names/65154> ;
    ns1:soprano <http://data.carnegiehall.org/names/74308>,
        <http://data.carnegiehall.org/names/74310>,
        <http://data.carnegiehall.org/names/74313> ;
    ns1:tenor <http://data.carnegiehall.org/names/35611>,
        <http://data.carnegiehall.org/names/62857>,
        <http://data.carnegiehall.org/names/6952> ;
    ns2:performer <http://data.carnegiehall.org/names/35611>,
        <http://data.carnegiehall.org/names/42454>,
        <http://data.carnegiehall.org/names/62857>,
        <http://data.carnegiehall.org/names/65154>,
        <http://data.carnegiehall.org/names/6952>,
        <http://data.carnegiehall.org/names/74308>,
        <http://data.carnegiehall.org/names/74309>,
        <http://data.carnegiehall.org/names/74310>,
        <http://data.carnegiehall.org/names/74311>,
        <http://data.carnegiehall.org/names/74313> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/70770> .

