@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/1002093> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Per Nørgård" ;
    ns1:birthDate "1932-07-13"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2621515/> ;
    ns1:deathDate "2025-05-28"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Per Nørgård" ;
    skos:exactMatch <http://dbpedia.org/resource/Per_N%C3%B8rg%C3%A5rd>,
        <http://id.loc.gov/authorities/names/n81086842>,
        <http://www.wikidata.org/entity/Q434392>,
        <https://musicbrainz.org/artist/7778b317-8c0c-4e59-9c93-afce46a4ed63> .

