@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/1028316> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Bruno Seidler-Winkler" ;
    ns1:birthDate "1880-07-18"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2950159/> ;
    ns1:deathDate "1960-10-19"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr> ;
    ns1:name "Bruno Seidler-Winkler" ;
    skos:exactMatch <http://dbpedia.org/resource/Bruno_Seidler-Winkler>,
        <http://www.wikidata.org/entity/Q993796>,
        <https://id.loc.gov/authorities/n82090831>,
        <https://musicbrainz.org/artist/1f9069b3-35c1-4440-bf5d-496549c0c582> .

