@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/1019959> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Rainer Maria Rilke" ;
    ns1:birthDate "1875-12-04"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3067696/> ;
    ns1:deathDate "1926-12-29"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Rainer Maria Rilke" ;
    skos:exactMatch <http://dbpedia.org/resource/Rainer_Maria_Rilke>,
        <http://id.loc.gov/authorities/names/n79042183>,
        <http://www.wikidata.org/entity/Q76483>,
        <https://musicbrainz.org/artist/372abcd1-0367-41fd-8bcc-efe2b7c1c8bf> .

