@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/1003328> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Minoru Miki" ;
    ns1:birthDate "1930-03-16"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/1850158/> ;
    ns1:deathDate "2011-12-08"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Minoru Miki" ;
    skos:exactMatch <http://dbpedia.org/resource/Minoru_Miki>,
        <http://id.loc.gov/authorities/names/n82006518>,
        <http://www.wikidata.org/entity/Q1422441>,
        <https://musicbrainz.org/artist/a3582b94-9a8c-46c8-bf94-2fbe3dd8aeff> .

