@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/125491> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Ernie Kovacs" ;
    ns1:birthDate "1919-01-23"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5105496/> ;
    ns1:deathDate "1962-01-13"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/151> ;
    ns1:name "Ernie Kovacs" ;
    skos:exactMatch <http://dbpedia.org/resource/Ernie_Kovacs>,
        <http://www.wikidata.org/entity/Q990890>,
        <https://id.loc.gov/authorities/names/n50000174>,
        <https://musicbrainz.org/artist/576448f6-a5da-48c6-94e3-294bbf7c0d25> .

