@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/19032128> rico:hasFamilyAssociationWith <https://francearchives.gouv.fr/agent/296988060> ;
    rico:isChildOf <https://francearchives.gouv.fr/agent/296988060> ;
    rico:personHasFamilyRelation <https://francearchives.gouv.fr/agent/19032128#child_to_296988060> ;
    rico:personIsTargetOfChildRelation <https://francearchives.gouv.fr/agent/19032128#child_to_296988060> .

<https://francearchives.gouv.fr/agent/19032128#child_to_296988060> a rico:ChildRelation,
        rico:FamilyRelation ;
    rico:childRelationHasSource <https://francearchives.gouv.fr/agent/296988060> ;
    rico:childRelationHasTarget <https://francearchives.gouv.fr/agent/19032128> ;
    rico:familyRelationConnects <https://francearchives.gouv.fr/agent/19032128>,
        <https://francearchives.gouv.fr/agent/296988060> .

<https://francearchives.gouv.fr/agent/296988060> a rico:Agent,
        rico:Person ;
    rdfs:label "Traînel, Garnier II de (1130-1194)" ;
    owl:sameAs <https://www.wikidata.org/wiki/Q61750984> ;
    rico:birthDate "1130-01-01"^^xsd:date ;
    rico:deathDate "1194-01-01"^^xsd:date ;
    rico:hasChild <https://francearchives.gouv.fr/agent/19032128> ;
    rico:hasFamilyAssociationWith <https://francearchives.gouv.fr/agent/19032128> ;
    rico:name "Traînel, Garnier II de (1130-1194)" ;
    rico:personHasFamilyRelation <https://francearchives.gouv.fr/agent/19032128#child_to_296988060> ;
    rico:personIsSourceOfChildRelation <https://francearchives.gouv.fr/agent/19032128#child_to_296988060> .

