@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/1008775> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Jan Václav Voríšek" ;
    ns1:birthDate "1791-05-11"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3063400/> ;
    ns1:deathDate "1825-11-19"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Jan Václav Voríšek" ;
    skos:exactMatch <http://dbpedia.org/resource/Jan_V%C3%A1clav_Vo%C5%99%C3%AD%C5%A1ek>,
        <http://id.loc.gov/authorities/names/n81129533>,
        <http://www.wikidata.org/entity/Q918273>,
        <https://musicbrainz.org/artist/b699d5bc-7b1c-4de7-8747-974574ca4728> .

