@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/1026276> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Pablo de Jérica y Corta" ;
    ns1:birthDate "1781-01-15"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3104499/> ;
    ns1:deathDate "1841"^^xsd:gYear ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Pablo de Jérica y Corta" ;
    skos:exactMatch <http://dbpedia.org/resource/Pablo_de_J%C3%A9rica>,
        <http://www.wikidata.org/entity/Q7121794>,
        <https://id.loc.gov/authorities/names/nr89016820>,
        <https://musicbrainz.org/artist/e32cd63c-77ef-4c72-8139-f891a1935a0b> .

