@prefix ns1: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns2: <http://purl.org/ontology/mo/> .
@prefix ns3: <http://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/54835/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "In Pennsylvania, Rural Drama in Four Acts" ;
    ns1:actor <http://data.carnegiehall.org/names/105715>,
        <http://data.carnegiehall.org/names/106301>,
        <http://data.carnegiehall.org/names/106302>,
        <http://data.carnegiehall.org/names/106303>,
        <http://data.carnegiehall.org/names/106304>,
        <http://data.carnegiehall.org/names/106305>,
        <http://data.carnegiehall.org/names/106306>,
        <http://data.carnegiehall.org/names/106307>,
        <http://data.carnegiehall.org/names/106308>,
        <http://data.carnegiehall.org/names/106310>,
        <http://data.carnegiehall.org/names/106311>,
        <http://data.carnegiehall.org/names/106312>,
        <http://data.carnegiehall.org/names/11460>,
        <http://data.carnegiehall.org/names/16320>,
        <http://data.carnegiehall.org/names/20681>,
        <http://data.carnegiehall.org/names/22782>,
        <http://data.carnegiehall.org/names/3752>,
        <http://data.carnegiehall.org/names/7378> ;
    ns2:performer <http://data.carnegiehall.org/names/105715>,
        <http://data.carnegiehall.org/names/106301>,
        <http://data.carnegiehall.org/names/106302>,
        <http://data.carnegiehall.org/names/106303>,
        <http://data.carnegiehall.org/names/106304>,
        <http://data.carnegiehall.org/names/106305>,
        <http://data.carnegiehall.org/names/106306>,
        <http://data.carnegiehall.org/names/106307>,
        <http://data.carnegiehall.org/names/106308>,
        <http://data.carnegiehall.org/names/106310>,
        <http://data.carnegiehall.org/names/106311>,
        <http://data.carnegiehall.org/names/106312>,
        <http://data.carnegiehall.org/names/11460>,
        <http://data.carnegiehall.org/names/16320>,
        <http://data.carnegiehall.org/names/20681>,
        <http://data.carnegiehall.org/names/22782>,
        <http://data.carnegiehall.org/names/3752>,
        <http://data.carnegiehall.org/names/7378> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/97563> .

