@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/1010643> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Jaroslav Kricka" ;
    ns1:birthDate "1882-08-27"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3073731/> ;
    ns1:deathDate "1969-01-23"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Jaroslav Kricka" ;
    skos:exactMatch <http://dbpedia.org/resource/Jaroslav_K%C5%99i%C4%8Dka>,
        <http://id.loc.gov/authorities/names/n83208826>,
        <http://www.wikidata.org/entity/Q705308>,
        <https://musicbrainz.org/artist/dede293d-2b1e-4e7c-8542-5e0d2d31a9b7> .

