@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/1000978> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Karl Höller" ;
    ns1:birthDate "1907-07-25"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2952984/> ;
    ns1:deathDate "1987-04-14"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Karl Höller" ;
    skos:exactMatch <http://dbpedia.org/resource/Karl_H%C3%B6ller>,
        <http://id.loc.gov/authorities/names/n80137469>,
        <http://www.wikidata.org/entity/Q315122>,
        <https://musicbrainz.org/artist/e9ce6c8e-c4b2-4c12-a02a-67af5a0f825a> .

