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

<http://data.carnegiehall.org/events/15062/work_15> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "6 Partsongs, Op. 18: 1. Sortunut ääni (The Broken Voice)" ;
    ns2:choir <http://data.carnegiehall.org/names/10389>,
        <http://data.carnegiehall.org/names/13463>,
        <http://data.carnegiehall.org/names/16131>,
        <http://data.carnegiehall.org/names/24372>,
        <http://data.carnegiehall.org/names/27745>,
        <http://data.carnegiehall.org/names/3209>,
        <http://data.carnegiehall.org/names/32381>,
        <http://data.carnegiehall.org/names/34576>,
        <http://data.carnegiehall.org/names/37708>,
        <http://data.carnegiehall.org/names/37862>,
        <http://data.carnegiehall.org/names/43162>,
        <http://data.carnegiehall.org/names/675>,
        <http://data.carnegiehall.org/names/73725>,
        <http://data.carnegiehall.org/names/90402> ;
    ns1:performer <http://data.carnegiehall.org/names/10389>,
        <http://data.carnegiehall.org/names/13463>,
        <http://data.carnegiehall.org/names/16131>,
        <http://data.carnegiehall.org/names/24372>,
        <http://data.carnegiehall.org/names/27745>,
        <http://data.carnegiehall.org/names/3209>,
        <http://data.carnegiehall.org/names/32381>,
        <http://data.carnegiehall.org/names/34576>,
        <http://data.carnegiehall.org/names/37708>,
        <http://data.carnegiehall.org/names/37862>,
        <http://data.carnegiehall.org/names/43162>,
        <http://data.carnegiehall.org/names/675>,
        <http://data.carnegiehall.org/names/73725>,
        <http://data.carnegiehall.org/names/90402> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/44080> .

