@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/1026294> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Basho Matsuo" ;
    ns1:birthDate "1644"^^xsd:gYear ;
    ns1:birthPlace <https://sws.geonames.org/1861901/> ;
    ns1:deathDate "1694-11-28"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Basho Matsuo" ;
    skos:exactMatch <http://dbpedia.org/resource/Matsuo_Bash%C5%8D>,
        <http://id.loc.gov/authorities/names/n81014364>,
        <http://www.wikidata.org/entity/Q5676>,
        <https://musicbrainz.org/artist/97894d11-10c1-41b4-9026-1b49f5dc17c5> .

