@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/1030292> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Javier de Burgos y Larragoiti" ;
    ns1:birthDate "1842"^^xsd:gYear ;
    ns1:birthPlace <https://sws.geonames.org/6356942/> ;
    ns1:deathDate "1902-03-12"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lbt> ;
    ns1:name "Javier de Burgos y Larragoiti" ;
    skos:exactMatch <http://dbpedia.org/resource/Francisco_Javier_de_Burgos_y_Larragoiti>,
        <http://www.wikidata.org/entity/Q5483533>,
        <https://id.loc.gov/authorities/no96000223>,
        <https://musicbrainz.org/artist/1ab3012f-8b55-446b-81c3-b249bde0c8a2> .

