@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/1007296> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Pavel Krížkovský" ;
    ns1:birthDate "1820-01-09"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3075620/> ;
    ns1:deathDate "1885-05-08"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Pavel Krížkovský" ;
    skos:exactMatch <http://dbpedia.org/resource/Pavel_K%C5%99%C3%AD%C5%BEkovsk%C3%BD>,
        <http://www.wikidata.org/entity/Q1355527>,
        <https://id.loc.gov/authorities/names/n93100059>,
        <https://musicbrainz.org/artist/971e0e49-e42c-4a34-b14a-c516f6f7e91f> .

