@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/1026879> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Danny White" ;
    ns1:birthDate "1959-08-25"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/8224216/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Danny White" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no2012146127>,
        <http://www.wikidata.org/entity/Q104151097>,
        <https://musicbrainz.org/artist/1c1e47a8-54a6-41ea-b7f7-fd1d1879c90e> .

