@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/1016434> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Taisto Wesslin" ;
    ns1:birthDate "1941-07-23"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/658225/> ;
    ns1:deathDate "2010-07-07"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Taisto Wesslin" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q17385069>,
        <https://musicbrainz.org/artist/343ad8b3-6b1e-4bbb-b40f-7932e5e7326c> .

