@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/1019119> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Juan José Landaeta" ;
    ns1:birthDate "1780-03-10"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3646738/> ;
    ns1:deathDate "1814-10-16"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Juan José Landaeta" ;
    skos:exactMatch <http://dbpedia.org/resource/Juan_Jos%C3%A9_Landaeta>,
        <http://id.loc.gov/authorities/names/no93024671>,
        <http://www.wikidata.org/entity/Q1710520>,
        <https://musicbrainz.org/artist/fcc204f8-bb56-4155-97cf-7fb381daafd6> .

