@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/1029291> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Muammer Sun" ;
    ns1:birthDate "1932-10-15"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/323786/> ;
    ns1:deathDate "2021-01-16"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Muammer Sun" ;
    skos:exactMatch <http://dbpedia.org/resource/Muammer_Sun>,
        <http://id.loc.gov/authorities/names/n88648656>,
        <http://www.wikidata.org/entity/Q4992530>,
        <https://musicbrainz.org/artist/5d784b58-4cd3-4079-8522-b50333b1ea18> .

