@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/47725/work_11> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "La bohème: Café Momus" ;
    ns1:baritone <http://data.carnegiehall.org/names/30937>,
        <http://data.carnegiehall.org/names/85178> ;
    ns1:bass_baritone <http://data.carnegiehall.org/names/81886>,
        <http://data.carnegiehall.org/names/85181> ;
    ns1:piano <http://data.carnegiehall.org/names/69641> ;
    ns1:soprano <http://data.carnegiehall.org/names/85141>,
        <http://data.carnegiehall.org/names/85146> ;
    ns1:tenor <http://data.carnegiehall.org/names/85137> ;
    ns3:performer <http://data.carnegiehall.org/names/30937>,
        <http://data.carnegiehall.org/names/69641>,
        <http://data.carnegiehall.org/names/81886>,
        <http://data.carnegiehall.org/names/85137>,
        <http://data.carnegiehall.org/names/85141>,
        <http://data.carnegiehall.org/names/85146>,
        <http://data.carnegiehall.org/names/85178>,
        <http://data.carnegiehall.org/names/85181> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/80069> .

