@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/21641/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "A Scrap of Paper, A Comedy in Three Acts" ;
    ns1:actor <http://data.carnegiehall.org/names/14506>,
        <http://data.carnegiehall.org/names/14507>,
        <http://data.carnegiehall.org/names/18360>,
        <http://data.carnegiehall.org/names/26245>,
        <http://data.carnegiehall.org/names/27027>,
        <http://data.carnegiehall.org/names/38322>,
        <http://data.carnegiehall.org/names/43132>,
        <http://data.carnegiehall.org/names/43160>,
        <http://data.carnegiehall.org/names/5552>,
        <http://data.carnegiehall.org/names/7928> ;
    ns2:performer <http://data.carnegiehall.org/names/14506>,
        <http://data.carnegiehall.org/names/14507>,
        <http://data.carnegiehall.org/names/18360>,
        <http://data.carnegiehall.org/names/26245>,
        <http://data.carnegiehall.org/names/27027>,
        <http://data.carnegiehall.org/names/38322>,
        <http://data.carnegiehall.org/names/43132>,
        <http://data.carnegiehall.org/names/43160>,
        <http://data.carnegiehall.org/names/5552>,
        <http://data.carnegiehall.org/names/7928> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/46997> .

