@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/1003443> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Shin'ichiro Ikebe" ;
    ns1:birthDate "1943-09-15"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2111901/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Shin'ichiro Ikebe" ;
    skos:exactMatch <http://dbpedia.org/resource/Shin%27ichir%C5%8D_Ikebe>,
        <http://www.wikidata.org/entity/Q1703134>,
        <https://id.loc.gov/authorities/n81008087>,
        <https://musicbrainz.org/artist/1580486d-7a19-4438-b2e4-323c9f129264> .

