@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/1003426> a <http://data.carnegiehall.org/model/Entity> ;
    rdfs:label "Rikard Nordraak" ;
    ns1:birthDate "1842-06-12"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3143244/> ;
    ns1:deathDate "1866-03-20"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    skos:exactMatch <http://dbpedia.org/resource/Rikard_Nordraak>,
        <http://www.wikidata.org/entity/Q366629>,
        <https://id.loc.gov/authorities/names/n83189409>,
        <https://musicbrainz.org/artist/5fbdad36-6d67-448b-9c27-ddd2f7bd65d2> .

