@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/12448/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Society's Impostures, Drama in Three Acts" ;
    ns1:actor <http://data.carnegiehall.org/names/14584>,
        <http://data.carnegiehall.org/names/1801>,
        <http://data.carnegiehall.org/names/22260>,
        <http://data.carnegiehall.org/names/24609>,
        <http://data.carnegiehall.org/names/26760>,
        <http://data.carnegiehall.org/names/41088>,
        <http://data.carnegiehall.org/names/45783>,
        <http://data.carnegiehall.org/names/47178> ;
    ns2:performer <http://data.carnegiehall.org/names/14584>,
        <http://data.carnegiehall.org/names/1801>,
        <http://data.carnegiehall.org/names/22260>,
        <http://data.carnegiehall.org/names/24609>,
        <http://data.carnegiehall.org/names/26760>,
        <http://data.carnegiehall.org/names/41088>,
        <http://data.carnegiehall.org/names/45783>,
        <http://data.carnegiehall.org/names/47178> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/103260> .

