@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/1006547> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Siegmund von Hausegger" ;
    ns1:birthDate "1872-08-16"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2778067/> ;
    ns1:deathDate "1948-10-10"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Siegmund von Hausegger" ;
    skos:exactMatch <http://dbpedia.org/resource/Siegmund_von_Hausegger>,
        <http://id.loc.gov/authorities/names/no97047105>,
        <http://www.wikidata.org/entity/Q647871>,
        <https://musicbrainz.org/artist/9d6cbae3-7aca-466a-b29e-4b83f8ad1baa> .

