@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/54709/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Diamond Tiara" ;
    ns2:actor <http://data.carnegiehall.org/names/105707>,
        <http://data.carnegiehall.org/names/105708>,
        <http://data.carnegiehall.org/names/105709>,
        <http://data.carnegiehall.org/names/105710>,
        <http://data.carnegiehall.org/names/105711>,
        <http://data.carnegiehall.org/names/105712>,
        <http://data.carnegiehall.org/names/105713>,
        <http://data.carnegiehall.org/names/105714>,
        <http://data.carnegiehall.org/names/105715>,
        <http://data.carnegiehall.org/names/105716>,
        <http://data.carnegiehall.org/names/105717>,
        <http://data.carnegiehall.org/names/105718>,
        <http://data.carnegiehall.org/names/105719>,
        <http://data.carnegiehall.org/names/20681>,
        <http://data.carnegiehall.org/names/22782>,
        <http://data.carnegiehall.org/names/29034>,
        <http://data.carnegiehall.org/names/3752>,
        <http://data.carnegiehall.org/names/7378> ;
    ns1:performer <http://data.carnegiehall.org/names/105707>,
        <http://data.carnegiehall.org/names/105708>,
        <http://data.carnegiehall.org/names/105709>,
        <http://data.carnegiehall.org/names/105710>,
        <http://data.carnegiehall.org/names/105711>,
        <http://data.carnegiehall.org/names/105712>,
        <http://data.carnegiehall.org/names/105713>,
        <http://data.carnegiehall.org/names/105714>,
        <http://data.carnegiehall.org/names/105715>,
        <http://data.carnegiehall.org/names/105716>,
        <http://data.carnegiehall.org/names/105717>,
        <http://data.carnegiehall.org/names/105718>,
        <http://data.carnegiehall.org/names/105719>,
        <http://data.carnegiehall.org/names/20681>,
        <http://data.carnegiehall.org/names/22782>,
        <http://data.carnegiehall.org/names/29034>,
        <http://data.carnegiehall.org/names/3752>,
        <http://data.carnegiehall.org/names/7378> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/97230> .

