@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/1822/work_11> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "A Wedding Suite" ;
    ns1:baritone <http://data.carnegiehall.org/names/40264> ;
    ns1:dance_group <http://data.carnegiehall.org/names/53011> ;
    ns1:dancer <http://data.carnegiehall.org/names/10184>,
        <http://data.carnegiehall.org/names/23064>,
        <http://data.carnegiehall.org/names/23065>,
        <http://data.carnegiehall.org/names/33034>,
        <http://data.carnegiehall.org/names/34244>,
        <http://data.carnegiehall.org/names/34600>,
        <http://data.carnegiehall.org/names/39372>,
        <http://data.carnegiehall.org/names/42159>,
        <http://data.carnegiehall.org/names/43898> ;
    ns1:piano <http://data.carnegiehall.org/names/7555> ;
    ns2:performer <http://data.carnegiehall.org/names/10184>,
        <http://data.carnegiehall.org/names/23064>,
        <http://data.carnegiehall.org/names/23065>,
        <http://data.carnegiehall.org/names/33034>,
        <http://data.carnegiehall.org/names/34244>,
        <http://data.carnegiehall.org/names/34600>,
        <http://data.carnegiehall.org/names/39372>,
        <http://data.carnegiehall.org/names/40264>,
        <http://data.carnegiehall.org/names/42159>,
        <http://data.carnegiehall.org/names/43898>,
        <http://data.carnegiehall.org/names/53011>,
        <http://data.carnegiehall.org/names/7555> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/17832> .

