@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/1008274> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Miloslav Kabelác" ;
    ns1:birthDate "1908-08-01"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3067696/> ;
    ns1:deathDate "1979-09-17"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Miloslav Kabelác" ;
    skos:exactMatch <http://dbpedia.org/resource/Miloslav_Kabel%C3%A1%C4%8D>,
        <http://id.loc.gov/authorities/names/n85205500>,
        <http://www.wikidata.org/entity/Q1516398>,
        <https://musicbrainz.org/artist/17cfdcdb-d844-4eec-a00c-a921cf5ce9fc> .

