@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/340/work_03> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns2:actor <http://data.carnegiehall.org/names/79949> ;
    ns2:ballet_dancer <http://data.carnegiehall.org/names/79952>,
        <http://data.carnegiehall.org/names/79953> ;
    ns2:folk_singer <http://data.carnegiehall.org/names/14103> ;
    ns2:speaker <http://data.carnegiehall.org/names/22635>,
        <http://data.carnegiehall.org/names/79948>,
        <http://data.carnegiehall.org/names/79950>,
        <http://data.carnegiehall.org/names/79951>,
        <http://data.carnegiehall.org/names/79954> ;
    ns1:performer <http://data.carnegiehall.org/names/14103>,
        <http://data.carnegiehall.org/names/22635>,
        <http://data.carnegiehall.org/names/79948>,
        <http://data.carnegiehall.org/names/79949>,
        <http://data.carnegiehall.org/names/79950>,
        <http://data.carnegiehall.org/names/79951>,
        <http://data.carnegiehall.org/names/79952>,
        <http://data.carnegiehall.org/names/79953>,
        <http://data.carnegiehall.org/names/79954> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

