@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/77923/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Hello, Dolly!" ;
    ns2:actor <http://data.carnegiehall.org/names/121447>,
        <http://data.carnegiehall.org/names/130149>,
        <http://data.carnegiehall.org/names/131538>,
        <http://data.carnegiehall.org/names/134057>,
        <http://data.carnegiehall.org/names/135031>,
        <http://data.carnegiehall.org/names/135032>,
        <http://data.carnegiehall.org/names/135036>,
        <http://data.carnegiehall.org/names/135049>,
        <http://data.carnegiehall.org/names/135050>,
        <http://data.carnegiehall.org/names/136042>,
        <http://data.carnegiehall.org/names/136743>,
        <http://data.carnegiehall.org/names/138565>,
        <http://data.carnegiehall.org/names/138566>,
        <http://data.carnegiehall.org/names/138567>,
        <http://data.carnegiehall.org/names/138569>,
        <http://data.carnegiehall.org/names/138570>,
        <http://data.carnegiehall.org/names/138571>,
        <http://data.carnegiehall.org/names/138572>,
        <http://data.carnegiehall.org/names/138574>,
        <http://data.carnegiehall.org/names/138575>,
        <http://data.carnegiehall.org/names/138576>,
        <http://data.carnegiehall.org/names/138577>,
        <http://data.carnegiehall.org/names/138578>,
        <http://data.carnegiehall.org/names/68883>,
        <http://data.carnegiehall.org/names/78947>,
        <http://data.carnegiehall.org/names/84503>,
        <http://data.carnegiehall.org/names/86706>,
        <http://data.carnegiehall.org/names/90695> ;
    ns1:performer <http://data.carnegiehall.org/names/121447>,
        <http://data.carnegiehall.org/names/130149>,
        <http://data.carnegiehall.org/names/131538>,
        <http://data.carnegiehall.org/names/134057>,
        <http://data.carnegiehall.org/names/135031>,
        <http://data.carnegiehall.org/names/135032>,
        <http://data.carnegiehall.org/names/135036>,
        <http://data.carnegiehall.org/names/135049>,
        <http://data.carnegiehall.org/names/135050>,
        <http://data.carnegiehall.org/names/136042>,
        <http://data.carnegiehall.org/names/136743>,
        <http://data.carnegiehall.org/names/138565>,
        <http://data.carnegiehall.org/names/138566>,
        <http://data.carnegiehall.org/names/138567>,
        <http://data.carnegiehall.org/names/138569>,
        <http://data.carnegiehall.org/names/138570>,
        <http://data.carnegiehall.org/names/138571>,
        <http://data.carnegiehall.org/names/138572>,
        <http://data.carnegiehall.org/names/138574>,
        <http://data.carnegiehall.org/names/138575>,
        <http://data.carnegiehall.org/names/138576>,
        <http://data.carnegiehall.org/names/138577>,
        <http://data.carnegiehall.org/names/138578>,
        <http://data.carnegiehall.org/names/68883>,
        <http://data.carnegiehall.org/names/78947>,
        <http://data.carnegiehall.org/names/84503>,
        <http://data.carnegiehall.org/names/86706>,
        <http://data.carnegiehall.org/names/90695> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/122354> .

