@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/1008425> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "María Cervantes" ;
    ns1:birthDate "1905-11-30"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3553478/> ;
    ns1:deathDate "1981-02-08"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "María Cervantes" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q4416725>,
        <https://musicbrainz.org/artist/79551b8e-2f79-414a-8098-d36f808e5252> .

