@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/1014393> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Jimmy López" ;
    ns1:birthDate "1978-10-21"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3936456/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Jimmy López" ;
    skos:exactMatch <http://dbpedia.org/resource/Jimmy_L%C3%B3pez>,
        <http://id.loc.gov/authorities/names/no2006032078>,
        <http://www.wikidata.org/entity/Q4352979>,
        <https://musicbrainz.org/artist/aa72c3fc-1cfd-44ab-a057-d8b74951efad> .

