@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/1011332> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Emils Darzins" ;
    ns1:birthDate "1875-11-03"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/459359/> ;
    ns1:deathDate "1910-08-31"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Emils Darzins" ;
    skos:exactMatch <http://dbpedia.org/resource/Em%C4%ABls_D%C4%81rzi%C5%86%C5%A1>,
        <http://id.loc.gov/authorities/names/n80028486>,
        <http://www.wikidata.org/entity/Q2607045>,
        <https://musicbrainz.org/artist/87624451-3f1d-4740-81b1-e370e40abf30> .

