@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/54851/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Slightly Mixed, A Farce in Three Acts" ;
    ns1:actor <http://data.carnegiehall.org/names/105706>,
        <http://data.carnegiehall.org/names/106457>,
        <http://data.carnegiehall.org/names/106458>,
        <http://data.carnegiehall.org/names/106459>,
        <http://data.carnegiehall.org/names/106460>,
        <http://data.carnegiehall.org/names/106461>,
        <http://data.carnegiehall.org/names/106462>,
        <http://data.carnegiehall.org/names/106463>,
        <http://data.carnegiehall.org/names/106464>,
        <http://data.carnegiehall.org/names/1537>,
        <http://data.carnegiehall.org/names/18028>,
        <http://data.carnegiehall.org/names/42096>,
        <http://data.carnegiehall.org/names/45314> ;
    ns2:performer <http://data.carnegiehall.org/names/105706>,
        <http://data.carnegiehall.org/names/106457>,
        <http://data.carnegiehall.org/names/106458>,
        <http://data.carnegiehall.org/names/106459>,
        <http://data.carnegiehall.org/names/106460>,
        <http://data.carnegiehall.org/names/106461>,
        <http://data.carnegiehall.org/names/106462>,
        <http://data.carnegiehall.org/names/106463>,
        <http://data.carnegiehall.org/names/106464>,
        <http://data.carnegiehall.org/names/1537>,
        <http://data.carnegiehall.org/names/18028>,
        <http://data.carnegiehall.org/names/42096>,
        <http://data.carnegiehall.org/names/45314> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/97653> .

