@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/1009236> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "R. J. S. (Richard John Samuel) Stevens" ;
    ns1:birthDate "1757-03-27"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2643743/> ;
    ns1:deathDate "1837-09-23"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "R. J. S. (Richard John Samuel) Stevens" ;
    skos:exactMatch <http://dbpedia.org/resource/R._J._S._Stevens>,
        <http://www.wikidata.org/entity/Q7273725>,
        <https://id.loc.gov/authorities/names/n91117845>,
        <https://musicbrainz.org/artist/ad1ca54e-4a45-43a3-b735-7f592a3ad080> .

