@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/15296> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Dody Goodman" ;
    ns1:birthDate "1914-10-28"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4509177/> ;
    ns1:deathDate "2008-06-22"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/151> ;
    ns1:name "Dody Goodman" ;
    skos:exactMatch <http://dbpedia.org/resource/Dody_Goodman>,
        <http://id.loc.gov/authorities/names/no98037712>,
        <http://www.wikidata.org/entity/Q767649>,
        <https://musicbrainz.org/artist/3f8377a9-be64-4a0c-913b-60ac7d2b8648> .

