@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://id.loc.gov/vocabulary/relators/> .
@prefix ns2: <http://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<http://data.carnegiehall.org/works/19342> a ns2:CreativeWork,
        ns2:MusicComposition ;
    rdfs:label "Lift Every Voice and Sing" ;
    ns1:lyr <http://data.carnegiehall.org/names/1017292> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1017292> ;
    dcterms:creator <http://data.carnegiehall.org/names/4365> ;
    ns2:dateCreated "1901" ;
    skos:exactMatch <http://dbpedia.org/resource/Lift_Every_Voice_and_Sing>,
        <http://id.loc.gov/authorities/names/n00063205>,
        <http://www.wikidata.org/entity/Q17069020>,
        <https://musicbrainz.org/work/3877db6e-f759-43fb-8942-a5799a971c28> .

