@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/32156/work_16> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Woodcock's Little Game, A Comedy Farce in Three Acts" ;
    ns2:actor <http://data.carnegiehall.org/names/12307>,
        <http://data.carnegiehall.org/names/1276>,
        <http://data.carnegiehall.org/names/18973>,
        <http://data.carnegiehall.org/names/35312>,
        <http://data.carnegiehall.org/names/40907>,
        <http://data.carnegiehall.org/names/41740>,
        <http://data.carnegiehall.org/names/4905>,
        <http://data.carnegiehall.org/names/8787> ;
    ns1:performer <http://data.carnegiehall.org/names/12307>,
        <http://data.carnegiehall.org/names/1276>,
        <http://data.carnegiehall.org/names/18973>,
        <http://data.carnegiehall.org/names/35312>,
        <http://data.carnegiehall.org/names/40907>,
        <http://data.carnegiehall.org/names/41740>,
        <http://data.carnegiehall.org/names/4905>,
        <http://data.carnegiehall.org/names/8787> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/89787> .

