@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/1027315> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Manuel José de Quiros" ;
    ns1:birthPlace <https://sws.geonames.org/3595528/> ;
    ns1:deathDate "1765"^^xsd:gYear ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Manuel José de Quiros" ;
    skos:exactMatch <http://dbpedia.org/resource/Manuel_Jos%C3%A9_de_Quir%C3%B3s>,
        <http://www.wikidata.org/entity/Q1735493>,
        <https://id.loc.gov/authorities/n87806578>,
        <https://musicbrainz.org/artist/02875cff-6297-4767-991e-4aa5531d9fcd> .

