@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/169340489> a rico:Agent,
        rico:Person ;
    rdfs:label "Baugé, Étienne de (10..-1140)" ;
    = <https://data.bnf.fr/ark:/12148/cb11320517b>,
        <https://www.wikidata.org/wiki/Q3592215> ;
    rico:deathDate "1140-01-14"^^xsd:date ;
    rico:name "Baugé, Étienne de (10..-1140)" .

