@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/18413873> a rico:Agent,
        rico:Person ;
    rdfs:label "Lemercier, Jacques (1585?-1654)" ;
    = <https://data.bnf.fr/ark:/12148/cb14963320p>,
        <https://www.wikidata.org/wiki/Q708858> ;
    rico:birthDate "1585-01-01"^^xsd:date ;
    rico:deathDate "1654-01-13"^^xsd:date ;
    rico:hasFamilyAssociationWith <https://francearchives.gouv.fr/agent/19500792> ;
    rico:isChildOf <https://francearchives.gouv.fr/agent/19500792> ;
    rico:name "Lemercier, Jacques (1585?-1654)" ;
    rico:personHasFamilyRelation <https://francearchives.gouv.fr/agent/18413873#child_to_19500792> ;
    rico:personIsTargetOfChildRelation <https://francearchives.gouv.fr/agent/18413873#child_to_19500792> .

<https://francearchives.gouv.fr/agent/18413873#child_to_19500792> a rico:ChildRelation,
        rico:FamilyRelation ;
    rico:childRelationHasSource <https://francearchives.gouv.fr/agent/19500792> ;
    rico:childRelationHasTarget <https://francearchives.gouv.fr/agent/18413873> ;
    rico:familyRelationConnects <https://francearchives.gouv.fr/agent/18413873>,
        <https://francearchives.gouv.fr/agent/19500792> .

<https://francearchives.gouv.fr/agent/19500792> rico:hasChild <https://francearchives.gouv.fr/agent/18413873> ;
    rico:hasFamilyAssociationWith <https://francearchives.gouv.fr/agent/18413873> ;
    rico:personHasFamilyRelation <https://francearchives.gouv.fr/agent/18413873#child_to_19500792> ;
    rico:personIsSourceOfChildRelation <https://francearchives.gouv.fr/agent/18413873#child_to_19500792> .

