@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/1018820> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Antonín Tucapský" ;
    ns1:birthDate "1928-03-27"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3068941/> ;
    ns1:deathDate "2014-09-09"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Antonín Tucapský" ;
    skos:exactMatch <http://dbpedia.org/resource/Anton%C3%ADn_Tu%C4%8Dapsk%C3%BD>,
        <http://id.loc.gov/authorities/names/n83178681>,
        <http://www.wikidata.org/entity/Q608790>,
        <https://musicbrainz.org/artist/ed35bc92-2b5a-4ddf-96d2-51af9ab239e7> .

