@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/1018386> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Karl Suessdorf" ;
    ns1:birthDate "1921-04-28"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5877389/> ;
    ns1:deathDate "1982-02-25"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Karl Suessdorf" ;
    skos:exactMatch <http://dbpedia.org/resource/Karl_Suessdorf>,
        <http://id.loc.gov/authorities/names/nb2001016728>,
        <http://www.wikidata.org/entity/Q6372289>,
        <https://musicbrainz.org/artist/537f3239-eb5a-4898-8fc9-b512a5fde428> .

