@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/51610/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Rigoletto: Selection (unspecified)" ;
    ns1:baritone <http://data.carnegiehall.org/names/92450> ;
    ns1:bass <http://data.carnegiehall.org/names/93762> ;
    ns1:contralto <http://data.carnegiehall.org/names/93763> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/93746>,
        <http://data.carnegiehall.org/names/93755> ;
    ns1:soprano <http://data.carnegiehall.org/names/77994> ;
    ns1:tenor <http://data.carnegiehall.org/names/93761> ;
    ns2:performer <http://data.carnegiehall.org/names/77994>,
        <http://data.carnegiehall.org/names/92450>,
        <http://data.carnegiehall.org/names/93746>,
        <http://data.carnegiehall.org/names/93755>,
        <http://data.carnegiehall.org/names/93761>,
        <http://data.carnegiehall.org/names/93762>,
        <http://data.carnegiehall.org/names/93763> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/13719> .

