@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/8936/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Gianni Schicchi" ;
    ns1:alto <http://data.carnegiehall.org/names/23512> ;
    ns1:baritone <http://data.carnegiehall.org/names/44041>,
        <http://data.carnegiehall.org/names/52505>,
        <http://data.carnegiehall.org/names/53630> ;
    ns1:bass <http://data.carnegiehall.org/names/16168>,
        <http://data.carnegiehall.org/names/26852>,
        <http://data.carnegiehall.org/names/49289>,
        <http://data.carnegiehall.org/names/50337> ;
    ns1:contralto <http://data.carnegiehall.org/names/52260>,
        <http://data.carnegiehall.org/names/6326> ;
    ns1:soprano <http://data.carnegiehall.org/names/38926>,
        <http://data.carnegiehall.org/names/50338> ;
    ns1:tenor <http://data.carnegiehall.org/names/33271>,
        <http://data.carnegiehall.org/names/49733> ;
    ns3:performer <http://data.carnegiehall.org/names/16168>,
        <http://data.carnegiehall.org/names/23512>,
        <http://data.carnegiehall.org/names/26852>,
        <http://data.carnegiehall.org/names/33271>,
        <http://data.carnegiehall.org/names/38926>,
        <http://data.carnegiehall.org/names/44041>,
        <http://data.carnegiehall.org/names/49289>,
        <http://data.carnegiehall.org/names/49733>,
        <http://data.carnegiehall.org/names/50337>,
        <http://data.carnegiehall.org/names/50338>,
        <http://data.carnegiehall.org/names/52260>,
        <http://data.carnegiehall.org/names/52505>,
        <http://data.carnegiehall.org/names/53630>,
        <http://data.carnegiehall.org/names/6326> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/28769> .

