@prefix ns1: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns2: <http://schema.org/> .
@prefix ns3: <http://purl.org/ontology/mo/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/33992/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Il signor Bruschino" ;
    ns1:baritone <http://data.carnegiehall.org/names/20705>,
        <http://data.carnegiehall.org/names/56291> ;
    ns1:bass <http://data.carnegiehall.org/names/61035> ;
    ns1:bass_baritone <http://data.carnegiehall.org/names/53278> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/34162> ;
    ns1:soprano <http://data.carnegiehall.org/names/9164> ;
    ns1:tenor <http://data.carnegiehall.org/names/52428>,
        <http://data.carnegiehall.org/names/54198> ;
    ns3:performer <http://data.carnegiehall.org/names/20705>,
        <http://data.carnegiehall.org/names/34162>,
        <http://data.carnegiehall.org/names/52428>,
        <http://data.carnegiehall.org/names/53278>,
        <http://data.carnegiehall.org/names/54198>,
        <http://data.carnegiehall.org/names/56291>,
        <http://data.carnegiehall.org/names/61035>,
        <http://data.carnegiehall.org/names/9164> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/10348> .

