@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/25725> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Walter Susskind" ;
    ns1:birthDate "1913-05-01"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3067696/> ;
    ns1:deathDate "1980-03-25"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439>,
        <http://id.loc.gov/vocabulary/relators/arr> ;
    ns1:name "Walter Susskind" ;
    skos:exactMatch <http://dbpedia.org/resource/Walter_Susskind>,
        <http://www.wikidata.org/entity/Q2388568>,
        <https://id.loc.gov/authorities/n81058231>,
        <https://musicbrainz.org/artist/0a1f00fa-a3bc-48aa-8af5-5fcb4cfb90ca> .

