@prefix ns1: <http://purl.org/ontology/mo/> .
@prefix ns2: <http://schema.org/> .
@prefix ns3: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/61726/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns3:host <http://data.carnegiehall.org/names/115036> ;
    ns3:piano <http://data.carnegiehall.org/names/115040> ;
    ns3:vocalist <http://data.carnegiehall.org/names/115037>,
        <http://data.carnegiehall.org/names/115038>,
        <http://data.carnegiehall.org/names/115039>,
        <http://data.carnegiehall.org/names/99111> ;
    ns1:performer <http://data.carnegiehall.org/names/115036>,
        <http://data.carnegiehall.org/names/115037>,
        <http://data.carnegiehall.org/names/115038>,
        <http://data.carnegiehall.org/names/115039>,
        <http://data.carnegiehall.org/names/115040>,
        <http://data.carnegiehall.org/names/99111> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/104450> .

