@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/23107/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "La bohème" ;
    ns1:baritone <http://data.carnegiehall.org/names/27084>,
        <http://data.carnegiehall.org/names/54311> ;
    ns1:bass <http://data.carnegiehall.org/names/75361> ;
    ns1:conductor <http://data.carnegiehall.org/names/5731> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/75360> ;
    ns1:soprano <http://data.carnegiehall.org/names/54024> ;
    ns1:tenor <http://data.carnegiehall.org/names/46897>,
        <http://data.carnegiehall.org/names/7256> ;
    ns2:performer <http://data.carnegiehall.org/names/27084>,
        <http://data.carnegiehall.org/names/46897>,
        <http://data.carnegiehall.org/names/54024>,
        <http://data.carnegiehall.org/names/54311>,
        <http://data.carnegiehall.org/names/5731>,
        <http://data.carnegiehall.org/names/7256>,
        <http://data.carnegiehall.org/names/75360>,
        <http://data.carnegiehall.org/names/75361> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/32499> .

