@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_f776cc72-4d41-196a-13ec-e60229ced2fb
  a a2a:Record ;
  rdfs:label "Geboorte op 21 augustus 1852" ;
  a2a:hasPerson oa:person_bhi_f776cc72-4d41-196a-13ec-e60229ced2fb_Person-3a9597f3-3767-8c59-b0da-acb4c37b6253, oa:person_bhi_f776cc72-4d41-196a-13ec-e60229ced2fb_Person-b60ef70d-9da8-8bcb-022b-7d776fa78bd0, oa:person_bhi_f776cc72-4d41-196a-13ec-e60229ced2fb_Person-9a9ff251-61ec-2ded-82a5-6885b06e9269 ;
  a2a:hasEvent oa:event_bhi_f776cc72-4d41-196a-13ec-e60229ced2fb_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_f776cc72-4d41-196a-13ec-e60229ced2fb_0, oa:relationep_bhi_f776cc72-4d41-196a-13ec-e60229ced2fb_1, oa:relationep_bhi_f776cc72-4d41-196a-13ec-e60229ced2fb_2 ;
  a2a:hasSource oa:source_bhi_f776cc72-4d41-196a-13ec-e60229ced2fb .

oa:person_bhi_f776cc72-4d41-196a-13ec-e60229ced2fb_Person-3a9597f3-3767-8c59-b0da-acb4c37b6253
  a a2a:Person ;
  rdfs:label "Dingena van den Wiel" ;
  a2a:PersonName [
    rdfs:label "Dingena van den Wiel" ;
    a2a:PersonNameFirstName "Dingena" ;
    a2a:PersonNamePrefixLastName "van den" ;
    a2a:PersonNameLastName "Wiel"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_f776cc72-4d41-196a-13ec-e60229ced2fb_Person-b60ef70d-9da8-8bcb-022b-7d776fa78bd0
  a a2a:Person ;
  rdfs:label "Jenneke de Raade" ;
  a2a:PersonName [
    rdfs:label "Jenneke de Raade" ;
    a2a:PersonNameFirstName "Jenneke" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Raade"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1852" ;
    a2a:Month "8" ;
    a2a:Day "21" ;
    rdfs:label "1852-08-21"^^xsd:date
  ] .

oa:person_bhi_f776cc72-4d41-196a-13ec-e60229ced2fb_Person-9a9ff251-61ec-2ded-82a5-6885b06e9269
  a a2a:Person ;
  rdfs:label "Lukas Adrianus de Raade" ;
  a2a:PersonName [
    rdfs:label "Lukas Adrianus de Raade" ;
    a2a:PersonNameFirstName "Lukas Adrianus" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Raade"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_f776cc72-4d41-196a-13ec-e60229ced2fb_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1852" ;
    a2a:Month "8" ;
    a2a:Day "21" ;
    rdfs:label "1852-08-21"^^xsd:date
  ] .

oa:relationep_bhi_f776cc72-4d41-196a-13ec-e60229ced2fb_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_f776cc72-4d41-196a-13ec-e60229ced2fb_Person:3a9597f3-3767-8c59-b0da-acb4c37b6253 ;
  a2a:EventKeyRef oa:event_bhi_f776cc72-4d41-196a-13ec-e60229ced2fb_Event1 .

oa:relationep_bhi_f776cc72-4d41-196a-13ec-e60229ced2fb_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_f776cc72-4d41-196a-13ec-e60229ced2fb_Person:b60ef70d-9da8-8bcb-022b-7d776fa78bd0 ;
  a2a:EventKeyRef oa:event_bhi_f776cc72-4d41-196a-13ec-e60229ced2fb_Event1 .

oa:relationep_bhi_f776cc72-4d41-196a-13ec-e60229ced2fb_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_f776cc72-4d41-196a-13ec-e60229ced2fb_Person:9a9ff251-61ec-2ded-82a5-6885b06e9269 ;
  a2a:EventKeyRef oa:event_bhi_f776cc72-4d41-196a-13ec-e60229ced2fb_Event1 .

oa:source_bhi_f776cc72-4d41-196a-13ec-e60229ced2fb
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Rijswijk" ;
    rdfs:label "Rijswijk", "1852-08-23 - 1852-08-23"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1852-08-23"^^xsd:date ;
    a2a:SourceIndexDateTo "1852-08-23"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1852" ;
    a2a:Month "8" ;
    a2a:Day "23" ;
    rdfs:label "1852-08-23"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 6908, Periode: 1852" ;
    a2a:Book "Geboorteregister Rijswijk 1852" ;
    a2a:DocumentNumber "9" ;
    a2a:RegistryNumber "6908" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 6908, Periode: 1852, Geboorteregister Rijswijk 1852, 9, 6908"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/8895e7bd-cbbc-52e9-a121-3033cc42f298.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/8895e7bd-cbbc-52e9-a121-3033cc42f298.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-04-16"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/f776cc72-4d41-196a-13ec-e60229ced2fb" ;
  a2a:RecordGUID "{f776cc72-4d41-196a-13ec-e60229ced2fb}" ;
  a2a:SourceRemarkdeel "6908" ;
  a2a:SourceRemarkregister_periode "1852" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250102_142_00000142.xml van BHI" .

