@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/1024231> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Mario Diaz de León" ;
    ns1:birthDate "1979-04-24"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5045360/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Mario Diaz de León" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no2003096194>,
        <http://www.wikidata.org/entity/Q106837904>,
        <https://musicbrainz.org/artist/5ee2d669-32af-41a8-b0c0-836f939a30e6> .

