@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/1007888> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Johan Halvorsen" ;
    ns1:birthDate "1864-03-15"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3159016/> ;
    ns1:deathDate "1935-12-04"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Johan Halvorsen" ;
    skos:exactMatch <http://dbpedia.org/resource/Johan_Halvorsen>,
        <http://id.loc.gov/authorities/names/n82020520>,
        <http://www.wikidata.org/entity/Q449172>,
        <https://musicbrainz.org/artist/b0cba95f-2fd2-4d0e-82a8-2ba17bb3ac7d> .

