@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/1010522> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Paul Laurence Dunbar" ;
    ns1:birthDate "1872-06-27"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4509884/> ;
    ns1:deathDate "1906-02-09"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut>,
        <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "Paul Laurence Dunbar" ;
    skos:exactMatch <http://dbpedia.org/resource/Paul_Laurence_Dunbar>,
        <http://id.loc.gov/authorities/names/n79004027>,
        <http://www.wikidata.org/entity/Q974678>,
        <https://musicbrainz.org/artist/e534c264-2564-4e6e-9d95-66d81b32410b> .

