@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/55691/work_06> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "How Great Thou Art" ;
    ns1:bass_guitar <http://data.carnegiehall.org/names/102138> ;
    ns1:choir <http://data.carnegiehall.org/names/102134> ;
    ns1:conductor <http://data.carnegiehall.org/names/33116> ;
    ns1:drums <http://data.carnegiehall.org/names/102137> ;
    ns1:organ <http://data.carnegiehall.org/names/102136> ;
    ns1:piano <http://data.carnegiehall.org/names/102135> ;
    ns2:performer <http://data.carnegiehall.org/names/102134>,
        <http://data.carnegiehall.org/names/102135>,
        <http://data.carnegiehall.org/names/102136>,
        <http://data.carnegiehall.org/names/102137>,
        <http://data.carnegiehall.org/names/102138>,
        <http://data.carnegiehall.org/names/33116> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/50951> .

