@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/53382/work_10> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "La bohème: Selection (unspecified)" ;
    ns1:baritone <http://data.carnegiehall.org/names/97074>,
        <http://data.carnegiehall.org/names/97076> ;
    ns1:bass <http://data.carnegiehall.org/names/97083>,
        <http://data.carnegiehall.org/names/97084> ;
    ns1:conductor <http://data.carnegiehall.org/names/90993> ;
    ns1:opera_company <http://data.carnegiehall.org/names/84181> ;
    ns1:soprano <http://data.carnegiehall.org/names/77994>,
        <http://data.carnegiehall.org/names/97082> ;
    ns1:tenor <http://data.carnegiehall.org/names/97081> ;
    ns2:performer <http://data.carnegiehall.org/names/77994>,
        <http://data.carnegiehall.org/names/84181>,
        <http://data.carnegiehall.org/names/90993>,
        <http://data.carnegiehall.org/names/97074>,
        <http://data.carnegiehall.org/names/97076>,
        <http://data.carnegiehall.org/names/97081>,
        <http://data.carnegiehall.org/names/97082>,
        <http://data.carnegiehall.org/names/97083>,
        <http://data.carnegiehall.org/names/97084> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/35938> .

