@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/14641/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:host <http://data.carnegiehall.org/names/5999> ;
    ns1:piano <http://data.carnegiehall.org/names/24938> ;
    ns1:soprano <http://data.carnegiehall.org/names/2332> ;
    ns1:speaker <http://data.carnegiehall.org/names/44948>,
        <http://data.carnegiehall.org/names/4737> ;
    ns1:unspecified_instrument <http://data.carnegiehall.org/names/4736> ;
    ns1:vocalist <http://data.carnegiehall.org/names/19981>,
        <http://data.carnegiehall.org/names/50177>,
        <http://data.carnegiehall.org/names/51491> ;
    ns2:performer <http://data.carnegiehall.org/names/19981>,
        <http://data.carnegiehall.org/names/2332>,
        <http://data.carnegiehall.org/names/24938>,
        <http://data.carnegiehall.org/names/44948>,
        <http://data.carnegiehall.org/names/4736>,
        <http://data.carnegiehall.org/names/4737>,
        <http://data.carnegiehall.org/names/50177>,
        <http://data.carnegiehall.org/names/51491>,
        <http://data.carnegiehall.org/names/5999> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

