@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/1009364> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Andreas Makris" ;
    ns1:birthDate "1930-03-07"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/734077/> ;
    ns1:deathDate "2005-02-03"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Andreas Makris" ;
    skos:exactMatch <http://dbpedia.org/resource/Andreas_Makris>,
        <http://id.loc.gov/authorities/names/n85372901>,
        <http://www.wikidata.org/entity/Q1151059>,
        <https://musicbrainz.org/artist/6a237e59-868a-4f41-81a4-3f4940a8b5a3> .

