@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/60019/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Intolleranza 1960" ;
    ns1:baritone <http://data.carnegiehall.org/names/2510>,
        <http://data.carnegiehall.org/names/62294>,
        <http://data.carnegiehall.org/names/69732> ;
    ns1:bass <http://data.carnegiehall.org/names/3662>,
        <http://data.carnegiehall.org/names/86237> ;
    ns1:bass_baritone <http://data.carnegiehall.org/names/111929>,
        <http://data.carnegiehall.org/names/94520> ;
    ns1:choir <http://data.carnegiehall.org/names/98741> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/73700> ;
    ns1:soprano <http://data.carnegiehall.org/names/111928>,
        <http://data.carnegiehall.org/names/72737> ;
    ns1:speaker <http://data.carnegiehall.org/names/91898> ;
    ns1:tenor <http://data.carnegiehall.org/names/111930>,
        <http://data.carnegiehall.org/names/28891> ;
    ns2:performer <http://data.carnegiehall.org/names/111928>,
        <http://data.carnegiehall.org/names/111929>,
        <http://data.carnegiehall.org/names/111930>,
        <http://data.carnegiehall.org/names/2510>,
        <http://data.carnegiehall.org/names/28891>,
        <http://data.carnegiehall.org/names/3662>,
        <http://data.carnegiehall.org/names/62294>,
        <http://data.carnegiehall.org/names/69732>,
        <http://data.carnegiehall.org/names/72737>,
        <http://data.carnegiehall.org/names/73700>,
        <http://data.carnegiehall.org/names/86237>,
        <http://data.carnegiehall.org/names/91898>,
        <http://data.carnegiehall.org/names/94520>,
        <http://data.carnegiehall.org/names/98741> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/101386> .

