@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/41221/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Lochinvar, A Burlesque Pantomime" ;
    ns2:actor <http://data.carnegiehall.org/names/54502>,
        <http://data.carnegiehall.org/names/69304>,
        <http://data.carnegiehall.org/names/69305>,
        <http://data.carnegiehall.org/names/69306>,
        <http://data.carnegiehall.org/names/69309>,
        <http://data.carnegiehall.org/names/69310>,
        <http://data.carnegiehall.org/names/69311>,
        <http://data.carnegiehall.org/names/69312>,
        <http://data.carnegiehall.org/names/69313>,
        <http://data.carnegiehall.org/names/69314>,
        <http://data.carnegiehall.org/names/69315>,
        <http://data.carnegiehall.org/names/69316>,
        <http://data.carnegiehall.org/names/69317> ;
    ns1:performer <http://data.carnegiehall.org/names/54502>,
        <http://data.carnegiehall.org/names/69304>,
        <http://data.carnegiehall.org/names/69305>,
        <http://data.carnegiehall.org/names/69306>,
        <http://data.carnegiehall.org/names/69309>,
        <http://data.carnegiehall.org/names/69310>,
        <http://data.carnegiehall.org/names/69311>,
        <http://data.carnegiehall.org/names/69312>,
        <http://data.carnegiehall.org/names/69313>,
        <http://data.carnegiehall.org/names/69314>,
        <http://data.carnegiehall.org/names/69315>,
        <http://data.carnegiehall.org/names/69316>,
        <http://data.carnegiehall.org/names/69317> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/102889> .

