@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/1000393> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Eugene Raskin" ;
    ns1:birthDate "1909-09-05"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5110266/> ;
    ns1:deathDate "2004-06-07"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp>,
        <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "Eugene Raskin" ;
    skos:exactMatch <http://dbpedia.org/resource/Eugene_Raskin>,
        <http://www.wikidata.org/entity/Q5407670>,
        <https://id.loc.gov/authorities/n50053978>,
        <https://musicbrainz.org/artist/86b77b16-261b-4573-a239-7ea855c26959> .

