@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/1017586> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Emil Soderstrom" ;
    ns1:birthDate "1900-05-31"^^xsd:date ;
    ns1:deathDate "1972-08-14"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Emil Soderstrom" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no2003086946>,
        <https://musicbrainz.org/artist/31c698c9-bd45-4f7b-b7cc-bfabd470d727> .

