@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/1001270> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Jack Segal" ;
    ns1:birthDate "1918-10-19"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5037649/> ;
    ns1:deathDate "2005-02-10"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp>,
        <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "Jack Segal" ;
    skos:exactMatch <http://dbpedia.org/resource/Jack_Segal>,
        <http://id.loc.gov/authorities/names/no98120256>,
        <http://www.wikidata.org/entity/Q6115076>,
        <https://musicbrainz.org/artist/c0fbded2-ab41-437d-8436-99bb7200a143> .

