@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/1009270> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Ryohei Hirose" ;
    ns1:birthDate "1930-07-17"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2130188/> ;
    ns1:deathDate "2008-11-24"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Ryohei Hirose" ;
    skos:exactMatch <http://dbpedia.org/resource/Ry%C5%8Dhei_Hirose>,
        <http://www.wikidata.org/entity/Q459137>,
        <https://id.loc.gov/authorities/names/n95006560>,
        <https://musicbrainz.org/artist/d9e2674e-fd14-403f-8988-32ab90fc103f> .

