@prefix ns1: <http://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.carnegiehall.org/names/1015857> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Rod Temperton" ;
    ns1:birthDate "1947-10-15"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2652885/> ;
    ns1:deathDate "2016"^^xsd:gYear ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Rod Temperton" ;
    skos:exactMatch <http://dbpedia.org/resource/Rod_Temperton>,
        <http://id.loc.gov/authorities/names/n85151654>,
        <http://www.wikidata.org/entity/Q931723>,
        <https://musicbrainz.org/artist/ac6cc156-eb47-4c98-9b04-b57ece512950> .

