@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/1029822> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Kazuyoshi Saito" ;
    ns1:birthDate "1966-06-22"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/1857379/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Kazuyoshi Saito" ;
    skos:exactMatch <http://dbpedia.org/resource/Kazuyoshi_Saito>,
        <http://www.wikidata.org/entity/Q6380362>,
        <https://id.loc.gov/authorities/n2014047476>,
        <https://musicbrainz.org/artist/f4602c3d-9426-4835-8764-a4bfe479f6f7> .

