@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/1000740> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Edvard Grieg" ;
    ns1:birthDate "1843-06-15"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3161732/> ;
    ns1:deathDate "1907-09-04"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/cmp>,
        <http://id.loc.gov/vocabulary/relators/trc> ;
    ns1:name "Edvard Grieg" ;
    skos:exactMatch <http://dbpedia.org/resource/Edvard_Grieg>,
        <http://id.loc.gov/authorities/names/n79046495>,
        <http://musicbrainz.org/artist/013c8e5b-d72a-4cd3-8dee-6c64d6125823>,
        <http://www.wikidata.org/entity/Q80621> .

