@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/1007817> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Emil Sjögren" ;
    ns1:birthDate "1853-06-16"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2673730/> ;
    ns1:deathDate "1918-03-01"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Emil Sjögren" ;
    skos:exactMatch <http://dbpedia.org/resource/Emil_Sj%C3%B6gren>,
        <http://id.loc.gov/authorities/names/n81018096>,
        <http://www.wikidata.org/entity/Q527705>,
        <https://musicbrainz.org/artist/2f3f8b8a-b4f7-4a32-8b2e-53450020d4d5> .

