@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/1002435> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Ingvar Lidholm" ;
    ns1:birthDate "1921-02-24"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2702979/> ;
    ns1:deathDate "2017-10-17"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Ingvar Lidholm" ;
    skos:exactMatch <http://dbpedia.org/resource/Ingvar_Lidholm>,
        <http://www.wikidata.org/entity/Q629243>,
        <https://id.loc.gov/authorities/names/n81084043>,
        <https://musicbrainz.org/artist/ad8bf51c-b490-4c36-9df4-0cc6d5caa077> .

