@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/1008335> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "María Grever" ;
    ns1:birthDate "1885-08-16"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3998655/> ;
    ns1:deathDate "1951-12-15"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp>,
        <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "María Grever" ;
    skos:exactMatch <http://dbpedia.org/resource/Mar%C3%ADa_Grever>,
        <http://id.loc.gov/authorities/names/no93020158>,
        <http://www.wikidata.org/entity/Q1645018>,
        <https://musicbrainz.org/artist/fbd20a33-1e13-4685-a91a-2f02aacdd92b> .

