@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/1010964> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Vache Sharafyan" ;
    ns1:birthDate "1966-02-11"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/616052/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Vache Sharafyan" ;
    skos:exactMatch <http://dbpedia.org/resource/Vache_Sharafyan>,
        <http://id.loc.gov/authorities/names/no2005057997>,
        <http://musicbrainz.org/artist/5385998b-3799-4c6a-85de-ea0a8a3a68fe>,
        <http://www.wikidata.org/entity/Q2538333> .

