@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/1026498> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Sid Kuller" ;
    ns1:birthDate "1910-10-27"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5128581/> ;
    ns1:deathDate "1993-09-16"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "Sid Kuller" ;
    skos:exactMatch <http://dbpedia.org/resource/Sid_Kuller>,
        <http://www.wikidata.org/entity/Q524637>,
        <https://id.loc.gov/authorities/names/no90010577>,
        <https://musicbrainz.org/artist/0c4e5ecb-fce3-470b-be39-e4abc7cbff27> .

