@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/60201> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Andreas Delfs" ;
    ns1:birthDate "1959-08-30"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2926271/> ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439> ;
    ns1:name "Andreas Delfs" ;
    skos:exactMatch <http://dbpedia.org/resource/Andreas_Delfs>,
        <http://id.loc.gov/authorities/names/n94124229>,
        <http://www.wikidata.org/entity/Q4755405>,
        <https://musicbrainz.org/artist/b0969e5c-c26a-4bf0-ac65-f075f2e8eb8a> .

