@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/1007215> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Wilhelm Stenhammar" ;
    ns1:birthDate "1871-02-07"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2673730/> ;
    ns1:deathDate "1927-11-20"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Wilhelm Stenhammar" ;
    skos:exactMatch <http://dbpedia.org/resource/Wilhelm_Stenhammar>,
        <http://www.wikidata.org/entity/Q435688>,
        <https://id.loc.gov/authorities/names/n82006520>,
        <https://musicbrainz.org/artist/46b1d2da-98a4-4ee2-9f21-17a9ca202cd1> .

