@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/33160/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Macbeth" ;
    ns1:actor <http://data.carnegiehall.org/names/76279>,
        <http://data.carnegiehall.org/names/76280>,
        <http://data.carnegiehall.org/names/76281> ;
    ns1:baritone <http://data.carnegiehall.org/names/26320>,
        <http://data.carnegiehall.org/names/49196> ;
    ns1:bass <http://data.carnegiehall.org/names/22096>,
        <http://data.carnegiehall.org/names/4367>,
        <http://data.carnegiehall.org/names/59203> ;
    ns1:choir <http://data.carnegiehall.org/names/34991> ;
    ns1:soprano <http://data.carnegiehall.org/names/13355>,
        <http://data.carnegiehall.org/names/56779> ;
    ns1:tenor <http://data.carnegiehall.org/names/14272>,
        <http://data.carnegiehall.org/names/42155>,
        <http://data.carnegiehall.org/names/48092> ;
    ns2:performer <http://data.carnegiehall.org/names/13355>,
        <http://data.carnegiehall.org/names/14272>,
        <http://data.carnegiehall.org/names/22096>,
        <http://data.carnegiehall.org/names/26320>,
        <http://data.carnegiehall.org/names/34991>,
        <http://data.carnegiehall.org/names/42155>,
        <http://data.carnegiehall.org/names/4367>,
        <http://data.carnegiehall.org/names/48092>,
        <http://data.carnegiehall.org/names/49196>,
        <http://data.carnegiehall.org/names/56779>,
        <http://data.carnegiehall.org/names/59203>,
        <http://data.carnegiehall.org/names/76279>,
        <http://data.carnegiehall.org/names/76280>,
        <http://data.carnegiehall.org/names/76281> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/33458> .

