@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/1019031> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Jan August Vitasek" ;
    ns1:birthDate "1770-02-22"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3075486/> ;
    ns1:deathDate "1839-12-07"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Jan August Vitasek" ;
    skos:exactMatch <http://dbpedia.org/resource/Jan_August_Vit%C3%A1sek>,
        <http://id.loc.gov/authorities/names/n86048982>,
        <http://www.wikidata.org/entity/Q1681585>,
        <https://musicbrainz.org/artist/bde53e76-21e2-4d82-88a1-91bebc6addc9> .

