@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/1028441> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Takashi Miki" ;
    ns1:birthDate "1945-01-12"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/1850147/> ;
    ns1:deathDate "2009-05-11"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Takashi Miki" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q11355568>,
        <https://id.loc.gov/authorities/no2010093726>,
        <https://musicbrainz.org/artist/44659fe7-c612-4716-9320-524c7cf3cbbb> .

