@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/1020187> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Yasushi Akimoto" ;
    ns1:birthDate "1958-05-02"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/1857420/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "Yasushi Akimoto" ;
    skos:exactMatch <http://dbpedia.org/resource/Yasushi_Akimoto>,
        <http://www.wikidata.org/entity/Q457860>,
        <https://musicbrainz.org/artist/de7d12ef-2b9e-4573-9547-71cd58d5893c> .

