@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/100729> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Someone Like You" ;
    ns2:cmp <http://data.carnegiehall.org/names/85787> ;
    dcterms:contributor <http://data.carnegiehall.org/names/85787> ;
    dcterms:creator <http://data.carnegiehall.org/names/1018578> ;
    ns1:dateCreated "2011" ;
    skos:exactMatch <http://dbpedia.org/resource/Someone_like_You_(Adele_song)>,
        <http://www.wikidata.org/entity/Q166904>,
        <https://musicbrainz.org/work/09f420e3-0110-4886-b284-e3c7f13ddfc3> .

