@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/1030864> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Luís de Camões" ;
    ns1:birthPlace <https://sws.geonames.org/2264397/> ;
    ns1:deathDate "1580-06-10"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Luís de Camões" ;
    skos:exactMatch <http://dbpedia.org/resource/Lu%C3%ADs_de_Cam%C3%B5es>,
        <http://id.loc.gov/authorities/names/n79027139>,
        <http://www.wikidata.org/entity/Q590>,
        <https://musicbrainz.org/artist/05d3351d-8885-4e99-b9a7-acd707734e33> .

