@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://id.loc.gov/vocabulary/relators/> .
@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/76235> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "You Raise Me Up" ;
    ns2:lyr <http://data.carnegiehall.org/names/1012953> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1012953> ;
    dcterms:creator <http://data.carnegiehall.org/names/1014423> ;
    ns1:dateCreated "2002" ;
    skos:exactMatch <http://dbpedia.org/resource/You_Raise_Me_Up>,
        <http://www.wikidata.org/entity/Q276086>,
        <https://musicbrainz.org/work/6d28e1b7-2627-3a5a-aa3c-007fb0dde9ef> .

