@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/1012590> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Yotam Haber" ;
    ns1:birthDate "1976-10-27"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2751773/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Yotam Haber" ;
    skos:exactMatch <http://dbpedia.org/resource/Yotam_Haber>,
        <http://id.loc.gov/authorities/names/no2013080843>,
        <http://www.wikidata.org/entity/Q8056411>,
        <https://musicbrainz.org/artist/0d35abc9-6cd9-4d9d-9aa9-60857ccb035f> .

