@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_07108162-eaa5-6fb1-e316-ea7468e1cb6a
  a a2a:Record ;
  rdfs:label "Geboorte op 21 september 1838" ;
  a2a:hasPerson oa:person_bhi_07108162-eaa5-6fb1-e316-ea7468e1cb6a_Person-57dd045a-6445-120c-21b5-ef295168c594, oa:person_bhi_07108162-eaa5-6fb1-e316-ea7468e1cb6a_Person-962c5126-4ad7-f601-3445-635d9c27ec80, oa:person_bhi_07108162-eaa5-6fb1-e316-ea7468e1cb6a_Person-5762e2a4-a18b-bf0f-c64d-34d7158ee4d7 ;
  a2a:hasEvent oa:event_bhi_07108162-eaa5-6fb1-e316-ea7468e1cb6a_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_07108162-eaa5-6fb1-e316-ea7468e1cb6a_0, oa:relationep_bhi_07108162-eaa5-6fb1-e316-ea7468e1cb6a_1, oa:relationep_bhi_07108162-eaa5-6fb1-e316-ea7468e1cb6a_2 ;
  a2a:hasSource oa:source_bhi_07108162-eaa5-6fb1-e316-ea7468e1cb6a .

oa:person_bhi_07108162-eaa5-6fb1-e316-ea7468e1cb6a_Person-57dd045a-6445-120c-21b5-ef295168c594
  a a2a:Person ;
  rdfs:label "Johanna Mutsaarts" ;
  a2a:PersonName [
    rdfs:label "Johanna Mutsaarts" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNameLastName "Mutsaarts"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_07108162-eaa5-6fb1-e316-ea7468e1cb6a_Person-962c5126-4ad7-f601-3445-635d9c27ec80
  a a2a:Person ;
  rdfs:label "Petronella Kilwinger" ;
  a2a:PersonName [
    rdfs:label "Petronella Kilwinger" ;
    a2a:PersonNameFirstName "Petronella" ;
    a2a:PersonNameLastName "Kilwinger"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1838" ;
    a2a:Month "9" ;
    a2a:Day "21" ;
    rdfs:label "1838-09-21"^^xsd:date
  ] .

oa:person_bhi_07108162-eaa5-6fb1-e316-ea7468e1cb6a_Person-5762e2a4-a18b-bf0f-c64d-34d7158ee4d7
  a a2a:Person ;
  rdfs:label "Peter Gijsbert Kilwinger" ;
  a2a:PersonName [
    rdfs:label "Peter Gijsbert Kilwinger" ;
    a2a:PersonNameFirstName "Peter Gijsbert" ;
    a2a:PersonNameLastName "Kilwinger"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_07108162-eaa5-6fb1-e316-ea7468e1cb6a_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1838" ;
    a2a:Month "9" ;
    a2a:Day "21" ;
    rdfs:label "1838-09-21"^^xsd:date
  ] .

oa:relationep_bhi_07108162-eaa5-6fb1-e316-ea7468e1cb6a_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_07108162-eaa5-6fb1-e316-ea7468e1cb6a_Person:57dd045a-6445-120c-21b5-ef295168c594 ;
  a2a:EventKeyRef oa:event_bhi_07108162-eaa5-6fb1-e316-ea7468e1cb6a_Event1 .

oa:relationep_bhi_07108162-eaa5-6fb1-e316-ea7468e1cb6a_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_07108162-eaa5-6fb1-e316-ea7468e1cb6a_Person:962c5126-4ad7-f601-3445-635d9c27ec80 ;
  a2a:EventKeyRef oa:event_bhi_07108162-eaa5-6fb1-e316-ea7468e1cb6a_Event1 .

oa:relationep_bhi_07108162-eaa5-6fb1-e316-ea7468e1cb6a_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_07108162-eaa5-6fb1-e316-ea7468e1cb6a_Person:5762e2a4-a18b-bf0f-c64d-34d7158ee4d7 ;
  a2a:EventKeyRef oa:event_bhi_07108162-eaa5-6fb1-e316-ea7468e1cb6a_Event1 .

oa:source_bhi_07108162-eaa5-6fb1-e316-ea7468e1cb6a
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Stratum" ;
    rdfs:label "Stratum", "1838-09-22 - 1838-09-22"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1838-09-22"^^xsd:date ;
    a2a:SourceIndexDateTo "1838-09-22"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1838" ;
    a2a:Month "9" ;
    a2a:Day "22" ;
    rdfs:label "1838-09-22"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 7470, Periode: 1838" ;
    a2a:Book "Geboorteregister Stratum 1838" ;
    a2a:DocumentNumber "34" ;
    a2a:RegistryNumber "7470" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 7470, Periode: 1838, Geboorteregister Stratum 1838, 34, 7470"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/f4e9dacf-997e-17ea-064b-f0b81c7a002d.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/f4e9dacf-997e-17ea-064b-f0b81c7a002d.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-10-01"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/07108162-eaa5-6fb1-e316-ea7468e1cb6a" ;
  a2a:RecordGUID "{07108162-eaa5-6fb1-e316-ea7468e1cb6a}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_482_00000482.xml van BHI" .

