@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/1020884> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Stevie Smith" ;
    ns1:birthDate "1902-09-20"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2645425/> ;
    ns1:deathDate "1971-03-07"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Stevie Smith" ;
    skos:exactMatch <http://dbpedia.org/resource/Stevie_Smith>,
        <http://id.loc.gov/authorities/names/n50013400>,
        <http://www.wikidata.org/entity/Q468344>,
        <https://musicbrainz.org/artist/7fa822d0-94fa-4b88-86dd-407d753395a2> .

