@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/1026177> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Richard Nicholson" ;
    ns1:birthDate "1563"^^xsd:gYear ;
    ns1:birthPlace <https://sws.geonames.org/6269131/> ;
    ns1:deathDate "1639"^^xsd:gYear ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Richard Nicholson" ;
    skos:exactMatch <http://dbpedia.org/resource/Richard_Nicholson_(musician)>,
        <http://www.wikidata.org/entity/Q18593430>,
        <https://id.loc.gov/authorities/names/n86017141>,
        <https://musicbrainz.org/artist/5bff17e5-1373-4c5d-8ce1-ffa0c73674d1> .

