@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/1000627> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Erich Wolfgang Korngold" ;
    ns1:birthDate "1897-05-29"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3078610/> ;
    ns1:deathDate "1957-11-29"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/cmp>,
        <http://id.loc.gov/vocabulary/relators/lbt> ;
    ns1:name "Erich Wolfgang Korngold" ;
    skos:exactMatch <http://dbpedia.org/resource/Erich_Wolfgang_Korngold>,
        <http://id.loc.gov/authorities/names/n81139127>,
        <http://www.wikidata.org/entity/Q313371>,
        <https://musicbrainz.org/artist/71b79646-5a0c-465b-b4da-e26af5120165> .

