@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/1018705> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Anthony Burgess" ;
    ns1:birthDate "1917-02-25"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2643123/> ;
    ns1:deathDate "1993-11-22"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp>,
        <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "Anthony Burgess" ;
    skos:exactMatch <http://dbpedia.org/resource/Anthony_Burgess>,
        <http://id.loc.gov/authorities/names/n78095525>,
        <http://www.wikidata.org/entity/Q217619>,
        <https://musicbrainz.org/artist/17f86faf-1f10-4bc1-b35a-97683d45aab2> .

