@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/1002720> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Peteris Plakidis" ;
    ns1:birthDate "1947-03-04"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/456172/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Peteris Plakidis" ;
    skos:exactMatch <http://dbpedia.org/resource/P%C4%93teris_Plakidis>,
        <http://id.loc.gov/authorities/names/n85345714>,
        <http://www.wikidata.org/entity/Q6051173>,
        <https://musicbrainz.org/artist/79417fe4-e416-42e0-a58f-ff8e1d6b57d8> .

