@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/1020930> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Akira Kurosawa" ;
    ns1:birthDate "1910-03-23"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/1852140/> ;
    ns1:deathDate "1998-09-06"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/fld> ;
    ns1:name "Akira Kurosawa" ;
    skos:exactMatch <http://dbpedia.org/resource/Akira_Kurosawa>,
        <http://id.loc.gov/authorities/names/n79091264>,
        <http://www.wikidata.org/entity/Q8006>,
        <https://musicbrainz.org/artist/b2618dc9-013f-4835-afd3-4c6c57a9043a> .

