@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/1030067> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Randolph Stow" ;
    ns1:birthDate "1935-11-28"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2070998/> ;
    ns1:deathDate "2010-05-29"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lbt> ;
    ns1:name "Randolph Stow" ;
    skos:exactMatch <http://dbpedia.org/resource/Randolph_Stow>,
        <http://www.wikidata.org/entity/Q2130734>,
        <https://id.loc.gov/authorities/n50010863>,
        <https://musicbrainz.org/artist/4e644522-c148-46f2-81f6-dccd2401a1fa> .

