@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/1023384> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Ilja Hurník" ;
    ns1:birthDate "1922-11-25"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3067777/> ;
    ns1:deathDate "2013-09-07"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Ilja Hurník" ;
    skos:exactMatch <http://dbpedia.org/resource/Ilja_Hurn%C3%ADk>,
        <http://id.loc.gov/authorities/names/n81023053>,
        <http://www.wikidata.org/entity/Q324401>,
        <https://musicbrainz.org/artist/fc0e081c-36be-44a2-a8a1-8aa7a381a5de> .

