@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/1010850> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Erich Walter Sternberg" ;
    ns1:birthDate "1891-05-31"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2950159/> ;
    ns1:deathDate "1974-12-15"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Erich Walter Sternberg" ;
    skos:exactMatch <http://dbpedia.org/resource/Erich_Walter_Sternberg>,
        <http://id.loc.gov/authorities/names/n88006196>,
        <http://www.wikidata.org/entity/Q873902>,
        <https://musicbrainz.org/artist/d54c51d2-c697-458e-92ad-b1f3b9563c10> .

