@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/1002171> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Philip Wilby" ;
    ns1:birthDate "1949-07-18"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2640132/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Philip Wilby" ;
    skos:exactMatch <http://dbpedia.org/resource/Philip_Wilby>,
        <http://id.loc.gov/authorities/names/n85011297>,
        <http://www.wikidata.org/entity/Q2293486>,
        <https://musicbrainz.org/artist/637fed4f-2ae9-47ff-b594-431b1974330b> .

