@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/1028426> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Chikai Inagaki" ;
    ns1:birthDate "1845-08"^^xsd:gYearMonth ;
    ns1:birthPlace <https://sws.geonames.org/2129089/> ;
    ns1:deathDate "1913-02-09"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "Chikai Inagaki" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q6535247>,
        <https://id.loc.gov/authorities/nr92036697>,
        <https://musicbrainz.org/artist/6b460413-8df6-41d5-b085-d052d2f17387> .

