@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/8431/work_14> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Thank You God" ;
    ns1:childrens_chorus <http://data.carnegiehall.org/names/18836>,
        <http://data.carnegiehall.org/names/18837>,
        <http://data.carnegiehall.org/names/35420>,
        <http://data.carnegiehall.org/names/52406>,
        <http://data.carnegiehall.org/names/6858> ;
    ns1:choir <http://data.carnegiehall.org/names/12040> ;
    ns1:conductor <http://data.carnegiehall.org/names/42599> ;
    ns1:keyboard <http://data.carnegiehall.org/names/20629> ;
    ns2:performer <http://data.carnegiehall.org/names/12040>,
        <http://data.carnegiehall.org/names/18836>,
        <http://data.carnegiehall.org/names/18837>,
        <http://data.carnegiehall.org/names/20629>,
        <http://data.carnegiehall.org/names/35420>,
        <http://data.carnegiehall.org/names/42599>,
        <http://data.carnegiehall.org/names/52406>,
        <http://data.carnegiehall.org/names/6858> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/17615> .

