@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/1011258> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Yuji Koseki" ;
    ns1:birthDate "1909-08-11"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2112923/> ;
    ns1:deathDate "1989-08-18"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Yuji Koseki" ;
    skos:exactMatch <http://dbpedia.org/resource/Y%C5%ABji_Koseki>,
        <http://www.wikidata.org/entity/Q3574303>,
        <https://id.loc.gov/authorities/names/nr97027412>,
        <https://musicbrainz.org/artist/fa048f1b-ef64-45b7-a17c-d546fcbe14a2> .

