@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/1020365> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Gary Barlow" ;
    ns1:birthDate "1971-01-20"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2649029/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Gary Barlow" ;
    skos:exactMatch <http://dbpedia.org/resource/Gary_Barlow>,
        <http://id.loc.gov/authorities/names/n2007009194>,
        <http://www.wikidata.org/entity/Q328753>,
        <https://musicbrainz.org/artist/c999fc02-ab9a-4f4c-a0e7-98ff8325ffb5> .

