@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/4008/work_15> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The World of the Spirit" ;
    ns1:baritone <http://data.carnegiehall.org/names/58067> ;
    ns1:conductor <http://data.carnegiehall.org/names/46923> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/622> ;
    ns1:organ <http://data.carnegiehall.org/names/16429> ;
    ns1:soprano <http://data.carnegiehall.org/names/46534> ;
    ns1:speaker <http://data.carnegiehall.org/names/48411>,
        <http://data.carnegiehall.org/names/7002> ;
    ns1:tenor <http://data.carnegiehall.org/names/56276> ;
    ns2:performer <http://data.carnegiehall.org/names/16429>,
        <http://data.carnegiehall.org/names/46534>,
        <http://data.carnegiehall.org/names/46923>,
        <http://data.carnegiehall.org/names/48411>,
        <http://data.carnegiehall.org/names/56276>,
        <http://data.carnegiehall.org/names/58067>,
        <http://data.carnegiehall.org/names/622>,
        <http://data.carnegiehall.org/names/7002> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/53866> .

