@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/1001883> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Ladislav Kubík" ;
    ns1:birthDate "1946-08-26"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3067696/> ;
    ns1:deathDate "2017-10-27"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Ladislav Kubík" ;
    skos:exactMatch <http://dbpedia.org/resource/Ladislav_Kub%C3%ADk>,
        <http://id.loc.gov/authorities/names/n83172155>,
        <http://www.wikidata.org/entity/Q6469682>,
        <https://musicbrainz.org/artist/152e95b6-4cfd-4d9e-93f0-eb8f5577a938> .

