@prefix ns1: <http://purl.org/ontology/mo/> .
@prefix ns2: <http://schema.org/> .
@prefix ns3: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/2765/work_13> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Battle Hymn of The Republic" ;
    ns3:bass_baritone <http://data.carnegiehall.org/names/4114> ;
    ns3:choir <http://data.carnegiehall.org/names/13779>,
        <http://data.carnegiehall.org/names/49727>,
        <http://data.carnegiehall.org/names/96107> ;
    ns3:conductor <http://data.carnegiehall.org/names/13032> ;
    ns3:mens_chorus <http://data.carnegiehall.org/names/133548> ;
    ns3:womens_chorus <http://data.carnegiehall.org/names/133547> ;
    ns1:performer <http://data.carnegiehall.org/names/13032>,
        <http://data.carnegiehall.org/names/133547>,
        <http://data.carnegiehall.org/names/133548>,
        <http://data.carnegiehall.org/names/13779>,
        <http://data.carnegiehall.org/names/4114>,
        <http://data.carnegiehall.org/names/49727>,
        <http://data.carnegiehall.org/names/96107> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/39348> .

