@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/1004015> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Gil Aldema" ;
    ns1:birthDate "1928-09-17"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/294999/> ;
    ns1:deathDate "2014-09-27"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Gil Aldema" ;
    skos:exactMatch <http://dbpedia.org/resource/Gil_Aldema>,
        <http://id.loc.gov/authorities/names/n82214001>,
        <http://www.wikidata.org/entity/Q2911448>,
        <https://musicbrainz.org/artist/bd7fc995-3049-41fa-8ada-457c80cd0bab> .

