@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/1022948> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Jack Larson" ;
    ns1:birthDate "1928-02-08"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5368361/> ;
    ns1:deathDate "2015-09-20"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Jack Larson" ;
    skos:exactMatch <http://dbpedia.org/resource/Jack_Larson>,
        <http://id.loc.gov/authorities/names/n84044261>,
        <http://www.wikidata.org/entity/Q6113592>,
        <https://musicbrainz.org/artist/3590720e-c444-4caa-85b9-afa5b1d9f13a> .

