@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/1016384> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Amy Winehouse" ;
    ns1:birthDate "1983-09-14"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2643743/> ;
    ns1:deathDate "2011-07-23"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Amy Winehouse" ;
    skos:exactMatch <http://dbpedia.org/resource/Amy_Winehouse>,
        <http://www.wikidata.org/entity/Q15897>,
        <https://id.loc.gov/authorities/names/no2004056320>,
        <https://musicbrainz.org/artist/dfe9a7c4-8cf2-47f4-9dcb-d233c2b86ec3> .

