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

<http://data.carnegiehall.org/events/62058/work_07> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "We Shall Overcome: Our Journey: 400 Years from Africa to Jamestown" ;
    ns2:baritone <http://data.carnegiehall.org/names/90177> ;
    ns2:choir <http://data.carnegiehall.org/names/118668> ;
    ns2:mezzo_soprano <http://data.carnegiehall.org/names/100450> ;
    ns2:piano <http://data.carnegiehall.org/names/94019> ;
    ns3:performer <http://data.carnegiehall.org/names/100450>,
        <http://data.carnegiehall.org/names/118668>,
        <http://data.carnegiehall.org/names/90177>,
        <http://data.carnegiehall.org/names/94019> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/106602> ;
    rdfs:comment "world premiere" .

