@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/19549/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:conductor <http://data.carnegiehall.org/names/26062> ;
    ns1:dancer <http://data.carnegiehall.org/names/17719>,
        <http://data.carnegiehall.org/names/48527>,
        <http://data.carnegiehall.org/names/765> ;
    ns1:host <http://data.carnegiehall.org/names/53561>,
        <http://data.carnegiehall.org/names/53562> ;
    ns1:soprano <http://data.carnegiehall.org/names/32197> ;
    ns1:tenor <http://data.carnegiehall.org/names/7246> ;
    ns1:vocalist <http://data.carnegiehall.org/names/46201>,
        <http://data.carnegiehall.org/names/49601>,
        <http://data.carnegiehall.org/names/50276>,
        <http://data.carnegiehall.org/names/53230> ;
    ns2:performer <http://data.carnegiehall.org/names/17719>,
        <http://data.carnegiehall.org/names/26062>,
        <http://data.carnegiehall.org/names/32197>,
        <http://data.carnegiehall.org/names/46201>,
        <http://data.carnegiehall.org/names/48527>,
        <http://data.carnegiehall.org/names/49601>,
        <http://data.carnegiehall.org/names/50276>,
        <http://data.carnegiehall.org/names/53230>,
        <http://data.carnegiehall.org/names/53561>,
        <http://data.carnegiehall.org/names/53562>,
        <http://data.carnegiehall.org/names/7246>,
        <http://data.carnegiehall.org/names/765> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

