@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/1006474> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Carl Jonas Love Almqvist" ;
    ns1:birthDate "1793-11-28"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2673730/> ;
    ns1:deathDate "1866-09-26"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Carl Jonas Love Almqvist" ;
    skos:exactMatch <http://dbpedia.org/resource/Carl_Jonas_Love_Almqvist>,
        <http://id.loc.gov/authorities/names/n84014147>,
        <http://www.wikidata.org/entity/Q316381>,
        <https://musicbrainz.org/artist/24c4c079-e0fa-4a5e-92c7-f25f92cfa023> .

