@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/47280/work_11> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "A Child of Our Time" ;
    ns2:bass <http://data.carnegiehall.org/names/62716> ;
    ns2:choir <http://data.carnegiehall.org/names/82698>,
        <http://data.carnegiehall.org/names/84013>,
        <http://data.carnegiehall.org/names/84015>,
        <http://data.carnegiehall.org/names/84017> ;
    ns2:contralto <http://data.carnegiehall.org/names/83419> ;
    ns2:soprano <http://data.carnegiehall.org/names/12047> ;
    ns2:tenor <http://data.carnegiehall.org/names/72867> ;
    ns1:performer <http://data.carnegiehall.org/names/12047>,
        <http://data.carnegiehall.org/names/62716>,
        <http://data.carnegiehall.org/names/72867>,
        <http://data.carnegiehall.org/names/82698>,
        <http://data.carnegiehall.org/names/83419>,
        <http://data.carnegiehall.org/names/84013>,
        <http://data.carnegiehall.org/names/84015>,
        <http://data.carnegiehall.org/names/84017> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/16246> .

