@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/1001110> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Philip Sparke" ;
    ns1:birthDate "1951-12-29"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2643743/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Philip Sparke" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n85290562>,
        <http://www.wikidata.org/entity/Q1349008>,
        <https://musicbrainz.org/artist/3c48989b-6f49-40a4-a6be-ec8f38606cc6> .

