@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/47000/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Carmen" ;
    ns1:bass <http://data.carnegiehall.org/names/22472> ;
    ns1:tenor <http://data.carnegiehall.org/names/83283> ;
    ns1:unspecified_voice <http://data.carnegiehall.org/names/80398>,
        <http://data.carnegiehall.org/names/83314>,
        <http://data.carnegiehall.org/names/83315>,
        <http://data.carnegiehall.org/names/83316>,
        <http://data.carnegiehall.org/names/83317>,
        <http://data.carnegiehall.org/names/83318>,
        <http://data.carnegiehall.org/names/83319>,
        <http://data.carnegiehall.org/names/83320> ;
    ns2:performer <http://data.carnegiehall.org/names/22472>,
        <http://data.carnegiehall.org/names/80398>,
        <http://data.carnegiehall.org/names/83283>,
        <http://data.carnegiehall.org/names/83314>,
        <http://data.carnegiehall.org/names/83315>,
        <http://data.carnegiehall.org/names/83316>,
        <http://data.carnegiehall.org/names/83317>,
        <http://data.carnegiehall.org/names/83318>,
        <http://data.carnegiehall.org/names/83319>,
        <http://data.carnegiehall.org/names/83320> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/6569> .

