@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/1022780> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Béla Balázs" ;
    ns1:birthDate "1884-08-04"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/715429/> ;
    ns1:deathDate "1949-05-17"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lbt> ;
    ns1:name "Béla Balázs" ;
    skos:exactMatch <http://dbpedia.org/resource/B%C3%A9la_Bal%C3%A1zs>,
        <http://id.loc.gov/authorities/names/n81055682>,
        <http://www.wikidata.org/entity/Q469963>,
        <https://musicbrainz.org/artist/731b0380-6cc0-42c6-a744-71f21fe222ca> .

