@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/17698/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "A Brace of Partridges, A Farcical Comedy in Three Acts" ;
    ns2:actor <http://data.carnegiehall.org/names/10760>,
        <http://data.carnegiehall.org/names/18361>,
        <http://data.carnegiehall.org/names/21638>,
        <http://data.carnegiehall.org/names/30712>,
        <http://data.carnegiehall.org/names/35012>,
        <http://data.carnegiehall.org/names/38216>,
        <http://data.carnegiehall.org/names/40592>,
        <http://data.carnegiehall.org/names/40593>,
        <http://data.carnegiehall.org/names/43160>,
        <http://data.carnegiehall.org/names/48689>,
        <http://data.carnegiehall.org/names/56940>,
        <http://data.carnegiehall.org/names/59291> ;
    ns1:performer <http://data.carnegiehall.org/names/10760>,
        <http://data.carnegiehall.org/names/18361>,
        <http://data.carnegiehall.org/names/21638>,
        <http://data.carnegiehall.org/names/30712>,
        <http://data.carnegiehall.org/names/35012>,
        <http://data.carnegiehall.org/names/38216>,
        <http://data.carnegiehall.org/names/40592>,
        <http://data.carnegiehall.org/names/40593>,
        <http://data.carnegiehall.org/names/43160>,
        <http://data.carnegiehall.org/names/48689>,
        <http://data.carnegiehall.org/names/56940>,
        <http://data.carnegiehall.org/names/59291> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/103112> .

