@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/137155> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Andreas Reize" ;
    ns1:birthDate "1975-05-19"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2658564/> ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439> ;
    ns1:name "Andreas Reize" ;
    skos:exactMatch <http://dbpedia.org/resource/Andreas_Reize>,
        <http://www.wikidata.org/entity/Q63126449>,
        <https://id.loc.gov/authorities/no2007157153>,
        <https://musicbrainz.org/artist/9a6b9917-3a9f-4c73-a5b8-58453706c561> .

