@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/13479/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "A Precious Pickle, A Farce in One Act" ;
    ns1:actor <http://data.carnegiehall.org/names/1831>,
        <http://data.carnegiehall.org/names/19468>,
        <http://data.carnegiehall.org/names/2997>,
        <http://data.carnegiehall.org/names/47738>,
        <http://data.carnegiehall.org/names/51897>,
        <http://data.carnegiehall.org/names/57797>,
        <http://data.carnegiehall.org/names/8355> ;
    ns3:performer <http://data.carnegiehall.org/names/1831>,
        <http://data.carnegiehall.org/names/19468>,
        <http://data.carnegiehall.org/names/2997>,
        <http://data.carnegiehall.org/names/47738>,
        <http://data.carnegiehall.org/names/51897>,
        <http://data.carnegiehall.org/names/57797>,
        <http://data.carnegiehall.org/names/8355> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/102971> .

