@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/1029542> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Geoff Downes" ;
    ns1:birthDate "1952-08-25"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2636882/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Geoff Downes" ;
    skos:exactMatch <http://dbpedia.org/resource/Geoff_Downes>,
        <http://www.wikidata.org/entity/Q346822>,
        <https://id.loc.gov/authorities/n91045868>,
        <https://musicbrainz.org/artist/d04001e7-1d67-45a3-9da7-b7c6018e6c65> .

