@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/1024534> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Frans Michael Franzén" ;
    ns1:birthDate "1772-02-09"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/643492/> ;
    ns1:deathDate "1847-08-14"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Frans Michael Franzén" ;
    skos:exactMatch <http://dbpedia.org/resource/Frans_Michael_Franz%C3%A9n>,
        <http://www.wikidata.org/entity/Q333297>,
        <https://id.loc.gov/authorities/names/n88206825>,
        <https://musicbrainz.org/artist/efa4a213-0a69-4d14-bb66-3e1528fd4ebf> .

