@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/1025234> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Karel Jaromír Erben" ;
    ns1:birthDate "1811-11-07"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3070681/> ;
    ns1:deathDate "1870-11-21"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lbt> ;
    ns1:name "Karel Jaromír Erben" ;
    skos:exactMatch <http://dbpedia.org/resource/Karel_Jarom%C3%ADr_Erben>,
        <http://www.wikidata.org/entity/Q352914>,
        <https://id.loc.gov/authorities/names/n50078875>,
        <https://musicbrainz.org/artist/d82808fe-ccb2-495f-95e5-8dc8533c6c34> .

