@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/1014468> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Philip Stopford" ;
    ns1:birthDate "1977"^^xsd:gYear ;
    ns1:birthPlace <https://sws.geonames.org/6269131/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Philip Stopford" ;
    skos:exactMatch <http://dbpedia.org/resource/Philip_Stopford>,
        <http://id.loc.gov/authorities/names/no2003037688>,
        <http://www.wikidata.org/entity/Q7184433>,
        <https://musicbrainz.org/artist/dafc2bab-dc34-44d6-bb0b-4b4dbcb446d8> .

