@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/1009238> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Zoltán Kodály" ;
    ns1:birthDate "1882-12-16"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3050434/> ;
    ns1:deathDate "1967-03-06"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/cmp>,
        <http://id.loc.gov/vocabulary/relators/trc> ;
    ns1:name "Zoltán Kodály" ;
    skos:exactMatch <http://dbpedia.org/resource/Zolt%C3%A1n_Kod%C3%A1ly>,
        <http://id.loc.gov/authorities/names/n81026598>,
        <http://musicbrainz.org/artist/f0b9f872-502d-4ff4-825e-5b97aee4f0c0>,
        <http://www.wikidata.org/entity/Q153008> .

