@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/1001103> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Adolf Fredrik Lindblad" ;
    ns1:birthDate "1801-02-01"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2678265/> ;
    ns1:deathDate "1878-08-23"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp>,
        <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "Adolf Fredrik Lindblad" ;
    skos:exactMatch <http://dbpedia.org/resource/Adolf_Fredrik_Lindblad>,
        <http://www.wikidata.org/entity/Q361622>,
        <https://id.loc.gov/authorities/names/n83189377>,
        <https://musicbrainz.org/artist/d675dd27-6ac3-42c5-8bed-655f0f697257> .

