@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/1010602> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Otto Winter-Hjelm" ;
    ns1:birthDate "1837-10-08"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3143244/> ;
    ns1:deathDate "1931-05-03"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Otto Winter-Hjelm" ;
    skos:exactMatch <http://dbpedia.org/resource/Otto_Winter-Hjelm>,
        <http://www.wikidata.org/entity/Q2975366>,
        <https://id.loc.gov/authorities/names/n87114204>,
        <https://musicbrainz.org/artist/fb8b96f5-94f9-4df5-b812-dfa12b788b87> .

