@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/39114> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "William Dean Howells" ;
    ns1:birthDate "1837-03-01"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5162044/> ;
    ns1:deathDate "1920-05-11"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/946>,
        <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "William Dean Howells" ;
    skos:exactMatch <http://dbpedia.org/resource/William_Dean_Howells>,
        <http://id.loc.gov/authorities/names/n80002569>,
        <http://www.wikidata.org/entity/Q526709>,
        <https://musicbrainz.org/artist/dc052b39-95f4-44e3-992a-54184b1fda9b> .

