@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/1014175> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Kati Agócs" ;
    ns1:birthDate "1975-01-20"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/6182962/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Kati Agócs" ;
    skos:exactMatch <http://dbpedia.org/resource/Kati_Ag%C3%B3cs>,
        <http://id.loc.gov/authorities/names/no2005122376>,
        <http://www.wikidata.org/entity/Q6377342>,
        <https://musicbrainz.org/artist/8ac9d040-4891-4e68-ac2d-5fe9634b6502> .

