@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/122119> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Doris Kearns Goodwin" ;
    ns1:birthDate "1943-01-04"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5128581/> ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/946> ;
    ns1:name "Doris Kearns Goodwin" ;
    skos:exactMatch <http://dbpedia.org/resource/Doris_Kearns_Goodwin>,
        <http://www.wikidata.org/entity/Q442008>,
        <https://id.loc.gov/authorities/names/n84007639>,
        <https://musicbrainz.org/artist/0c6172a0-a4ea-46e5-9146-ea626289f7cc> .

