@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_rar_3ca3c0da-e8f4-6b43-6e55-cb0dc51c8395
  a a2a:Record ;
  rdfs:label "Doop op 6 juni 1778" ;
  a2a:hasPerson oa:person_rar_3ca3c0da-e8f4-6b43-6e55-cb0dc51c8395_Person1, oa:person_rar_3ca3c0da-e8f4-6b43-6e55-cb0dc51c8395_Person2, oa:person_rar_3ca3c0da-e8f4-6b43-6e55-cb0dc51c8395_Person3, oa:person_rar_3ca3c0da-e8f4-6b43-6e55-cb0dc51c8395_Person4, oa:person_rar_3ca3c0da-e8f4-6b43-6e55-cb0dc51c8395_Person5 ;
  a2a:hasEvent oa:event_rar_3ca3c0da-e8f4-6b43-6e55-cb0dc51c8395_Event1 ;
  a2a:hasRelationEP oa:relationep_rar_3ca3c0da-e8f4-6b43-6e55-cb0dc51c8395_0, oa:relationep_rar_3ca3c0da-e8f4-6b43-6e55-cb0dc51c8395_1, oa:relationep_rar_3ca3c0da-e8f4-6b43-6e55-cb0dc51c8395_2, oa:relationep_rar_3ca3c0da-e8f4-6b43-6e55-cb0dc51c8395_3, oa:relationep_rar_3ca3c0da-e8f4-6b43-6e55-cb0dc51c8395_4 ;
  a2a:hasSource oa:source_rar_3ca3c0da-e8f4-6b43-6e55-cb0dc51c8395 .

oa:person_rar_3ca3c0da-e8f4-6b43-6e55-cb0dc51c8395_Person1
  a a2a:Person ;
  rdfs:label "Catharina Bens" ;
  a2a:PersonName [
    rdfs:label "Catharina Bens" ;
    a2a:PersonNameFirstName "Catharina" ;
    a2a:PersonNameLastName "Bens"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_rar_3ca3c0da-e8f4-6b43-6e55-cb0dc51c8395_Person2
  a a2a:Person ;
  rdfs:label "Dirk Bens" ;
  a2a:PersonName [
    rdfs:label "Dirk Bens" ;
    a2a:PersonNameFirstName "Dirk" ;
    a2a:PersonNameLastName "Bens"
  ] .

oa:person_rar_3ca3c0da-e8f4-6b43-6e55-cb0dc51c8395_Person3
  a a2a:Person ;
  rdfs:label "Joanna Pik" ;
  a2a:PersonName [
    rdfs:label "Joanna Pik" ;
    a2a:PersonNameFirstName "Joanna" ;
    a2a:PersonNameLastName "Pik"
  ] .

oa:person_rar_3ca3c0da-e8f4-6b43-6e55-cb0dc51c8395_Person4
  a a2a:Person ;
  rdfs:label "Dirk Horstman" ;
  a2a:PersonName [
    rdfs:label "Dirk Horstman" ;
    a2a:PersonNameFirstName "Dirk" ;
    a2a:PersonNameLastName "Horstman"
  ] .

oa:person_rar_3ca3c0da-e8f4-6b43-6e55-cb0dc51c8395_Person5
  a a2a:Person ;
  rdfs:label "Aletta Broeders" ;
  a2a:PersonName [
    rdfs:label "Aletta Broeders" ;
    a2a:PersonNameFirstName "Aletta" ;
    a2a:PersonNameLastName "Broeders"
  ] .

oa:event_rar_3ca3c0da-e8f4-6b43-6e55-cb0dc51c8395_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1778" ;
    a2a:Month "6" ;
    a2a:Day "6" ;
    rdfs:label "1778-06-06"^^xsd:date
  ] .

oa:relationep_rar_3ca3c0da-e8f4-6b43-6e55-cb0dc51c8395_0
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_rar_3ca3c0da-e8f4-6b43-6e55-cb0dc51c8395_Person1 ;
  a2a:EventKeyRef oa:event_rar_3ca3c0da-e8f4-6b43-6e55-cb0dc51c8395_Event1 .

oa:relationep_rar_3ca3c0da-e8f4-6b43-6e55-cb0dc51c8395_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rar_3ca3c0da-e8f4-6b43-6e55-cb0dc51c8395_Person2 ;
  a2a:EventKeyRef oa:event_rar_3ca3c0da-e8f4-6b43-6e55-cb0dc51c8395_Event1 .

oa:relationep_rar_3ca3c0da-e8f4-6b43-6e55-cb0dc51c8395_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rar_3ca3c0da-e8f4-6b43-6e55-cb0dc51c8395_Person3 ;
  a2a:EventKeyRef oa:event_rar_3ca3c0da-e8f4-6b43-6e55-cb0dc51c8395_Event1 .

oa:relationep_rar_3ca3c0da-e8f4-6b43-6e55-cb0dc51c8395_3
  a a2a:RelationEP ;
  rdfs:label "other:Peter" ;
  a2a:RelationType "other:Peter" ;
  a2a:PersonKeyRef oa:person_rar_3ca3c0da-e8f4-6b43-6e55-cb0dc51c8395_Person4 ;
  a2a:EventKeyRef oa:event_rar_3ca3c0da-e8f4-6b43-6e55-cb0dc51c8395_Event1 .

oa:relationep_rar_3ca3c0da-e8f4-6b43-6e55-cb0dc51c8395_4
  a a2a:RelationEP ;
  rdfs:label "other:Meter" ;
  a2a:RelationType "other:Meter" ;
  a2a:PersonKeyRef oa:person_rar_3ca3c0da-e8f4-6b43-6e55-cb0dc51c8395_Person5 ;
  a2a:EventKeyRef oa:event_rar_3ca3c0da-e8f4-6b43-6e55-cb0dc51c8395_Event1 .

oa:source_rar_3ca3c0da-e8f4-6b43-6e55-cb0dc51c8395
  a a2a:Source ;
  rdfs:label "Regionaal Archief Rivierenland, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Tiel" ;
    rdfs:label "Tiel", "1778-01-01 - 1778-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1778-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1778-12-31"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Rivierenland" ;
    a2a:Place "Wadenoijen" ;
    a2a:Collection "26 - R.K. Doop- en trouwboek Tiel 1672-1788 R.B.S. Inv.nr. 1460" ;
    a2a:RegistryNumber "1460" ;
    rdfs:label "Regionaal Archief Rivierenland, Wadenoijen, 26 - R.K. Doop- en trouwboek Tiel 1672-1788 R.B.S. Inv.nr. 1460, 1460"
  ] ;
  a2a:SourceLastChangeDate "2016-04-15"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://www.regionaalarchiefrivierenland.nl/page/5?mivast=102&miadt=102&miaet=54&micode=0010-1460&minr=2521306&miview=ldt" ;
  a2a:RecordGUID "{3ca3c0da-e8f4-6b43-6e55-cb0dc51c8395}" .

