@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/54655/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "A Silver Wedding" ;
    ns2:actor <http://data.carnegiehall.org/names/105387>,
        <http://data.carnegiehall.org/names/105389>,
        <http://data.carnegiehall.org/names/105419>,
        <http://data.carnegiehall.org/names/105431>,
        <http://data.carnegiehall.org/names/105439>,
        <http://data.carnegiehall.org/names/105440>,
        <http://data.carnegiehall.org/names/105565>,
        <http://data.carnegiehall.org/names/105571>,
        <http://data.carnegiehall.org/names/105572>,
        <http://data.carnegiehall.org/names/105573>,
        <http://data.carnegiehall.org/names/105574>,
        <http://data.carnegiehall.org/names/105587>,
        <http://data.carnegiehall.org/names/105588> ;
    ns1:performer <http://data.carnegiehall.org/names/105387>,
        <http://data.carnegiehall.org/names/105389>,
        <http://data.carnegiehall.org/names/105419>,
        <http://data.carnegiehall.org/names/105431>,
        <http://data.carnegiehall.org/names/105439>,
        <http://data.carnegiehall.org/names/105440>,
        <http://data.carnegiehall.org/names/105565>,
        <http://data.carnegiehall.org/names/105571>,
        <http://data.carnegiehall.org/names/105572>,
        <http://data.carnegiehall.org/names/105573>,
        <http://data.carnegiehall.org/names/105574>,
        <http://data.carnegiehall.org/names/105587>,
        <http://data.carnegiehall.org/names/105588> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/97126> .

