@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/1007423> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Harald Lie" ;
    ns1:birthDate "1902-11-21"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3143244/> ;
    ns1:deathDate "1942-05-23"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Harald Lie" ;
    skos:exactMatch <http://dbpedia.org/resource/Harald_Lie>,
        <http://www.wikidata.org/entity/Q15996298>,
        <https://id.loc.gov/authorities/no99076571>,
        <https://musicbrainz.org/artist/a0e5aec9-7bca-455d-bd97-742e1efb6da5> .

