@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/1027925> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Luboš Sluka" ;
    ns1:birthDate "1928-09-13"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3068914/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Luboš Sluka" ;
    skos:exactMatch <http://dbpedia.org/resource/Lubo%C5%A1_Sluka>,
        <http://www.wikidata.org/entity/Q2919184>,
        <https://id.loc.gov/authorities/n88650001>,
        <https://musicbrainz.org/artist/c69802a8-b8b5-4096-95e1-4afe530212e7> .

