@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_ad142fa1-4654-982d-4100-e82c2bfe1971
  a a2a:Record ;
  rdfs:label "Geboorte op 27 augustus 1871" ;
  a2a:hasPerson oa:person_bhi_ad142fa1-4654-982d-4100-e82c2bfe1971_Person-df467faa-ae4d-6641-46b2-e999df1c91bf, oa:person_bhi_ad142fa1-4654-982d-4100-e82c2bfe1971_Person-b45b32fb-ddd0-04bd-9a72-86be3204fbe5, oa:person_bhi_ad142fa1-4654-982d-4100-e82c2bfe1971_Person-fb442a8e-81a3-614f-f8ce-5e511f41577d ;
  a2a:hasEvent oa:event_bhi_ad142fa1-4654-982d-4100-e82c2bfe1971_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_ad142fa1-4654-982d-4100-e82c2bfe1971_0, oa:relationep_bhi_ad142fa1-4654-982d-4100-e82c2bfe1971_1, oa:relationep_bhi_ad142fa1-4654-982d-4100-e82c2bfe1971_2 ;
  a2a:hasSource oa:source_bhi_ad142fa1-4654-982d-4100-e82c2bfe1971 .

oa:person_bhi_ad142fa1-4654-982d-4100-e82c2bfe1971_Person-df467faa-ae4d-6641-46b2-e999df1c91bf
  a a2a:Person ;
  rdfs:label "Pietronella in 't Veld" ;
  a2a:PersonName [
    rdfs:label "Pietronella in 't Veld" ;
    a2a:PersonNameFirstName "Pietronella" ;
    a2a:PersonNamePrefixLastName "in 't" ;
    a2a:PersonNameLastName "Veld"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_ad142fa1-4654-982d-4100-e82c2bfe1971_Person-b45b32fb-ddd0-04bd-9a72-86be3204fbe5
  a a2a:Person ;
  rdfs:label "Wouterus Lambertus Kolb" ;
  a2a:PersonName [
    rdfs:label "Wouterus Lambertus Kolb" ;
    a2a:PersonNameFirstName "Wouterus Lambertus" ;
    a2a:PersonNameLastName "Kolb"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1871" ;
    a2a:Month "8" ;
    a2a:Day "27" ;
    rdfs:label "1871-08-27"^^xsd:date
  ] .

oa:person_bhi_ad142fa1-4654-982d-4100-e82c2bfe1971_Person-fb442a8e-81a3-614f-f8ce-5e511f41577d
  a a2a:Person ;
  rdfs:label "Machiel Antonie Kolb" ;
  a2a:PersonName [
    rdfs:label "Machiel Antonie Kolb" ;
    a2a:PersonNameFirstName "Machiel Antonie" ;
    a2a:PersonNameLastName "Kolb"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_ad142fa1-4654-982d-4100-e82c2bfe1971_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1871" ;
    a2a:Month "8" ;
    a2a:Day "27" ;
    rdfs:label "1871-08-27"^^xsd:date
  ] .

oa:relationep_bhi_ad142fa1-4654-982d-4100-e82c2bfe1971_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_ad142fa1-4654-982d-4100-e82c2bfe1971_Person:df467faa-ae4d-6641-46b2-e999df1c91bf ;
  a2a:EventKeyRef oa:event_bhi_ad142fa1-4654-982d-4100-e82c2bfe1971_Event1 .

oa:relationep_bhi_ad142fa1-4654-982d-4100-e82c2bfe1971_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_ad142fa1-4654-982d-4100-e82c2bfe1971_Person:b45b32fb-ddd0-04bd-9a72-86be3204fbe5 ;
  a2a:EventKeyRef oa:event_bhi_ad142fa1-4654-982d-4100-e82c2bfe1971_Event1 .

oa:relationep_bhi_ad142fa1-4654-982d-4100-e82c2bfe1971_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_ad142fa1-4654-982d-4100-e82c2bfe1971_Person:fb442a8e-81a3-614f-f8ce-5e511f41577d ;
  a2a:EventKeyRef oa:event_bhi_ad142fa1-4654-982d-4100-e82c2bfe1971_Event1 .

oa:source_bhi_ad142fa1-4654-982d-4100-e82c2bfe1971
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Meeuwen" ;
    rdfs:label "Meeuwen", "1871-08-28 - 1871-08-28"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1871-08-28"^^xsd:date ;
    a2a:SourceIndexDateTo "1871-08-28"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1871" ;
    a2a:Month "8" ;
    a2a:Day "28" ;
    rdfs:label "1871-08-28"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 5065, Periode: 1871" ;
    a2a:Book "Geboorteregister Meeuwen 1871" ;
    a2a:DocumentNumber "16" ;
    a2a:RegistryNumber "5065" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 5065, Periode: 1871, Geboorteregister Meeuwen 1871, 16, 5065"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/40f9e759-c6df-889d-5eab-7e840e02a6f4.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/40f9e759-c6df-889d-5eab-7e840e02a6f4.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-11-28"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/ad142fa1-4654-982d-4100-e82c2bfe1971" ;
  a2a:RecordGUID "{ad142fa1-4654-982d-4100-e82c2bfe1971}" ;
  a2a:SourceRemarkdeel "5065" ;
  a2a:SourceRemarkregister_periode "1871" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250222_335_00000335.xml van BHI" .

