@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_bhi_7ac12c8d-79e9-c757-146c-e2e2cd91a841
  a a2a:Record ;
  rdfs:label "Geboorte op 9 april 1864" ;
  a2a:hasPerson oa:person_bhi_7ac12c8d-79e9-c757-146c-e2e2cd91a841_Person-f3c9bad0-3d68-8cd2-d7a3-f4506f4f3b31, oa:person_bhi_7ac12c8d-79e9-c757-146c-e2e2cd91a841_Person-09b8341e-c263-3bcb-51a8-e3b227b9da48, oa:person_bhi_7ac12c8d-79e9-c757-146c-e2e2cd91a841_Person-dee0c32b-1db6-0528-1ccf-04c84e467663 ;
  a2a:hasEvent oa:event_bhi_7ac12c8d-79e9-c757-146c-e2e2cd91a841_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_7ac12c8d-79e9-c757-146c-e2e2cd91a841_0, oa:relationep_bhi_7ac12c8d-79e9-c757-146c-e2e2cd91a841_1, oa:relationep_bhi_7ac12c8d-79e9-c757-146c-e2e2cd91a841_2 ;
  a2a:hasSource oa:source_bhi_7ac12c8d-79e9-c757-146c-e2e2cd91a841 .

oa:person_bhi_7ac12c8d-79e9-c757-146c-e2e2cd91a841_Person-f3c9bad0-3d68-8cd2-d7a3-f4506f4f3b31
  a a2a:Person ;
  rdfs:label "Joannes van de Put" ;
  a2a:PersonName [
    rdfs:label "Joannes van de Put" ;
    a2a:PersonNameFirstName "Joannes" ;
    a2a:PersonNamePrefixLastName "van de" ;
    a2a:PersonNameLastName "Put"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_7ac12c8d-79e9-c757-146c-e2e2cd91a841_Person-09b8341e-c263-3bcb-51a8-e3b227b9da48
  a a2a:Person ;
  rdfs:label "Huberdina de Bot" ;
  a2a:PersonName [
    rdfs:label "Huberdina de Bot" ;
    a2a:PersonNameFirstName "Huberdina" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Bot"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_7ac12c8d-79e9-c757-146c-e2e2cd91a841_Person-dee0c32b-1db6-0528-1ccf-04c84e467663
  a a2a:Person ;
  rdfs:label "Wilhelmina Maria van de Put" ;
  a2a:PersonName [
    rdfs:label "Wilhelmina Maria van de Put" ;
    a2a:PersonNameFirstName "Wilhelmina Maria" ;
    a2a:PersonNamePrefixLastName "van de" ;
    a2a:PersonNameLastName "Put"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1864" ;
    a2a:Month "4" ;
    a2a:Day "9" ;
    rdfs:label "1864-04-09"^^xsd:date
  ] .

oa:event_bhi_7ac12c8d-79e9-c757-146c-e2e2cd91a841_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1864" ;
    a2a:Month "4" ;
    a2a:Day "9" ;
    rdfs:label "1864-04-09"^^xsd:date
  ] .

oa:relationep_bhi_7ac12c8d-79e9-c757-146c-e2e2cd91a841_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_7ac12c8d-79e9-c757-146c-e2e2cd91a841_Person:f3c9bad0-3d68-8cd2-d7a3-f4506f4f3b31 ;
  a2a:EventKeyRef oa:event_bhi_7ac12c8d-79e9-c757-146c-e2e2cd91a841_Event1 .

oa:relationep_bhi_7ac12c8d-79e9-c757-146c-e2e2cd91a841_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_7ac12c8d-79e9-c757-146c-e2e2cd91a841_Person:09b8341e-c263-3bcb-51a8-e3b227b9da48 ;
  a2a:EventKeyRef oa:event_bhi_7ac12c8d-79e9-c757-146c-e2e2cd91a841_Event1 .

oa:relationep_bhi_7ac12c8d-79e9-c757-146c-e2e2cd91a841_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_7ac12c8d-79e9-c757-146c-e2e2cd91a841_Person:dee0c32b-1db6-0528-1ccf-04c84e467663 ;
  a2a:EventKeyRef oa:event_bhi_7ac12c8d-79e9-c757-146c-e2e2cd91a841_Event1 .

oa:source_bhi_7ac12c8d-79e9-c757-146c-e2e2cd91a841
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Raamsdonk" ;
    rdfs:label "Raamsdonk", "1864-04-11 - 1864-04-11"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1864-04-11"^^xsd:date ;
    a2a:SourceIndexDateTo "1864-04-11"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1864" ;
    a2a:Month "4" ;
    a2a:Day "11" ;
    rdfs:label "1864-04-11"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 6423, Periode: 1864" ;
    a2a:Book "Geboorteregister Raamsdonk 1864" ;
    a2a:DocumentNumber "44" ;
    a2a:RegistryNumber "6423" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 6423, Periode: 1864, Geboorteregister Raamsdonk 1864, 44, 6423"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/4aa62a0e-baee-71b8-3237-a754f331707c.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/4aa62a0e-baee-71b8-3237-a754f331707c.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-08-22"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/7ac12c8d-79e9-c757-146c-e2e2cd91a841" ;
  a2a:RecordGUID "{7ac12c8d-79e9-c757-146c-e2e2cd91a841}" ;
  a2a:SourceRemarkdeel "6423" ;
  a2a:SourceRemarkregister_periode "1864" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250102_689_00000689.xml van BHI" .

