@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/1006305> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Sándor Szokolay" ;
    ns1:birthDate "1931-03-30"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/718334/> ;
    ns1:deathDate "2013-12-08"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Sándor Szokolay" ;
    skos:exactMatch <http://dbpedia.org/resource/S%C3%A1ndor_Szokolay>,
        <http://www.wikidata.org/entity/Q338630>,
        <https://id.loc.gov/authorities/names/n80086159>,
        <https://musicbrainz.org/artist/bca0507e-5a77-4deb-8a9d-b16073f0b883> .

