@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/1018313> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Esbjörn Svensson" ;
    ns1:birthDate "1964-04-16"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2677062/> ;
    ns1:deathDate "2008-01-14"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Esbjörn Svensson" ;
    skos:exactMatch <http://dbpedia.org/resource/Esbj%C3%B6rn_Svensson>,
        <http://id.loc.gov/authorities/names/n97083859>,
        <http://www.wikidata.org/entity/Q433733>,
        <https://musicbrainz.org/artist/ae25add6-ba02-4a42-8dd9-34aca5b23e0c> .

