@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/1059870924> a rico:Agent,
        rico:Person ;
    rdfs:label "Guillaume d'Ockham (1285?-1349?)" ;
    owl:sameAs <https://data.bnf.fr/fr/ark:/12148/cb11887886s>,
        <https://www.wikidata.org/wiki/Q43936> ;
    rico:birthDate "1287-01-01"^^xsd:date ;
    rico:deathDate "1349-04-17"^^xsd:date ;
    rico:name "Guillaume d'Ockham (1285?-1349?)" .

