@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/47322/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Roméo et Juliette" ;
    ns1:baritone <http://data.carnegiehall.org/names/84182>,
        <http://data.carnegiehall.org/names/84188>,
        <http://data.carnegiehall.org/names/84189> ;
    ns1:bass <http://data.carnegiehall.org/names/84190> ;
    ns1:bass_baritone <http://data.carnegiehall.org/names/84183>,
        <http://data.carnegiehall.org/names/84185> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/84184>,
        <http://data.carnegiehall.org/names/84192>,
        <http://data.carnegiehall.org/names/84193>,
        <http://data.carnegiehall.org/names/84197> ;
    ns1:narrator <http://data.carnegiehall.org/names/84200> ;
    ns1:piano <http://data.carnegiehall.org/names/71160> ;
    ns1:soprano <http://data.carnegiehall.org/names/74310>,
        <http://data.carnegiehall.org/names/77994>,
        <http://data.carnegiehall.org/names/84191>,
        <http://data.carnegiehall.org/names/84194>,
        <http://data.carnegiehall.org/names/84195>,
        <http://data.carnegiehall.org/names/84198>,
        <http://data.carnegiehall.org/names/84199> ;
    ns1:tenor <http://data.carnegiehall.org/names/67362>,
        <http://data.carnegiehall.org/names/84186>,
        <http://data.carnegiehall.org/names/84187>,
        <http://data.carnegiehall.org/names/84196> ;
    ns2:performer <http://data.carnegiehall.org/names/67362>,
        <http://data.carnegiehall.org/names/71160>,
        <http://data.carnegiehall.org/names/74310>,
        <http://data.carnegiehall.org/names/77994>,
        <http://data.carnegiehall.org/names/84182>,
        <http://data.carnegiehall.org/names/84183>,
        <http://data.carnegiehall.org/names/84184>,
        <http://data.carnegiehall.org/names/84185>,
        <http://data.carnegiehall.org/names/84186>,
        <http://data.carnegiehall.org/names/84187>,
        <http://data.carnegiehall.org/names/84188>,
        <http://data.carnegiehall.org/names/84189>,
        <http://data.carnegiehall.org/names/84190>,
        <http://data.carnegiehall.org/names/84191>,
        <http://data.carnegiehall.org/names/84192>,
        <http://data.carnegiehall.org/names/84193>,
        <http://data.carnegiehall.org/names/84194>,
        <http://data.carnegiehall.org/names/84195>,
        <http://data.carnegiehall.org/names/84196>,
        <http://data.carnegiehall.org/names/84197>,
        <http://data.carnegiehall.org/names/84198>,
        <http://data.carnegiehall.org/names/84199>,
        <http://data.carnegiehall.org/names/84200> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/79308> .

