@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/1029302> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "John Walsh" ;
    ns1:birthPlace <https://sws.geonames.org/6269131/> ;
    ns1:deathDate "1736-03-13"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "John Walsh" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n86140605>,
        <http://www.wikidata.org/entity/Q1702092>,
        <https://musicbrainz.org/artist/2ad1d5fe-a3b2-436b-b7c4-bcc75918885c> .

