@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/1000046> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Carlos Gomes" ;
    ns1:birthDate "1836-07-11"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3467865/> ;
    ns1:deathDate "1896-09-16"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Carlos Gomes" ;
    skos:exactMatch <http://dbpedia.org/resource/Ant%C3%B4nio_Carlos_Gomes>,
        <http://id.loc.gov/authorities/names/n80049620>,
        <http://www.wikidata.org/entity/Q263855>,
        <https://musicbrainz.org/artist/4da0193e-f9a7-4531-a0c4-86d130c8002b> .

