@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/110443> a <http://data.carnegiehall.org/model/Entity> ;
    rdfs:label "Danny Boyle" ;
    ns1:birthDate "1956-10-20"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/6691227/> ;
    skos:exactMatch <http://dbpedia.org/resource/Danny_Boyle>,
        <http://id.loc.gov/authorities/names/no98043032>,
        <http://www.wikidata.org/entity/Q134867>,
        <https://musicbrainz.org/artist/0872536e-7000-450c-a6df-371cc5af0f87> .

