@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/1005919> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Walter Niemann" ;
    ns1:birthDate "1876-10-10"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2911298/> ;
    ns1:deathDate "1953-06-17"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Walter Niemann" ;
    skos:exactMatch <http://dbpedia.org/resource/Walter_Niemann_(composer)>,
        <http://www.wikidata.org/entity/Q321695>,
        <https://id.loc.gov/authorities/names/n86143580>,
        <https://musicbrainz.org/artist/42b8620f-e8bf-433e-9676-e0e284ff7f26> .

