@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#> .

<https://francearchives.gouv.fr/agent/131483458> a rico:Agent,
        rico:Person ;
    rdfs:label "Arthur Pendragon (dit le roi Arthur)" ;
    owl:sameAs <https://www.wikidata.org/wiki/Q45792> ;
    rico:name "Arthur Pendragon (dit le roi Arthur)" .

