@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/1005360> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Karol Rathaus" ;
    ns1:birthDate "1895-09-16"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/691650/> ;
    ns1:deathDate "1954-11-21"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Karol Rathaus" ;
    skos:exactMatch <http://dbpedia.org/resource/Karol_Rathaus>,
        <http://id.loc.gov/authorities/names/no89001725>,
        <http://www.wikidata.org/entity/Q84660>,
        <https://musicbrainz.org/artist/514bcb56-d5c2-46e1-b022-8cb9fa58f9b6> .

