@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/48315/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Rigoletto" ;
    ns1:baritone <http://data.carnegiehall.org/names/86105>,
        <http://data.carnegiehall.org/names/86799>,
        <http://data.carnegiehall.org/names/86800>,
        <http://data.carnegiehall.org/names/86801> ;
    ns1:bass <http://data.carnegiehall.org/names/86802> ;
    ns1:contralto <http://data.carnegiehall.org/names/86804> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/74996>,
        <http://data.carnegiehall.org/names/86803> ;
    ns1:opera_company <http://data.carnegiehall.org/names/84181> ;
    ns1:piano <http://data.carnegiehall.org/names/86805> ;
    ns1:soprano <http://data.carnegiehall.org/names/71403>,
        <http://data.carnegiehall.org/names/86111> ;
    ns1:tenor <http://data.carnegiehall.org/names/85143>,
        <http://data.carnegiehall.org/names/86096> ;
    ns2:performer <http://data.carnegiehall.org/names/71403>,
        <http://data.carnegiehall.org/names/74996>,
        <http://data.carnegiehall.org/names/84181>,
        <http://data.carnegiehall.org/names/85143>,
        <http://data.carnegiehall.org/names/86096>,
        <http://data.carnegiehall.org/names/86105>,
        <http://data.carnegiehall.org/names/86111>,
        <http://data.carnegiehall.org/names/86799>,
        <http://data.carnegiehall.org/names/86800>,
        <http://data.carnegiehall.org/names/86801>,
        <http://data.carnegiehall.org/names/86802>,
        <http://data.carnegiehall.org/names/86803>,
        <http://data.carnegiehall.org/names/86804>,
        <http://data.carnegiehall.org/names/86805> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/21547> .

