@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/1029640> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Silouan the Athonite" ;
    ns1:birthDate "1866-01-17"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/493716/> ;
    ns1:deathDate "1938-09-24"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Silouan the Athonite" ;
    skos:exactMatch <http://dbpedia.org/resource/Silouan_the_Athonite>,
        <http://id.loc.gov/authorities/names/n50058842>,
        <http://www.wikidata.org/entity/Q254998>,
        <https://musicbrainz.org/artist/5338fe1b-7681-49d6-9f47-5dbbc4d1e6f8> .

