@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/1012562> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "John Kinsella" ;
    ns1:birthDate "1932-04-08"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2964574/> ;
    ns1:deathDate "2021-11-09"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "John Kinsella" ;
    skos:exactMatch <http://dbpedia.org/resource/John_Kinsella_(composer)>,
        <http://id.loc.gov/authorities/names/n87145957>,
        <http://www.wikidata.org/entity/Q11866752>,
        <https://musicbrainz.org/artist/908c66e3-1c51-4ab6-89c0-2eb9f90687f5> .

