@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/1011541> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Hans Haug" ;
    ns1:birthDate "1900-07-27"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2661604/> ;
    ns1:deathDate "1967-09-15"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Hans Haug" ;
    skos:exactMatch <http://dbpedia.org/resource/Hans_Haug>,
        <http://id.loc.gov/authorities/names/n81014377>,
        <http://www.wikidata.org/entity/Q13635641>,
        <https://musicbrainz.org/artist/756abe8c-6efb-4e76-8975-e5bc487b9312> .

