@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/1030938> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Hovhannes Tumanyen" ;
    ns1:birthDate "1869-02-19"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/616742/> ;
    ns1:deathDate "1923-03-23"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Hovhannes Tumanyen" ;
    skos:exactMatch <http://dbpedia.org/resource/Hovhannes_Tumanyan>,
        <http://www.wikidata.org/entity/Q380797>,
        <https://id.loc.gov/authorities/n50081890>,
        <https://musicbrainz.org/artist/ec1f2ac4-54c3-48f5-a16b-ccb1ad1f0529> .

