@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/39044/work_09> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Faire Phyllis I saw sitting all alone" ;
    ns1:alto <http://data.carnegiehall.org/names/64925>,
        <http://data.carnegiehall.org/names/64929> ;
    ns1:baritone <http://data.carnegiehall.org/names/64932> ;
    ns1:bass <http://data.carnegiehall.org/names/64931> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/64928> ;
    ns1:soprano <http://data.carnegiehall.org/names/64926>,
        <http://data.carnegiehall.org/names/64927> ;
    ns1:tenor <http://data.carnegiehall.org/names/64930> ;
    ns1:vocal_ensemble <http://data.carnegiehall.org/names/64924> ;
    ns2:performer <http://data.carnegiehall.org/names/64924>,
        <http://data.carnegiehall.org/names/64925>,
        <http://data.carnegiehall.org/names/64926>,
        <http://data.carnegiehall.org/names/64927>,
        <http://data.carnegiehall.org/names/64928>,
        <http://data.carnegiehall.org/names/64929>,
        <http://data.carnegiehall.org/names/64930>,
        <http://data.carnegiehall.org/names/64931>,
        <http://data.carnegiehall.org/names/64932> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/52926> .

