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

<http://data.carnegiehall.org/events/18915/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Lunatics (a Little Nonsense In One Act)" ;
    ns1:actor <http://data.carnegiehall.org/names/14395>,
        <http://data.carnegiehall.org/names/27639>,
        <http://data.carnegiehall.org/names/48039>,
        <http://data.carnegiehall.org/names/4933>,
        <http://data.carnegiehall.org/names/57744>,
        <http://data.carnegiehall.org/names/7226> ;
    ns3:performer <http://data.carnegiehall.org/names/14395>,
        <http://data.carnegiehall.org/names/27639>,
        <http://data.carnegiehall.org/names/48039>,
        <http://data.carnegiehall.org/names/4933>,
        <http://data.carnegiehall.org/names/57744>,
        <http://data.carnegiehall.org/names/7226> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/47723> .

