@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/51668/work_10> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:dancer <http://data.carnegiehall.org/names/93912>,
        <http://data.carnegiehall.org/names/93913>,
        <http://data.carnegiehall.org/names/93914>,
        <http://data.carnegiehall.org/names/93915> ;
    ns1:percussion <http://data.carnegiehall.org/names/93902>,
        <http://data.carnegiehall.org/names/93907>,
        <http://data.carnegiehall.org/names/93908>,
        <http://data.carnegiehall.org/names/93909>,
        <http://data.carnegiehall.org/names/93910>,
        <http://data.carnegiehall.org/names/93911> ;
    ns1:vocalist <http://data.carnegiehall.org/names/93902>,
        <http://data.carnegiehall.org/names/93903>,
        <http://data.carnegiehall.org/names/93904>,
        <http://data.carnegiehall.org/names/93905>,
        <http://data.carnegiehall.org/names/93906> ;
    ns2:performer <http://data.carnegiehall.org/names/93902>,
        <http://data.carnegiehall.org/names/93903>,
        <http://data.carnegiehall.org/names/93904>,
        <http://data.carnegiehall.org/names/93905>,
        <http://data.carnegiehall.org/names/93906>,
        <http://data.carnegiehall.org/names/93907>,
        <http://data.carnegiehall.org/names/93908>,
        <http://data.carnegiehall.org/names/93909>,
        <http://data.carnegiehall.org/names/93910>,
        <http://data.carnegiehall.org/names/93911>,
        <http://data.carnegiehall.org/names/93912>,
        <http://data.carnegiehall.org/names/93913>,
        <http://data.carnegiehall.org/names/93914>,
        <http://data.carnegiehall.org/names/93915> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

