@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/1010540> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Gösta Nystroem" ;
    ns1:birthDate "1890-10-13"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/8132744/> ;
    ns1:deathDate "1966-08-09"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Gösta Nystroem" ;
    skos:exactMatch <http://dbpedia.org/resource/G%C3%B6sta_Nystroem>,
        <http://www.wikidata.org/entity/Q1368439>,
        <https://id.loc.gov/authorities/n82077139>,
        <https://musicbrainz.org/artist/57da8c42-e0f8-43cc-9421-4f846f0cc5a1> .

