@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/296992137> a rico:Agent,
        rico:Person ;
    rdfs:label "Montréal, Anséric VI de (12..-1235)" ;
    = <https://www.wikidata.org/wiki/Q98955490> ;
    rico:birthDate "1200-01-01"^^xsd:date ;
    rico:deathDate "1234-01-01"^^xsd:date ;
    rico:hasFamilyAssociationWith <https://francearchives.gouv.fr/agent/296994474> ;
    rico:isChildOf <https://francearchives.gouv.fr/agent/296994474> ;
    rico:name "Montréal, Anséric VI de (12..-1235)" ;
    rico:personHasFamilyRelation <https://francearchives.gouv.fr/agent/296992137#child_to_296994474> ;
    rico:personIsTargetOfChildRelation <https://francearchives.gouv.fr/agent/296992137#child_to_296994474> .

<https://francearchives.gouv.fr/agent/296992137#child_to_296994474> a rico:ChildRelation,
        rico:FamilyRelation ;
    rico:childRelationHasSource <https://francearchives.gouv.fr/agent/296994474> ;
    rico:childRelationHasTarget <https://francearchives.gouv.fr/agent/296992137> ;
    rico:familyRelationConnects <https://francearchives.gouv.fr/agent/296992137>,
        <https://francearchives.gouv.fr/agent/296994474> .

<https://francearchives.gouv.fr/agent/296994474> rico:hasChild <https://francearchives.gouv.fr/agent/296992137> ;
    rico:hasFamilyAssociationWith <https://francearchives.gouv.fr/agent/296992137> ;
    rico:personHasFamilyRelation <https://francearchives.gouv.fr/agent/296992137#child_to_296994474> ;
    rico:personIsSourceOfChildRelation <https://francearchives.gouv.fr/agent/296992137#child_to_296994474> .

