@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/1012689> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Nick Drake" ;
    ns1:birthDate "1948-06-19"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/1298824/> ;
    ns1:deathDate "1974-11-25"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Nick Drake" ;
    skos:exactMatch <http://dbpedia.org/resource/Nick_Drake>,
        <http://id.loc.gov/authorities/names/n93054840>,
        <http://www.wikidata.org/entity/Q211588>,
        <https://musicbrainz.org/artist/99ea432a-e3d8-42cb-9d5e-db316a6a8458> .

