@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/1011726> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Moisés Moleiro" ;
    ns1:birthDate "1904-03-28"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3625066/> ;
    ns1:deathDate "1979-06-18"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Moisés Moleiro" ;
    skos:exactMatch <http://dbpedia.org/resource/Mois%C3%A9s_Moleiro>,
        <http://www.wikidata.org/entity/Q1943078>,
        <https://id.loc.gov/authorities/names/no89017587>,
        <https://musicbrainz.org/artist/b870496b-bdd4-469f-a89f-88e1a7926dd4> .

