@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/1013632> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Zakharia Paliashvili" ;
    ns1:birthDate "1871-08-16"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/613607/> ;
    ns1:deathDate "1933-10-06"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Zakharia Paliashvili" ;
    skos:exactMatch <http://dbpedia.org/resource/Zacharia_Paliashvili>,
        <http://id.loc.gov/authorities/names/n95034775>,
        <http://www.wikidata.org/entity/Q732613>,
        <https://musicbrainz.org/artist/ba4f18f4-1f44-4a90-bde4-238e8aa9a997> .

