@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/1011111> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Fuminori Tanada" ;
    ns1:birthDate "1961-01-22"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/1854383/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Fuminori Tanada" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no2003068326>,
        <http://www.wikidata.org/entity/Q54932678>,
        <https://musicbrainz.org/artist/2cf38be4-80d2-4d9b-b608-48cd06c1440a> .

