@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/2346/work_12> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns3:actor <http://data.carnegiehall.org/names/31480> ;
    ns3:baritone <http://data.carnegiehall.org/names/11296> ;
    ns3:choir <http://data.carnegiehall.org/names/44552>,
        <http://data.carnegiehall.org/names/51880> ;
    ns3:folk_singer <http://data.carnegiehall.org/names/58669> ;
    ns3:guitar <http://data.carnegiehall.org/names/55966> ;
    ns3:piano <http://data.carnegiehall.org/names/44756>,
        <http://data.carnegiehall.org/names/4820>,
        <http://data.carnegiehall.org/names/52215>,
        <http://data.carnegiehall.org/names/52216> ;
    ns3:quartet <http://data.carnegiehall.org/names/20481> ;
    ns3:soprano <http://data.carnegiehall.org/names/11228> ;
    ns3:speaker <http://data.carnegiehall.org/names/15672> ;
    ns3:violin <http://data.carnegiehall.org/names/39290> ;
    ns1:performer <http://data.carnegiehall.org/names/11228>,
        <http://data.carnegiehall.org/names/11296>,
        <http://data.carnegiehall.org/names/15672>,
        <http://data.carnegiehall.org/names/20481>,
        <http://data.carnegiehall.org/names/31480>,
        <http://data.carnegiehall.org/names/39290>,
        <http://data.carnegiehall.org/names/44552>,
        <http://data.carnegiehall.org/names/44756>,
        <http://data.carnegiehall.org/names/4820>,
        <http://data.carnegiehall.org/names/51880>,
        <http://data.carnegiehall.org/names/52215>,
        <http://data.carnegiehall.org/names/52216>,
        <http://data.carnegiehall.org/names/55966>,
        <http://data.carnegiehall.org/names/58669> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/104450> .

