@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/39282/work_19> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Battle Hymn of The Republic" ;
    ns2:baritone <http://data.carnegiehall.org/names/65552> ;
    ns2:bass <http://data.carnegiehall.org/names/65560> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/65557> ;
    ns2:piano <http://data.carnegiehall.org/names/25839> ;
    ns2:soprano <http://data.carnegiehall.org/names/10236>,
        <http://data.carnegiehall.org/names/14872> ;
    ns2:tenor <http://data.carnegiehall.org/names/55544>,
        <http://data.carnegiehall.org/names/65558>,
        <http://data.carnegiehall.org/names/65559> ;
    ns2:unspecified_voice <http://data.carnegiehall.org/names/65553> ;
    ns2:vocalist <http://data.carnegiehall.org/names/65549>,
        <http://data.carnegiehall.org/names/65550>,
        <http://data.carnegiehall.org/names/65551>,
        <http://data.carnegiehall.org/names/65554>,
        <http://data.carnegiehall.org/names/65555>,
        <http://data.carnegiehall.org/names/65556>,
        <http://data.carnegiehall.org/names/65561> ;
    ns1:performer <http://data.carnegiehall.org/names/10236>,
        <http://data.carnegiehall.org/names/14872>,
        <http://data.carnegiehall.org/names/25839>,
        <http://data.carnegiehall.org/names/55544>,
        <http://data.carnegiehall.org/names/65549>,
        <http://data.carnegiehall.org/names/65550>,
        <http://data.carnegiehall.org/names/65551>,
        <http://data.carnegiehall.org/names/65552>,
        <http://data.carnegiehall.org/names/65553>,
        <http://data.carnegiehall.org/names/65554>,
        <http://data.carnegiehall.org/names/65555>,
        <http://data.carnegiehall.org/names/65556>,
        <http://data.carnegiehall.org/names/65557>,
        <http://data.carnegiehall.org/names/65558>,
        <http://data.carnegiehall.org/names/65559>,
        <http://data.carnegiehall.org/names/65560>,
        <http://data.carnegiehall.org/names/65561> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/34977> .

