@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/59657/work_28> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "How Great Thou Art" ;
    ns2:choir <http://data.carnegiehall.org/names/2605> ;
    ns2:ensemble <http://data.carnegiehall.org/names/111141> ;
    ns2:tenor <http://data.carnegiehall.org/names/102548>,
        <http://data.carnegiehall.org/names/34779>,
        <http://data.carnegiehall.org/names/58309>,
        <http://data.carnegiehall.org/names/83039> ;
    ns2:vocal_ensemble <http://data.carnegiehall.org/names/111140>,
        <http://data.carnegiehall.org/names/94037> ;
    ns2:vocalist <http://data.carnegiehall.org/names/61314> ;
    ns1:performer <http://data.carnegiehall.org/names/102548>,
        <http://data.carnegiehall.org/names/111140>,
        <http://data.carnegiehall.org/names/111141>,
        <http://data.carnegiehall.org/names/2605>,
        <http://data.carnegiehall.org/names/34779>,
        <http://data.carnegiehall.org/names/58309>,
        <http://data.carnegiehall.org/names/61314>,
        <http://data.carnegiehall.org/names/83039>,
        <http://data.carnegiehall.org/names/94037> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/50951> .

