@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/40516/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Un ballo in maschera" ;
    ns1:baritone <http://data.carnegiehall.org/names/6046> ;
    ns1:bass <http://data.carnegiehall.org/names/1207>,
        <http://data.carnegiehall.org/names/56560>,
        <http://data.carnegiehall.org/names/63868> ;
    ns1:contralto <http://data.carnegiehall.org/names/56559> ;
    ns1:orchestra <http://data.carnegiehall.org/names/22969> ;
    ns1:soprano <http://data.carnegiehall.org/names/11041>,
        <http://data.carnegiehall.org/names/67633> ;
    ns1:tenor <http://data.carnegiehall.org/names/63865>,
        <http://data.carnegiehall.org/names/67634> ;
    ns2:performer <http://data.carnegiehall.org/names/11041>,
        <http://data.carnegiehall.org/names/1207>,
        <http://data.carnegiehall.org/names/22969>,
        <http://data.carnegiehall.org/names/56559>,
        <http://data.carnegiehall.org/names/56560>,
        <http://data.carnegiehall.org/names/6046>,
        <http://data.carnegiehall.org/names/63865>,
        <http://data.carnegiehall.org/names/63868>,
        <http://data.carnegiehall.org/names/67633>,
        <http://data.carnegiehall.org/names/67634> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/64465> .

