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

<http://data.carnegiehall.org/events/1777/work_02> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "The World of the Spirit" ;
    ns3:baritone <http://data.carnegiehall.org/names/16828> ;
    ns3:mezzo_soprano <http://data.carnegiehall.org/names/19302> ;
    ns3:narrator <http://data.carnegiehall.org/names/19478>,
        <http://data.carnegiehall.org/names/21068> ;
    ns3:orchestra <http://data.carnegiehall.org/names/33369> ;
    ns3:soprano <http://data.carnegiehall.org/names/15709> ;
    ns3:tenor <http://data.carnegiehall.org/names/15831> ;
    ns2:performer <http://data.carnegiehall.org/names/15709>,
        <http://data.carnegiehall.org/names/15831>,
        <http://data.carnegiehall.org/names/16828>,
        <http://data.carnegiehall.org/names/19302>,
        <http://data.carnegiehall.org/names/19478>,
        <http://data.carnegiehall.org/names/21068>,
        <http://data.carnegiehall.org/names/33369> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/53866> ;
    rdfs:comment "United States premiere" .

