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

<http://data.carnegiehall.org/events/15101/work_07> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Tragedy of Hamlet, Prince of Denmark: Act 1, Scene 2" ;
    ns2:actor <http://data.carnegiehall.org/names/17501>,
        <http://data.carnegiehall.org/names/24037>,
        <http://data.carnegiehall.org/names/38440>,
        <http://data.carnegiehall.org/names/597> ;
    ns3:performer <http://data.carnegiehall.org/names/17501>,
        <http://data.carnegiehall.org/names/24037>,
        <http://data.carnegiehall.org/names/38440>,
        <http://data.carnegiehall.org/names/597> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/102628> .

