@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/1026363> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Peter Rosegger" ;
    ns1:birthDate "1843-07-31"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/11594003/> ;
    ns1:deathDate "1918-06-26"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Peter Rosegger" ;
    skos:exactMatch <http://dbpedia.org/resource/Peter_Rosegger>,
        <http://www.wikidata.org/entity/Q93841>,
        <https://id.loc.gov/authorities/names/n50048355>,
        <https://musicbrainz.org/artist/3b5f6c67-6d25-46c7-8beb-0b84f67910fe> .

