@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_wba_87f7034c-4865-11e1-9853-b7a7dd2b6a2a
  a a2a:Record ;
  rdfs:label "Doop op 12 augustus 1757 te Halsteren" ;
  a2a:hasPerson oa:person_wba_87f7034c-4865-11e1-9853-b7a7dd2b6a2a_Person-34269c5c-4868-11e1-9853-b7a7dd2b6a2a, oa:person_wba_87f7034c-4865-11e1-9853-b7a7dd2b6a2a_Person-3426c632-4868-11e1-9853-b7a7dd2b6a2a, oa:person_wba_87f7034c-4865-11e1-9853-b7a7dd2b6a2a_Person-3426f148-4868-11e1-9853-b7a7dd2b6a2a, oa:person_wba_87f7034c-4865-11e1-9853-b7a7dd2b6a2a_Person-34271c2c-4868-11e1-9853-b7a7dd2b6a2a, oa:person_wba_87f7034c-4865-11e1-9853-b7a7dd2b6a2a_Person-34267060-4868-11e1-9853-b7a7dd2b6a2a ;
  a2a:hasEvent oa:event_wba_87f7034c-4865-11e1-9853-b7a7dd2b6a2a_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_87f7034c-4865-11e1-9853-b7a7dd2b6a2a_0, oa:relationep_wba_87f7034c-4865-11e1-9853-b7a7dd2b6a2a_1, oa:relationep_wba_87f7034c-4865-11e1-9853-b7a7dd2b6a2a_2, oa:relationep_wba_87f7034c-4865-11e1-9853-b7a7dd2b6a2a_3, oa:relationep_wba_87f7034c-4865-11e1-9853-b7a7dd2b6a2a_4 ;
  a2a:hasSource oa:source_wba_87f7034c-4865-11e1-9853-b7a7dd2b6a2a .

