@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/1016426> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Ellie Greenwich" ;
    ns1:birthDate "1940-10-23"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5110302/> ;
    ns1:deathDate "2009-08-26"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Ellie Greenwich" ;
    skos:exactMatch <http://dbpedia.org/resource/Ellie_Greenwich>,
        <http://id.loc.gov/authorities/names/n88600040>,
        <http://www.wikidata.org/entity/Q299679>,
        <https://musicbrainz.org/artist/4c857e19-d9bb-460e-b3ec-2d1ea24c3247> .

