@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/1002497> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Harry Freedman" ;
    ns1:birthDate "1922-04-05"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3093133/> ;
    ns1:deathDate "2005-09-16"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Harry Freedman" ;
    skos:exactMatch <http://dbpedia.org/resource/Harry_Freedman>,
        <http://id.loc.gov/authorities/names/n81014475>,
        <http://www.wikidata.org/entity/Q15505083>,
        <https://musicbrainz.org/artist/76490fcc-7eb6-40f8-af54-697e5168bf40> .