oa:person_wba_87f7034c-4865-11e1-9853-b7a7dd2b6a2a_Person-34269c5c-4868-11e1-9853-b7a7dd2b6a2a
  a a2a:Person ;
  rdfs:label "Henricus Hendrickse" ;
  a2a:PersonName [
    rdfs:label "Henricus Hendrickse" ;
    a2a:PersonNameFirstName "Henricus" ;
    a2a:PersonNameLastName "Hendrickse"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_87f7034c-4865-11e1-9853-b7a7dd2b6a2a_Person-3426c632-4868-11e1-9853-b7a7dd2b6a2a
  a a2a:Person ;
  rdfs:label "Anna Catharina van Tilt" ;
  a2a:PersonName [
    rdfs:label "Anna Catharina van Tilt" ;
    a2a:PersonNameFirstName "Anna Catharina" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Tilt"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_87f7034c-4865-11e1-9853-b7a7dd2b6a2a_Person-3426f148-4868-11e1-9853-b7a7dd2b6a2a
  a a2a:Person ;
  rdfs:label "Ludovicus van Tilt" ;
  a2a:PersonName [
    rdfs:label "Ludovicus van Tilt" ;
    a2a:PersonNameFirstName "Ludovicus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Tilt"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_87f7034c-4865-11e1-9853-b7a7dd2b6a2a_Person-34271c2c-4868-11e1-9853-b7a7dd2b6a2a
  a a2a:Person ;
  rdfs:label "Anna Catharina van Loon" ;
  a2a:PersonName [
    rdfs:label "Anna Catharina van Loon" ;
    a2a:PersonNameFirstName "Anna Catharina" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Loon"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_87f7034c-4865-11e1-9853-b7a7dd2b6a2a_Person-34267060-4868-11e1-9853-b7a7dd2b6a2a
  a a2a:Person ;
  rdfs:label "Ludovicus Hendrickse" ;
  a2a:PersonName [
    rdfs:label "Ludovicus Hendrickse" ;
    a2a:PersonNameFirstName "Ludovicus" ;
    a2a:PersonNameLastName "Hendrickse"
  ] ;
  a2a:Gender "Man" .

oa:event_wba_87f7034c-4865-11e1-9853-b7a7dd2b6a2a_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1757" ;
    a2a:Month "8" ;
    a2a:Day "12" ;
    rdfs:label "1757-08-12"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Halsteren" ;
    rdfs:label "Halsteren"
  ] .

oa:relationep_wba_87f7034c-4865-11e1-9853-b7a7dd2b6a2a_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_87f7034c-4865-11e1-9853-b7a7dd2b6a2a_Person:34269c5c-4868-11e1-9853-b7a7dd2b6a2a ;
  a2a:EventKeyRef oa:event_wba_87f7034c-4865-11e1-9853-b7a7dd2b6a2a_Event1 .

oa:relationep_wba_87f7034c-4865-11e1-9853-b7a7dd2b6a2a_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_87f7034c-4865-11e1-9853-b7a7dd2b6a2a_Person:3426c632-4868-11e1-9853-b7a7dd2b6a2a ;
  a2a:EventKeyRef oa:event_wba_87f7034c-4865-11e1-9853-b7a7dd2b6a2a_Event1 .

oa:relationep_wba_87f7034c-4865-11e1-9853-b7a7dd2b6a2a_2
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_wba_87f7034c-4865-11e1-9853-b7a7dd2b6a2a_Person:3426f148-4868-11e1-9853-b7a7dd2b6a2a ;
  a2a:EventKeyRef oa:event_wba_87f7034c-4865-11e1-9853-b7a7dd2b6a2a_Event1 .

oa:relationep_wba_87f7034c-4865-11e1-9853-b7a7dd2b6a2a_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_wba_87f7034c-4865-11e1-9853-b7a7dd2b6a2a_Person:34271c2c-4868-11e1-9853-b7a7dd2b6a2a ;
  a2a:EventKeyRef oa:event_wba_87f7034c-4865-11e1-9853-b7a7dd2b6a2a_Event1 .

oa:relationep_wba_87f7034c-4865-11e1-9853-b7a7dd2b6a2a_4
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_wba_87f7034c-4865-11e1-9853-b7a7dd2b6a2a_Person:34267060-4868-11e1-9853-b7a7dd2b6a2a ;
  a2a:EventKeyRef oa:event_wba_87f7034c-4865-11e1-9853-b7a7dd2b6a2a_Event1 .

oa:source_wba_87f7034c-4865-11e1-9853-b7a7dd2b6a2a
  a a2a:Source ;
  rdfs:label "West Brabants Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Halsteren" ;
    rdfs:label "Halsteren", "1757-08-12 - 1757-08-12"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1757-08-12"^^xsd:date ;
    a2a:SourceIndexDateTo "1757-08-12"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1757" ;
    a2a:Month "8" ;
    a2a:Day "12" ;
    rdfs:label "1757-08-12"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Archiefnaam: Doop-, trouw- en begraafboeken Halsteren, Bron: boek, Deel: 8, Periode: 1748-1759" ;
    a2a:Book "RK doop- en trouwboek 1747-1770 - dopen 1748-1759" ;
    a2a:RegistryNumber "8" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: Doop-, trouw- en begraafboeken Halsteren, Bron: boek, Deel: 8, Periode: 1748-1759, RK doop- en trouwboek 1747-1770 - dopen 1748-1759, 8"
  ] ;
  a2a:SourceLastChangeDate "2012-01-26"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/87f7034c-4865-11e1-9853-b7a7dd2b6a2a" ;
  a2a:RecordGUID "{87f7034c-4865-11e1-9853-b7a7dd2b6a2a}" ;
  a2a:SourceRemarkOpmerking "Dopeling afkomstig uit Nieuw-Vossemeer." ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_7628_00007628.xml van WBA" .

[] a2a:PersonRemarkdiversen "wettig" .
