@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/1006253> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Edwin Fissinger" ;
    ns1:birthDate "1920-06-15"^^xsd:date ;
    ns1:birthPlace <https://www.geonames.org/4887398/> ;
    ns1:deathDate "1990-10-16"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Edwin Fissinger" ;
    skos:exactMatch <http://dbpedia.org/resource/Edwin_R._Fissinger>,
        <http://id.loc.gov/authorities/names/no93022380>,
        <http://www.wikidata.org/entity/Q19975859>,
        <https://musicbrainz.org/artist/8484ed1f-01dc-430f-8c24-e433170d1c5e> .

