@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/38245/work_05> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns1:baritone <http://data.carnegiehall.org/names/61554> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/11704> ;
    ns1:portative <http://data.carnegiehall.org/names/55060> ;
    ns1:soprano <http://data.carnegiehall.org/names/46360>,
        <http://data.carnegiehall.org/names/63302> ;
    ns2:performer <http://data.carnegiehall.org/names/11704>,
        <http://data.carnegiehall.org/names/46360>,
        <http://data.carnegiehall.org/names/55060>,
        <http://data.carnegiehall.org/names/61554>,
        <http://data.carnegiehall.org/names/63302> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

