@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_0b5e32f5-e297-eff6-e613-7c822131d09c
  a a2a:Record ;
  rdfs:label "Geboorte op 7 april 1825" ;
  a2a:hasPerson oa:person_bhi_0b5e32f5-e297-eff6-e613-7c822131d09c_Person-cdb8fd75-de82-7230-34e0-0f6df48d1b94, oa:person_bhi_0b5e32f5-e297-eff6-e613-7c822131d09c_Person-d243cfd2-4823-3bfd-a946-95ababd23a3a, oa:person_bhi_0b5e32f5-e297-eff6-e613-7c822131d09c_Person-ee278a77-c590-d628-f59c-0879e39e7eba ;
  a2a:hasEvent oa:event_bhi_0b5e32f5-e297-eff6-e613-7c822131d09c_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_0b5e32f5-e297-eff6-e613-7c822131d09c_0, oa:relationep_bhi_0b5e32f5-e297-eff6-e613-7c822131d09c_1, oa:relationep_bhi_0b5e32f5-e297-eff6-e613-7c822131d09c_2 ;
  a2a:hasSource oa:source_bhi_0b5e32f5-e297-eff6-e613-7c822131d09c .

oa:person_bhi_0b5e32f5-e297-eff6-e613-7c822131d09c_Person-cdb8fd75-de82-7230-34e0-0f6df48d1b94
  a a2a:Person ;
  rdfs:label "Pietronella Janssens" ;
  a2a:PersonName [
    rdfs:label "Pietronella Janssens" ;
    a2a:PersonNameFirstName "Pietronella" ;
    a2a:PersonNameLastName "Janssens"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_0b5e32f5-e297-eff6-e613-7c822131d09c_Person-d243cfd2-4823-3bfd-a946-95ababd23a3a
  a a2a:Person ;
  rdfs:label "Godefridus Linssen" ;
  a2a:PersonName [
    rdfs:label "Godefridus Linssen" ;
    a2a:PersonNameFirstName "Godefridus" ;
    a2a:PersonNameLastName "Linssen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_0b5e32f5-e297-eff6-e613-7c822131d09c_Person-ee278a77-c590-d628-f59c-0879e39e7eba
  a a2a:Person ;
  rdfs:label "Adriaan Linssen" ;
  a2a:PersonName [
    rdfs:label "Adriaan Linssen" ;
    a2a:PersonNameFirstName "Adriaan" ;
    a2a:PersonNameLastName "Linssen"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1825" ;
    a2a:Month "4" ;
    a2a:Day "7" ;
    rdfs:label "1825-04-07"^^xsd:date
  ] .

oa:event_bhi_0b5e32f5-e297-eff6-e613-7c822131d09c_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1825" ;
    a2a:Month "4" ;
    a2a:Day "7" ;
    rdfs:label "1825-04-07"^^xsd:date
  ] .

oa:relationep_bhi_0b5e32f5-e297-eff6-e613-7c822131d09c_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_0b5e32f5-e297-eff6-e613-7c822131d09c_Person:cdb8fd75-de82-7230-34e0-0f6df48d1b94 ;
  a2a:EventKeyRef oa:event_bhi_0b5e32f5-e297-eff6-e613-7c822131d09c_Event1 .

oa:relationep_bhi_0b5e32f5-e297-eff6-e613-7c822131d09c_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_0b5e32f5-e297-eff6-e613-7c822131d09c_Person:d243cfd2-4823-3bfd-a946-95ababd23a3a ;
  a2a:EventKeyRef oa:event_bhi_0b5e32f5-e297-eff6-e613-7c822131d09c_Event1 .

oa:relationep_bhi_0b5e32f5-e297-eff6-e613-7c822131d09c_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_0b5e32f5-e297-eff6-e613-7c822131d09c_Person:ee278a77-c590-d628-f59c-0879e39e7eba ;
  a2a:EventKeyRef oa:event_bhi_0b5e32f5-e297-eff6-e613-7c822131d09c_Event1 .

oa:source_bhi_0b5e32f5-e297-eff6-e613-7c822131d09c
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Oosterhout" ;
    rdfs:label "Oosterhout", "1825-01-01 - 1825-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1825-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1825-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [ a2a:Year "1825" ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 5857, Periode: 1825" ;
    a2a:Book "Geboorteregister Oosterhout 1825" ;
    a2a:DocumentNumber "72" ;
    a2a:RegistryNumber "5857" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 5857, Periode: 1825, Geboorteregister Oosterhout 1825, 72, 5857"
  ] ;
  a2a:SourceLastChangeDate "2025-08-05"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/0b5e32f5-e297-eff6-e613-7c822131d09c" ;
  a2a:RecordGUID "{0b5e32f5-e297-eff6-e613-7c822131d09c}" ;
  a2a:SourceRemarkdeel "5857" ;
  a2a:SourceRemarkregister_periode "1825" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20251116_208_00000208.xml van BHI" .

