@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/123642> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Because You Loved Me" ;
    ns2:lyr <http://data.carnegiehall.org/names/134404> ;
    dcterms:contributor <http://data.carnegiehall.org/names/134404> ;
    dcterms:creator <http://data.carnegiehall.org/names/134404> ;
    ns1:dateCreated "1996" ;
    skos:exactMatch <http://dbpedia.org/resource/Because_You_Loved_Me>,
        <http://www.wikidata.org/entity/Q2732222>,
        <https://musicbrainz.org/work/50a9292f-eb10-4c4a-ad21-7c790df2698c> .

