@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/1020448> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Phil Wickham" ;
    ns1:birthDate "1984-04-05"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5391811/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Phil Wickham" ;
    skos:exactMatch <http://dbpedia.org/resource/Phil_Wickham>,
        <http://id.loc.gov/authorities/names/no2007045049>,
        <http://www.wikidata.org/entity/Q7182546>,
        <https://musicbrainz.org/artist/b635a97f-a971-4d53-8317-b21d3ca4f901> .

