@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/1006595> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Erwin Dressel" ;
    ns1:birthDate "1909-06-10"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2950159/> ;
    ns1:deathDate "1972-12"^^xsd:gYearMonth ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Erwin Dressel" ;
    skos:exactMatch <http://dbpedia.org/resource/Erwin_Dressel>,
        <http://www.wikidata.org/entity/Q5396119>,
        <https://id.loc.gov/authorities/names/n88144447>,
        <https://musicbrainz.org/artist/b748f38f-018e-4531-a1bf-412e605b5c33> .

