@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_thl_a13258ea-34f8-4c15-930f-e91bb7ddb3f2
  a a2a:Record ;
  rdfs:label "Doop op 30 januari 1752 te Oud-Vossemeer" ;
  a2a:hasPerson oa:person_thl_a13258ea-34f8-4c15-930f-e91bb7ddb3f2_Person-f045d136-79a6-4c25-ba13-bdd9e475c759, oa:person_thl_a13258ea-34f8-4c15-930f-e91bb7ddb3f2_Person-0eae173a-d9a1-4b5b-bbcd-45729ec8252d, oa:person_thl_a13258ea-34f8-4c15-930f-e91bb7ddb3f2_Person-c5d3ed0b-a24e-418d-9f5b-6ea9a7f81e5b ;
  a2a:hasEvent oa:event_thl_a13258ea-34f8-4c15-930f-e91bb7ddb3f2_Event1 ;
  a2a:hasRelationEP oa:relationep_thl_a13258ea-34f8-4c15-930f-e91bb7ddb3f2_0, oa:relationep_thl_a13258ea-34f8-4c15-930f-e91bb7ddb3f2_1, oa:relationep_thl_a13258ea-34f8-4c15-930f-e91bb7ddb3f2_2 ;
  a2a:hasSource oa:source_thl_a13258ea-34f8-4c15-930f-e91bb7ddb3f2 .

oa:person_thl_a13258ea-34f8-4c15-930f-e91bb7ddb3f2_Person-f045d136-79a6-4c25-ba13-bdd9e475c759
  a a2a:Person ;
  rdfs:label "Anthonij de Bije" ;
  a2a:PersonName [
    rdfs:label "Anthonij de Bije" ;
    a2a:PersonNameFirstName "Anthonij" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Bije"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_thl_a13258ea-34f8-4c15-930f-e91bb7ddb3f2_Person-0eae173a-d9a1-4b5b-bbcd-45729ec8252d
  a a2a:Person ;
  rdfs:label "Elisabeth Pichard" ;
  a2a:PersonName [
    rdfs:label "Elisabeth Pichard" ;
    a2a:PersonNameFirstName "Elisabeth" ;
    a2a:PersonNameLastName "Pichard"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_thl_a13258ea-34f8-4c15-930f-e91bb7ddb3f2_Person-c5d3ed0b-a24e-418d-9f5b-6ea9a7f81e5b
  a a2a:Person ;
  rdfs:label "Jan de Bije" ;
  a2a:PersonName [
    rdfs:label "Jan de Bije" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Bije"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_thl_a13258ea-34f8-4c15-930f-e91bb7ddb3f2_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1752" ;
    a2a:Month "1" ;
    a2a:Day "30" ;
    rdfs:label "1752-01-30"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Oud-Vossemeer" ;
    rdfs:label "Oud-Vossemeer"
  ] .

oa:relationep_thl_a13258ea-34f8-4c15-930f-e91bb7ddb3f2_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_thl_a13258ea-34f8-4c15-930f-e91bb7ddb3f2_Person:f045d136-79a6-4c25-ba13-bdd9e475c759 ;
  a2a:EventKeyRef oa:event_thl_a13258ea-34f8-4c15-930f-e91bb7ddb3f2_Event1 .

oa:relationep_thl_a13258ea-34f8-4c15-930f-e91bb7ddb3f2_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_thl_a13258ea-34f8-4c15-930f-e91bb7ddb3f2_Person:0eae173a-d9a1-4b5b-bbcd-45729ec8252d ;
  a2a:EventKeyRef oa:event_thl_a13258ea-34f8-4c15-930f-e91bb7ddb3f2_Event1 .

oa:relationep_thl_a13258ea-34f8-4c15-930f-e91bb7ddb3f2_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_thl_a13258ea-34f8-4c15-930f-e91bb7ddb3f2_Person:c5d3ed0b-a24e-418d-9f5b-6ea9a7f81e5b ;
  a2a:EventKeyRef oa:event_thl_a13258ea-34f8-4c15-930f-e91bb7ddb3f2_Event1 .

oa:source_thl_a13258ea-34f8-4c15-930f-e91bb7ddb3f2
  a a2a:Source ;
  rdfs:label "Gemeentearchief Tholen, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Oud-Vossemeer" ;
    rdfs:label "Oud-Vossemeer", "1752-01-30 - 1752-01-30"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1752-01-30"^^xsd:date ;
    a2a:SourceIndexDateTo "1752-01-30"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1752" ;
    a2a:Month "1" ;
    a2a:Day "30" ;
    rdfs:label "1752-01-30"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gemeentearchief Tholen" ;
    a2a:Place "Tholen" ;
    a2a:Collection "Bron: boek, Deel: DTB_006, Periode: 1701-1807" ;
    a2a:Book "Doop-, trouw- en begraafboeken NH kerk, afschrift Van der Ploeg" ;
    a2a:RegistryNumber "DTB_006" ;
    a2a:Folio "12" ;
    rdfs:label "Gemeentearchief Tholen, Tholen, Bron: boek, Deel: DTB_006, Periode: 1701-1807, Doop-, trouw- en begraafboeken NH kerk, afschrift Van der Ploeg, DTB_006, 12"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/thl/thumb/640x480/28acf01c-01b5-1735-83e5-ac17da0cc944.jpg" ;
    a2a:UriViewer "https://archieftholen.nl/onze-bronnen/voorouders/deeds/a13258ea-34f8-4c15-930f-e91bb7ddb3f2" ;
    a2a:UriPreview "https://images.memorix.nl/thl/thumb/250x250/28acf01c-01b5-1735-83e5-ac17da0cc944.jpg"
  ] ;
  a2a:SourceLastChangeDate "2017-05-09"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://archieftholen.nl/onze-bronnen/voorouders/deeds/a13258ea-34f8-4c15-930f-e91bb7ddb3f2" ;
  a2a:RecordGUID "{a13258ea-34f8-4c15-930f-e91bb7ddb3f2}" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "DTB_006" ;
  a2a:SourceRemarkregister_periode "1701-1807" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250426_2101_00002101.xml van THL" .

