@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/18644/work_18> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Lead, Kindly Light" ;
    ns2:bass <http://data.carnegiehall.org/names/40492>,
        <http://data.carnegiehall.org/names/47065>,
        <http://data.carnegiehall.org/names/59473>,
        <http://data.carnegiehall.org/names/8274> ;
    ns2:tenor <http://data.carnegiehall.org/names/20562>,
        <http://data.carnegiehall.org/names/20563>,
        <http://data.carnegiehall.org/names/27544>,
        <http://data.carnegiehall.org/names/39688> ;
    ns1:performer <http://data.carnegiehall.org/names/20562>,
        <http://data.carnegiehall.org/names/20563>,
        <http://data.carnegiehall.org/names/27544>,
        <http://data.carnegiehall.org/names/39688>,
        <http://data.carnegiehall.org/names/40492>,
        <http://data.carnegiehall.org/names/47065>,
        <http://data.carnegiehall.org/names/59473>,
        <http://data.carnegiehall.org/names/8274> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/9096> .

