@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix rico: <https://www.ica.org/standards/RiC/ontology#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://francearchives.gouv.fr/agent/19152663> a rico:Agent,
        rico:Person ;
    rdfs:label "Mentelle, Edme (1730-1815)" ;
    owl:sameAs <https://data.bnf.fr/ark:/12148/cb12001105p>,
        <https://www.wikidata.org/wiki/Q1285485> ;
    rico:birthDate "1730-10-11"^^xsd:date ;
    rico:deathDate "1815-12-29"^^xsd:date ;
    rico:name "Mentelle, Edme (1730-1815)" .

