@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/1007642> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Miguel Matamoros" ;
    ns1:birthDate "1894-05-05"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3536729/> ;
    ns1:deathDate "1971-04-15"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Miguel Matamoros" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q2429704>,
        <https://id.loc.gov/authorities/no93020800>,
        <https://musicbrainz.org/artist/4409cdcf-6300-4530-874f-23d75f1be63b> .

