@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/41608> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "George Tabori" ;
    ns1:birthDate "1914-05-24"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3054643/> ;
    ns1:deathDate "2007-07-23"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/971>,
        <http://id.loc.gov/vocabulary/relators/adp>,
        <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "George Tabori" ;
    skos:exactMatch <http://dbpedia.org/resource/George_Tabori>,
        <http://www.wikidata.org/entity/Q152301>,
        <https://id.loc.gov/authorities/n87153075>,
        <https://musicbrainz.org/artist/2d7b9d70-65ed-46bc-9b28-1994fd394b74> .

