@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/1024807> a <http://data.carnegiehall.org/model/Entity> ;
    rdfs:label "Pepe Martínez" ;
    ns1:birthDate "1941-06-27"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3982269/> ;
    ns1:deathDate "2016-04-23"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no2011038089>,
        <http://www.wikidata.org/entity/Q62006012>,
        <https://musicbrainz.org/artist/f41a00c9-b8d0-41e4-b6a7-935b660486d7> .

