@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/1005170> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Julius Röntgen" ;
    ns1:birthDate "1855-05-09"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2879139/> ;
    ns1:deathDate "1932-09-13"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Julius Röntgen" ;
    skos:exactMatch <http://dbpedia.org/resource/Julius_R%C3%B6ntgen>,
        <http://id.loc.gov/authorities/names/no89016373>,
        <http://www.wikidata.org/entity/Q698341>,
        <https://musicbrainz.org/artist/8bab2a6a-a1e7-4737-80ed-e488e66d779a> .

