@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/1006326> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Erland von Koch" ;
    ns1:birthDate "1910-04-26"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2673730/> ;
    ns1:deathDate "2009-01-31"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Erland von Koch" ;
    skos:exactMatch <http://dbpedia.org/resource/Erland_von_Koch>,
        <http://id.loc.gov/authorities/names/n79075528>,
        <http://www.wikidata.org/entity/Q1348163>,
        <https://musicbrainz.org/artist/59975db8-10c4-4d54-854d-f1a2ba397447> .

