@prefix ns1: <http://purl.org/ontology/mo/> .
@prefix ns2: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns3: <http://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/31511/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Tempest" ;
    ns2:actor <http://data.carnegiehall.org/names/12360>,
        <http://data.carnegiehall.org/names/1441>,
        <http://data.carnegiehall.org/names/21024>,
        <http://data.carnegiehall.org/names/29412>,
        <http://data.carnegiehall.org/names/34314>,
        <http://data.carnegiehall.org/names/42681>,
        <http://data.carnegiehall.org/names/43835>,
        <http://data.carnegiehall.org/names/51535>,
        <http://data.carnegiehall.org/names/51762>,
        <http://data.carnegiehall.org/names/53257>,
        <http://data.carnegiehall.org/names/55896>,
        <http://data.carnegiehall.org/names/59891>,
        <http://data.carnegiehall.org/names/7300>,
        <http://data.carnegiehall.org/names/78657>,
        <http://data.carnegiehall.org/names/8395>,
        <http://data.carnegiehall.org/names/8433> ;
    ns2:dancer <http://data.carnegiehall.org/names/30328>,
        <http://data.carnegiehall.org/names/33324> ;
    ns2:theater_group <http://data.carnegiehall.org/names/48808> ;
    ns1:performer <http://data.carnegiehall.org/names/12360>,
        <http://data.carnegiehall.org/names/1441>,
        <http://data.carnegiehall.org/names/21024>,
        <http://data.carnegiehall.org/names/29412>,
        <http://data.carnegiehall.org/names/30328>,
        <http://data.carnegiehall.org/names/33324>,
        <http://data.carnegiehall.org/names/34314>,
        <http://data.carnegiehall.org/names/42681>,
        <http://data.carnegiehall.org/names/43835>,
        <http://data.carnegiehall.org/names/48808>,
        <http://data.carnegiehall.org/names/51535>,
        <http://data.carnegiehall.org/names/51762>,
        <http://data.carnegiehall.org/names/53257>,
        <http://data.carnegiehall.org/names/55896>,
        <http://data.carnegiehall.org/names/59891>,
        <http://data.carnegiehall.org/names/7300>,
        <http://data.carnegiehall.org/names/78657>,
        <http://data.carnegiehall.org/names/8395>,
        <http://data.carnegiehall.org/names/8433> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/31636> .

