@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/1028962> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "August Ahlqvist" ;
    ns1:birthDate "1826-08-07"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/650224/> ;
    ns1:deathDate "1889-11-20"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "August Ahlqvist" ;
    skos:exactMatch <http://dbpedia.org/resource/August_Ahlqvist>,
        <http://www.wikidata.org/entity/Q760790>,
        <https://id.loc.gov/authorities/n84219228>,
        <https://musicbrainz.org/artist/8806b761-3865-4c23-b392-4f3bde1a428b> .

