@prefix oa: <https://www.openarchieven.nl/id/> .
@prefix a2a: <https://www.openarchieven.nl/def/a2a#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

oa:record_ran_76B56FDF-A42F-4D3F-AE55-4F4DB4CD6199
  a a2a:Record ;
  rdfs:label "Doop op 10 juli 1809" ;
  a2a:hasPerson oa:person_ran_76B56FDF-A42F-4D3F-AE55-4F4DB4CD6199_17972625, oa:person_ran_76B56FDF-A42F-4D3F-AE55-4F4DB4CD6199_17972626, oa:person_ran_76B56FDF-A42F-4D3F-AE55-4F4DB4CD6199_17972627 ;
  a2a:hasEvent oa:event_ran_76B56FDF-A42F-4D3F-AE55-4F4DB4CD6199_Event1 ;
  a2a:hasRelationEP oa:relationep_ran_76B56FDF-A42F-4D3F-AE55-4F4DB4CD6199_0, oa:relationep_ran_76B56FDF-A42F-4D3F-AE55-4F4DB4CD6199_1, oa:relationep_ran_76B56FDF-A42F-4D3F-AE55-4F4DB4CD6199_2 ;
  a2a:hasSource oa:source_ran_76B56FDF-A42F-4D3F-AE55-4F4DB4CD6199 .

oa:person_ran_76B56FDF-A42F-4D3F-AE55-4F4DB4CD6199_17972625
  a a2a:Person ;
  rdfs:label "Johan Alexander Hoorn (Horn)" ;
  a2a:PersonName [
    rdfs:label "Johan Alexander Hoorn (Horn)" ;
    a2a:PersonNameFirstName "Johan Alexander" ;
    a2a:PersonNameLastName "Hoorn (Horn)"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_ran_76B56FDF-A42F-4D3F-AE55-4F4DB4CD6199_17972626
  a a2a:Person ;
  rdfs:label "Johan Michiel Hoorn (Horn)" ;
  a2a:PersonName [
    rdfs:label "Johan Michiel Hoorn (Horn)" ;
    a2a:PersonNameFirstName "Johan Michiel" ;
    a2a:PersonNameLastName "Hoorn (Horn)"
  ] ;
  a2a:Gender "Man" .

oa:person_ran_76B56FDF-A42F-4D3F-AE55-4F4DB4CD6199_17972627
  a a2a:Person ;
  rdfs:label "Anna Bonet (Bonnet)" ;
  a2a:PersonName [
    rdfs:label "Anna Bonet (Bonnet)" ;
    a2a:PersonNameFirstName "Anna" ;
    a2a:PersonNameLastName "Bonet (Bonnet)"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_ran_76B56FDF-A42F-4D3F-AE55-4F4DB4CD6199_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1809" ;
    a2a:Month "07" ;
    a2a:Day "10" ;
    rdfs:label "1809-07-10"^^xsd:date
  ] .

oa:relationep_ran_76B56FDF-A42F-4D3F-AE55-4F4DB4CD6199_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_ran_76B56FDF-A42F-4D3F-AE55-4F4DB4CD6199_17972625 ;
  a2a:EventKeyRef oa:event_ran_76B56FDF-A42F-4D3F-AE55-4F4DB4CD6199_Event1 .

oa:relationep_ran_76B56FDF-A42F-4D3F-AE55-4F4DB4CD6199_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_ran_76B56FDF-A42F-4D3F-AE55-4F4DB4CD6199_17972626 ;
  a2a:EventKeyRef oa:event_ran_76B56FDF-A42F-4D3F-AE55-4F4DB4CD6199_Event1 .

oa:relationep_ran_76B56FDF-A42F-4D3F-AE55-4F4DB4CD6199_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_ran_76B56FDF-A42F-4D3F-AE55-4F4DB4CD6199_17972627 ;
  a2a:EventKeyRef oa:event_ran_76B56FDF-A42F-4D3F-AE55-4F4DB4CD6199_Event1 .

oa:source_ran_76B56FDF-A42F-4D3F-AE55-4F4DB4CD6199
  a a2a:Source ;
  rdfs:label "Regionaal Archief Nijmegen, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Nijmegen" ;
    rdfs:label "Nijmegen", "1809-07-10 - 1809-07-10"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1809-07-10"^^xsd:date ;
    a2a:SourceIndexDateTo "1809-07-10"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1809" ;
    a2a:Month "07" ;
    a2a:Day "10" ;
    rdfs:label "1809-07-10"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Nijmegen" ;
    a2a:Place "Nijmegen" ;
    a2a:Collection "Evangelisch Lutherse Gemeente Nijmegen" ;
    a2a:RegistryNumber "53" ;
    a2a:Folio "10" ;
    rdfs:label "Regionaal Archief Nijmegen, Nijmegen, Evangelisch Lutherse Gemeente Nijmegen, 53, 10"
  ] ;
  a2a:SourceLastChangeDate "2017-02-02"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12122/15340372" ;
  a2a:RecordIdentifier "15340372" ;
  a2a:RecordGUID "{76B56FDF-A42F-4D3F-AE55-4F4DB4CD6199}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250919_210_doop_00000210.xml van RAN" .

