@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/1002929> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Agathe Backer-Grøndahl" ;
    ns1:birthDate "1847-01-12"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3152132/> ;
    ns1:deathDate "1907-06-04"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Agathe Backer-Grøndahl" ;
    skos:exactMatch <http://dbpedia.org/resource/Agathe_Backer_Gr%C3%B8ndahl>,
        <http://www.wikidata.org/entity/Q270464>,
        <https://id.loc.gov/authorities/names/no2008057848>,
        <https://musicbrainz.org/artist/e3871b39-a242-4f37-b09e-4e4d8e32c3c2> .

