@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/1013396> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "August Körling" ;
    ns1:birthDate "1842-04-14"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2691822/> ;
    ns1:deathDate "1919-10-21"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "August Körling" ;
    skos:exactMatch <http://dbpedia.org/resource/Sven_August_K%C3%B6rling>,
        <http://www.wikidata.org/entity/Q5929196>,
        <https://id.loc.gov/authorities/names/n94119127>,
        <https://musicbrainz.org/artist/c7020e89-d79a-4355-9eb2-9e76b61c992a> .

