@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/1822/work_05> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "Shabbat Kodesh (\"The Holy Sabbath\")" ;
    ns1:choir <http://data.carnegiehall.org/names/3285> ;
    ns1:conductor <http://data.carnegiehall.org/names/29284> ;
    ns1:contralto <http://data.carnegiehall.org/names/17386> ;
    ns1:organ <http://data.carnegiehall.org/names/23172> ;
    ns1:tenor <http://data.carnegiehall.org/names/37982> ;
    ns2:performer <http://data.carnegiehall.org/names/17386>,
        <http://data.carnegiehall.org/names/23172>,
        <http://data.carnegiehall.org/names/29284>,
        <http://data.carnegiehall.org/names/3285>,
        <http://data.carnegiehall.org/names/37982> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/45965> ;
    rdfs:comment "world premiere" .

