@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/1008591> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "György Orbán" ;
    ns1:birthDate "1947-07-12"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/665004/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "György Orbán" ;
    skos:exactMatch <http://dbpedia.org/resource/Gy%C3%B6rgy_Orb%C3%A1n>,
        <http://id.loc.gov/authorities/names/n82102304>,
        <http://www.wikidata.org/entity/Q721637>,
        <https://musicbrainz.org/artist/753f0603-c8ad-4a67-a715-ea6c6eb7ac51> .

