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

<http://data.carnegiehall.org/events/39593/work_06> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Lift Every Voice and Sing" ;
    ns1:boys_chorus <http://data.carnegiehall.org/names/4990> ;
    ns1:conductor <http://data.carnegiehall.org/names/6106> ;
    ns1:girls_chorus <http://data.carnegiehall.org/names/57386> ;
    ns1:piano <http://data.carnegiehall.org/names/66097> ;
    ns3:performer <http://data.carnegiehall.org/names/4990>,
        <http://data.carnegiehall.org/names/57386>,
        <http://data.carnegiehall.org/names/6106>,
        <http://data.carnegiehall.org/names/66097> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/19342> .

