@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/8015/work_07> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Bicyclers, A Farce in One Act" ;
    ns1:actor <http://data.carnegiehall.org/names/12607>,
        <http://data.carnegiehall.org/names/14183>,
        <http://data.carnegiehall.org/names/21742>,
        <http://data.carnegiehall.org/names/36046>,
        <http://data.carnegiehall.org/names/37833>,
        <http://data.carnegiehall.org/names/51335>,
        <http://data.carnegiehall.org/names/8526> ;
    ns1:theater_group <http://data.carnegiehall.org/names/16978> ;
    ns3:performer <http://data.carnegiehall.org/names/12607>,
        <http://data.carnegiehall.org/names/14183>,
        <http://data.carnegiehall.org/names/16978>,
        <http://data.carnegiehall.org/names/21742>,
        <http://data.carnegiehall.org/names/36046>,
        <http://data.carnegiehall.org/names/37833>,
        <http://data.carnegiehall.org/names/51335>,
        <http://data.carnegiehall.org/names/8526> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/29195> .

