@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/1009361> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Andreas Hallén" ;
    ns1:birthDate "1846-12-22"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2711537/> ;
    ns1:deathDate "1925-03-11"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Andreas Hallén" ;
    skos:exactMatch <http://dbpedia.org/resource/Andreas_Hall%C3%A9n>,
        <http://id.loc.gov/authorities/names/n84130321>,
        <http://www.wikidata.org/entity/Q497831>,
        <https://musicbrainz.org/artist/776432b5-83e8-4085-8048-387a82f40061> .

