@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/130962451> a rico:Agent,
        rico:Person ;
    rdfs:label "Delon, Alain (1935-2024)" ;
    owl:sameAs <https://data.bnf.fr/ark:/12148/cb13893132f>,
        <https://www.wikidata.org/wiki/Q106529> ;
    rico:birthDate "1935-11-08"^^xsd:date ;
    rico:deathDate "2024-08-18"^^xsd:date ;
    rico:name "Delon, Alain (1935-2024)" .

