@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/1004604> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Karl Amadeus Hartmann" ;
    ns1:birthDate "1905-08-02"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2867714/> ;
    ns1:deathDate "1963-12-07"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Karl Amadeus Hartmann" ;
    skos:exactMatch <http://dbpedia.org/resource/Karl_Amadeus_Hartmann>,
        <http://id.loc.gov/authorities/names/n80161628>,
        <http://musicbrainz.org/artist/cc6b389a-0644-4363-91f8-9852140f13f4>,
        <http://www.wikidata.org/entity/Q366100> .

