@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/1015709> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Bernard Edwards" ;
    ns1:birthDate "1952-10-31"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4469160/> ;
    ns1:deathDate "1996-04-18"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Bernard Edwards" ;
    skos:exactMatch <http://dbpedia.org/resource/Bernard_Edwards>,
        <http://www.wikidata.org/entity/Q822401>,
        <https://id.loc.gov/authorities/names/n91046925>,
        <https://musicbrainz.org/artist/ba7ff664-5c64-4a62-a3e2-63445c1a25db> .

