@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/33815/work_25> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selection (unspecified)" ;
    ns1:actor <http://data.carnegiehall.org/names/135438> ;
    ns1:ballet_dancer <http://data.carnegiehall.org/names/135427>,
        <http://data.carnegiehall.org/names/135428> ;
    ns1:music_ensemble <http://data.carnegiehall.org/names/135433> ;
    ns1:piano <http://data.carnegiehall.org/names/135430>,
        <http://data.carnegiehall.org/names/135431> ;
    ns1:vocalist <http://data.carnegiehall.org/names/135429>,
        <http://data.carnegiehall.org/names/135432>,
        <http://data.carnegiehall.org/names/135434>,
        <http://data.carnegiehall.org/names/135435>,
        <http://data.carnegiehall.org/names/135437> ;
    ns2:performer <http://data.carnegiehall.org/names/135427>,
        <http://data.carnegiehall.org/names/135428>,
        <http://data.carnegiehall.org/names/135429>,
        <http://data.carnegiehall.org/names/135430>,
        <http://data.carnegiehall.org/names/135431>,
        <http://data.carnegiehall.org/names/135432>,
        <http://data.carnegiehall.org/names/135433>,
        <http://data.carnegiehall.org/names/135434>,
        <http://data.carnegiehall.org/names/135435>,
        <http://data.carnegiehall.org/names/135437>,
        <http://data.carnegiehall.org/names/135438> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/15727> .

