@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/1018551> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Levente Gyöngyösi" ;
    ns1:birthDate "1975-06-08"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/681290/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Levente Gyöngyösi" ;
    skos:exactMatch <http://dbpedia.org/resource/Levente_Gy%C3%B6ngy%C3%B6si>,
        <http://id.loc.gov/authorities/names/no2009029866>,
        <http://www.wikidata.org/entity/Q6535217>,
        <https://musicbrainz.org/artist/9ed5da2a-7471-4749-93b4-9d0f5a7e162a> .

