@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/54879/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Wedding March, An Eccentricity in Three Acts" ;
    ns1:actor <http://data.carnegiehall.org/names/105872>,
        <http://data.carnegiehall.org/names/105873>,
        <http://data.carnegiehall.org/names/105874>,
        <http://data.carnegiehall.org/names/105877>,
        <http://data.carnegiehall.org/names/105878>,
        <http://data.carnegiehall.org/names/105880>,
        <http://data.carnegiehall.org/names/105893>,
        <http://data.carnegiehall.org/names/105911>,
        <http://data.carnegiehall.org/names/105992>,
        <http://data.carnegiehall.org/names/106231>,
        <http://data.carnegiehall.org/names/106233>,
        <http://data.carnegiehall.org/names/106235>,
        <http://data.carnegiehall.org/names/106240>,
        <http://data.carnegiehall.org/names/106244>,
        <http://data.carnegiehall.org/names/106392>,
        <http://data.carnegiehall.org/names/106714>,
        <http://data.carnegiehall.org/names/106715> ;
    ns2:performer <http://data.carnegiehall.org/names/105872>,
        <http://data.carnegiehall.org/names/105873>,
        <http://data.carnegiehall.org/names/105874>,
        <http://data.carnegiehall.org/names/105877>,
        <http://data.carnegiehall.org/names/105878>,
        <http://data.carnegiehall.org/names/105880>,
        <http://data.carnegiehall.org/names/105893>,
        <http://data.carnegiehall.org/names/105911>,
        <http://data.carnegiehall.org/names/105992>,
        <http://data.carnegiehall.org/names/106231>,
        <http://data.carnegiehall.org/names/106233>,
        <http://data.carnegiehall.org/names/106235>,
        <http://data.carnegiehall.org/names/106240>,
        <http://data.carnegiehall.org/names/106244>,
        <http://data.carnegiehall.org/names/106392>,
        <http://data.carnegiehall.org/names/106714>,
        <http://data.carnegiehall.org/names/106715> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/98064> .

