@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/18556929> a rico:Agent,
        rico:Person ;
    rdfs:label "Annan, Kofi (1938-2018)" ;
    = <https://data.bnf.fr/ark:/12148/cb13206903w>,
        <https://www.wikidata.org/wiki/Q1254> ;
    rico:birthDate "1938-04-08"^^xsd:date ;
    rico:deathDate "2018-08-18"^^xsd:date ;
    rico:name "Annan, Kofi (1938-2018)" .

