@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/1020120> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Jacob de Haan" ;
    ns1:birthDate "1959-03-28"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2754669/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Jacob de Haan" ;
    skos:exactMatch <http://dbpedia.org/resource/Jacob_de_Haan_(composer)>,
        <http://id.loc.gov/authorities/names/no00080691>,
        <http://www.wikidata.org/entity/Q1375209>,
        <https://musicbrainz.org/artist/5695e5b4-1ba2-49c6-8ce2-dc104e7a8e04> .

