@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/45087> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Zoltán Rozsnyai" ;
    ns1:birthDate "1926-01-29"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3054643/> ;
    ns1:deathDate "1990-09-10"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439> ;
    ns1:name "Zoltán Rozsnyai" ;
    skos:exactMatch <http://dbpedia.org/resource/Zolt%C3%A1n_Rozsnyai>,
        <http://www.wikidata.org/entity/Q848559>,
        <https://id.loc.gov/authorities/no91028646>,
        <https://musicbrainz.org/artist/2ce4acda-b3e8-487e-bfb0-1e30969bc346> .

