@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/1001384> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Graham Fitkin" ;
    ns1:birthDate "1963-04-19"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/6621654/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Graham Fitkin" ;
    skos:exactMatch <http://dbpedia.org/resource/Graham_Fitkin>,
        <http://www.wikidata.org/entity/Q5592824>,
        <https://id.loc.gov/authorities/names/nr93006010>,
        <https://musicbrainz.org/artist/30af1c8a-f6cd-4082-9d2c-24eaa1c8850d> .

