@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_451e86e9-daa2-8fb7-7261-a33dd78c0d49
  a a2a:Record ;
  rdfs:label "Geboorte op 12 juli 1840" ;
  a2a:hasPerson oa:person_bhi_451e86e9-daa2-8fb7-7261-a33dd78c0d49_Person-729ae878-13a4-4068-d438-8235187eff3d, oa:person_bhi_451e86e9-daa2-8fb7-7261-a33dd78c0d49_Person-75e60259-03e2-4d17-84af-862a681587a0, oa:person_bhi_451e86e9-daa2-8fb7-7261-a33dd78c0d49_Person-39d9ad0c-60dd-d526-7944-8a5e1d1a46e7 ;
  a2a:hasEvent oa:event_bhi_451e86e9-daa2-8fb7-7261-a33dd78c0d49_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_451e86e9-daa2-8fb7-7261-a33dd78c0d49_0, oa:relationep_bhi_451e86e9-daa2-8fb7-7261-a33dd78c0d49_1, oa:relationep_bhi_451e86e9-daa2-8fb7-7261-a33dd78c0d49_2 ;
  a2a:hasSource oa:source_bhi_451e86e9-daa2-8fb7-7261-a33dd78c0d49 .

oa:person_bhi_451e86e9-daa2-8fb7-7261-a33dd78c0d49_Person-729ae878-13a4-4068-d438-8235187eff3d
  a a2a:Person ;
  rdfs:label "Willemijna Thalen" ;
  a2a:PersonName [
    rdfs:label "Willemijna Thalen" ;
    a2a:PersonNameFirstName "Willemijna" ;
    a2a:PersonNameLastName "Thalen"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1840" ;
    a2a:Month "7" ;
    a2a:Day "12" ;
    rdfs:label "1840-07-12"^^xsd:date
  ] .

oa:person_bhi_451e86e9-daa2-8fb7-7261-a33dd78c0d49_Person-75e60259-03e2-4d17-84af-862a681587a0
  a a2a:Person ;
  rdfs:label "Elisabeth van Onzenoord" ;
  a2a:PersonName [
    rdfs:label "Elisabeth van Onzenoord" ;
    a2a:PersonNameFirstName "Elisabeth" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Onzenoord"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_451e86e9-daa2-8fb7-7261-a33dd78c0d49_Person-39d9ad0c-60dd-d526-7944-8a5e1d1a46e7
  a a2a:Person ;
  rdfs:label "Gerrit Thalen" ;
  a2a:PersonName [
    rdfs:label "Gerrit Thalen" ;
    a2a:PersonNameFirstName "Gerrit" ;
    a2a:PersonNameLastName "Thalen"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_451e86e9-daa2-8fb7-7261-a33dd78c0d49_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1840" ;
    a2a:Month "7" ;
    a2a:Day "12" ;
    rdfs:label "1840-07-12"^^xsd:date
  ] .

oa:relationep_bhi_451e86e9-daa2-8fb7-7261-a33dd78c0d49_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_451e86e9-daa2-8fb7-7261-a33dd78c0d49_Person:729ae878-13a4-4068-d438-8235187eff3d ;
  a2a:EventKeyRef oa:event_bhi_451e86e9-daa2-8fb7-7261-a33dd78c0d49_Event1 .

oa:relationep_bhi_451e86e9-daa2-8fb7-7261-a33dd78c0d49_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_451e86e9-daa2-8fb7-7261-a33dd78c0d49_Person:75e60259-03e2-4d17-84af-862a681587a0 ;
  a2a:EventKeyRef oa:event_bhi_451e86e9-daa2-8fb7-7261-a33dd78c0d49_Event1 .

oa:relationep_bhi_451e86e9-daa2-8fb7-7261-a33dd78c0d49_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_451e86e9-daa2-8fb7-7261-a33dd78c0d49_Person:39d9ad0c-60dd-d526-7944-8a5e1d1a46e7 ;
  a2a:EventKeyRef oa:event_bhi_451e86e9-daa2-8fb7-7261-a33dd78c0d49_Event1 .

oa:source_bhi_451e86e9-daa2-8fb7-7261-a33dd78c0d49
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Loon op Zand" ;
    rdfs:label "Loon op Zand", "1840-07-13 - 1840-07-13"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1840-07-13"^^xsd:date ;
    a2a:SourceIndexDateTo "1840-07-13"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1840" ;
    a2a:Month "7" ;
    a2a:Day "13" ;
    rdfs:label "1840-07-13"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 4830, Periode: 1840" ;
    a2a:Book "Geboorteregister Loon op Zand 1840" ;
    a2a:DocumentNumber "91" ;
    a2a:RegistryNumber "4830" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 4830, Periode: 1840, Geboorteregister Loon op Zand 1840, 91, 4830"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/26404d79-0609-3ac8-879d-1d2186666b8a.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/26404d79-0609-3ac8-879d-1d2186666b8a.jpg"
  ] ;
  a2a:SourceLastChangeDate "2025-10-27"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/451e86e9-daa2-8fb7-7261-a33dd78c0d49" ;
  a2a:RecordGUID "{451e86e9-daa2-8fb7-7261-a33dd78c0d49}" ;
  a2a:SourceRemarkdeel "4830" ;
  a2a:SourceRemarkregister_periode "1840" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20251225_767_00000767.xml van BHI" .

