@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/1028841> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Janis Kalninš" ;
    ns1:birthDate "1904-11-03"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/589580/> ;
    ns1:deathDate "2000-11-30"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Janis Kalninš" ;
    skos:exactMatch <http://dbpedia.org/resource/J%C4%81nis_Kalni%C5%86%C5%A1_(composer)>,
        <http://www.wikidata.org/entity/Q1684205>,
        <https://id.loc.gov/authorities/nr98035571>,
        <https://musicbrainz.org/artist/be207916-a6a0-4cb0-b4a8-1b0fc5549180> .

