@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/59286/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Lady's Not for Burning" ;
    ns1:actor <http://data.carnegiehall.org/names/110453>,
        <http://data.carnegiehall.org/names/110454>,
        <http://data.carnegiehall.org/names/110455>,
        <http://data.carnegiehall.org/names/110456>,
        <http://data.carnegiehall.org/names/110457>,
        <http://data.carnegiehall.org/names/110458>,
        <http://data.carnegiehall.org/names/110459>,
        <http://data.carnegiehall.org/names/110460>,
        <http://data.carnegiehall.org/names/110461>,
        <http://data.carnegiehall.org/names/110462>,
        <http://data.carnegiehall.org/names/69211> ;
    ns2:performer <http://data.carnegiehall.org/names/110453>,
        <http://data.carnegiehall.org/names/110454>,
        <http://data.carnegiehall.org/names/110455>,
        <http://data.carnegiehall.org/names/110456>,
        <http://data.carnegiehall.org/names/110457>,
        <http://data.carnegiehall.org/names/110458>,
        <http://data.carnegiehall.org/names/110459>,
        <http://data.carnegiehall.org/names/110460>,
        <http://data.carnegiehall.org/names/110461>,
        <http://data.carnegiehall.org/names/110462>,
        <http://data.carnegiehall.org/names/69211> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/100264> .

