@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/128958> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Gareth Morrell" ;
    ns1:birthDate "1956-03-06"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2637343/> ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439> ;
    ns1:name "Gareth Morrell" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q112413160>,
        <https://id.loc.gov/authorities/names/no94014090>,
        <https://musicbrainz.org/artist/ed94f0d2-5cdf-4908-85cd-010fdef81eae> .

