@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/858/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "David Garrick, A Comedy in Four Acts" ;
    ns2:actor <http://data.carnegiehall.org/names/33214>,
        <http://data.carnegiehall.org/names/35883>,
        <http://data.carnegiehall.org/names/38474>,
        <http://data.carnegiehall.org/names/49251>,
        <http://data.carnegiehall.org/names/5106>,
        <http://data.carnegiehall.org/names/5108>,
        <http://data.carnegiehall.org/names/54338>,
        <http://data.carnegiehall.org/names/56382>,
        <http://data.carnegiehall.org/names/8529>,
        <http://data.carnegiehall.org/names/90480> ;
    ns1:performer <http://data.carnegiehall.org/names/33214>,
        <http://data.carnegiehall.org/names/35883>,
        <http://data.carnegiehall.org/names/38474>,
        <http://data.carnegiehall.org/names/49251>,
        <http://data.carnegiehall.org/names/5106>,
        <http://data.carnegiehall.org/names/5108>,
        <http://data.carnegiehall.org/names/54338>,
        <http://data.carnegiehall.org/names/56382>,
        <http://data.carnegiehall.org/names/8529>,
        <http://data.carnegiehall.org/names/90480> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/57244> .

