@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/33607> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Daniel Harding" ;
    ns1:birthDate "1975-08-31"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2640729/> ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439> ;
    ns1:name "Daniel Harding" ;
    skos:exactMatch <http://dbpedia.org/resource/Daniel_Harding>,
        <http://id.loc.gov/authorities/names/n98019659>,
        <http://www.wikidata.org/entity/Q524328>,
        <https://musicbrainz.org/artist/50e23cf8-d4ec-4a3b-ac9e-6a182cc69f2b> .

