@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/1016137> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Gábor Darvas" ;
    ns1:birthDate "1911-01-18"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/667873/> ;
    ns1:deathDate "1985-02-18"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr> ;
    ns1:name "Gábor Darvas" ;
    skos:exactMatch <http://dbpedia.org/resource/G%C3%A1bor_Darvas>,
        <http://www.wikidata.org/entity/Q897494>,
        <https://id.loc.gov/authorities/names/n86138077>,
        <https://musicbrainz.org/artist/6b2acb4e-bf92-4e95-8761-12a4328aed50> .

