@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/1016438> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Kaj Chydenius" ;
    ns1:birthDate "1939-10-16"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/649919/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Kaj Chydenius" ;
    skos:exactMatch <http://dbpedia.org/resource/Kaj_Chydenius>,
        <http://www.wikidata.org/entity/Q3075062>,
        <https://id.loc.gov/authorities/names/n94093854>,
        <https://musicbrainz.org/artist/7539b013-31f8-4a8a-b3f0-9ae1a2133dd3> .

