@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/140602> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Jack Albertson" ;
    ns1:birthDate "1907-06-16"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4942939/> ;
    ns1:deathDate "1981-11-25"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/507> ;
    ns1:name "Jack Albertson" ;
    skos:exactMatch <http://dbpedia.org/resource/Jack_Albertson>,
        <http://www.wikidata.org/entity/Q344735>,
        <https://id.loc.gov/authorities/n86139957>,
        <https://musicbrainz.org/artist/28241d94-0d9d-4639-852a-f6a36bb1cc5e> .

