@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/1021106> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Ernesto Cortázar" ;
    ns1:birthDate "1897-12-10"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3516355/> ;
    ns1:deathDate "1953-11-30"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "Ernesto Cortázar" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no2004099477>,
        <http://www.wikidata.org/entity/Q1356715>,
        <https://musicbrainz.org/artist/d64ee3cd-5bdf-4086-8784-66c67c0183aa> .

