@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/1020954> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Anders Jormin" ;
    ns1:birthDate "1957-09-07"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2702979/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Anders Jormin" ;
    skos:exactMatch <http://dbpedia.org/resource/Anders_Jormin>,
        <http://id.loc.gov/authorities/names/no98009573>,
        <https://musicbrainz.org/artist/4b4710dc-2f48-46b3-918c-9de91615d45d> .

