@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/708079496> a rico:Agent,
        rico:Person ;
    rdfs:label "Galvão, Benjamin Franklin Ramiz (1846-1938)" ;
    owl:sameAs <https://data.bnf.fr/ark:/12148/cb17718872j>,
        <https://www.wikidata.org/wiki/Q10357344> ;
    rico:birthDate "1846-06-16"^^xsd:date ;
    rico:deathDate "1938-03-09"^^xsd:date ;
    rico:name "Galvão, Benjamin Franklin Ramiz (1846-1938)" .

