@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/7827> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "The Sound of Music: Climb Ev'ry Mountain" ;
    ns2:lyr <http://data.carnegiehall.org/names/44971> ;
    dcterms:contributor <http://data.carnegiehall.org/names/44971> ;
    dcterms:creator <http://data.carnegiehall.org/names/37239> ;
    ns1:dateCreated "1959" ;
    skos:exactMatch <http://dbpedia.org/resource/Climb_Ev%27ry_Mountain>,
        <http://id.loc.gov/authorities/names/n82063267>,
        <http://www.wikidata.org/entity/Q1639041>,
        <https://musicbrainz.org/work/20a2a557-628f-37f1-89c5-0e45ee6e50a6> .

