@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/1007057> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Zdenek Lukáš" ;
    ns1:birthDate "1928-08-21"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3067696/> ;
    ns1:deathDate "2007-07-13"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Zdenek Lukáš" ;
    skos:exactMatch <http://dbpedia.org/resource/Zden%C4%9Bk_Luk%C3%A1%C5%A1>,
        <http://id.loc.gov/authorities/names/n85046580>,
        <http://musicbrainz.org/artist/d261d179-59f0-4d3a-8c4f-93c352380fe7>,
        <http://www.wikidata.org/entity/Q169009> .

