@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_1981d5f4-e916-5f03-b4e9-8fa3072884ae
  a a2a:Record ;
  rdfs:label "Geboorte op 1 maart 1858" ;
  a2a:hasPerson oa:person_bhi_1981d5f4-e916-5f03-b4e9-8fa3072884ae_Person-78bc1663-3b21-7969-9b35-256ec332246d, oa:person_bhi_1981d5f4-e916-5f03-b4e9-8fa3072884ae_Person-de7d7ac9-3a47-9e7f-a3e3-a9fb0db8fb3c, oa:person_bhi_1981d5f4-e916-5f03-b4e9-8fa3072884ae_Person-2db30aa6-c2af-5d7a-1c72-a44b5b1be826 ;
  a2a:hasEvent oa:event_bhi_1981d5f4-e916-5f03-b4e9-8fa3072884ae_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_1981d5f4-e916-5f03-b4e9-8fa3072884ae_0, oa:relationep_bhi_1981d5f4-e916-5f03-b4e9-8fa3072884ae_1, oa:relationep_bhi_1981d5f4-e916-5f03-b4e9-8fa3072884ae_2 ;
  a2a:hasSource oa:source_bhi_1981d5f4-e916-5f03-b4e9-8fa3072884ae .

oa:person_bhi_1981d5f4-e916-5f03-b4e9-8fa3072884ae_Person-78bc1663-3b21-7969-9b35-256ec332246d
  a a2a:Person ;
  rdfs:label "Hendrikien Brandligt" ;
  a2a:PersonName [
    rdfs:label "Hendrikien Brandligt" ;
    a2a:PersonNameFirstName "Hendrikien" ;
    a2a:PersonNameLastName "Brandligt"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_1981d5f4-e916-5f03-b4e9-8fa3072884ae_Person-de7d7ac9-3a47-9e7f-a3e3-a9fb0db8fb3c
  a a2a:Person ;
  rdfs:label "Johanna Alida Lem" ;
  a2a:PersonName [
    rdfs:label "Johanna Alida Lem" ;
    a2a:PersonNameFirstName "Johanna Alida" ;
    a2a:PersonNameLastName "Lem"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1858" ;
    a2a:Month "3" ;
    a2a:Day "1" ;
    rdfs:label "1858-03-01"^^xsd:date
  ] .

oa:person_bhi_1981d5f4-e916-5f03-b4e9-8fa3072884ae_Person-2db30aa6-c2af-5d7a-1c72-a44b5b1be826
  a a2a:Person ;
  rdfs:label "Jan Pieter Lem" ;
  a2a:PersonName [
    rdfs:label "Jan Pieter Lem" ;
    a2a:PersonNameFirstName "Jan Pieter" ;
    a2a:PersonNameLastName "Lem"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_1981d5f4-e916-5f03-b4e9-8fa3072884ae_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1858" ;
    a2a:Month "3" ;
    a2a:Day "1" ;
    rdfs:label "1858-03-01"^^xsd:date
  ] .

oa:relationep_bhi_1981d5f4-e916-5f03-b4e9-8fa3072884ae_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_1981d5f4-e916-5f03-b4e9-8fa3072884ae_Person:78bc1663-3b21-7969-9b35-256ec332246d ;
  a2a:EventKeyRef oa:event_bhi_1981d5f4-e916-5f03-b4e9-8fa3072884ae_Event1 .

oa:relationep_bhi_1981d5f4-e916-5f03-b4e9-8fa3072884ae_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_1981d5f4-e916-5f03-b4e9-8fa3072884ae_Person:de7d7ac9-3a47-9e7f-a3e3-a9fb0db8fb3c ;
  a2a:EventKeyRef oa:event_bhi_1981d5f4-e916-5f03-b4e9-8fa3072884ae_Event1 .

oa:relationep_bhi_1981d5f4-e916-5f03-b4e9-8fa3072884ae_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_1981d5f4-e916-5f03-b4e9-8fa3072884ae_Person:2db30aa6-c2af-5d7a-1c72-a44b5b1be826 ;
  a2a:EventKeyRef oa:event_bhi_1981d5f4-e916-5f03-b4e9-8fa3072884ae_Event1 .

oa:source_bhi_1981d5f4-e916-5f03-b4e9-8fa3072884ae
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "'s-Hertogenbosch" ;
    rdfs:label "'s-Hertogenbosch", "1858-03-01 - 1858-03-01"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1858-03-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1858-03-01"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1858" ;
    a2a:Month "3" ;
    a2a:Day "1" ;
    rdfs:label "1858-03-01"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3790, Periode: 1858" ;
    a2a:Book "Geboorteregister 's-Hertogenbosch 1858" ;
    a2a:DocumentNumber "136" ;
    a2a:RegistryNumber "3790" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3790, Periode: 1858, Geboorteregister 's-Hertogenbosch 1858, 136, 3790"
  ] ;
  a2a:SourceLastChangeDate "2023-12-07"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/1981d5f4-e916-5f03-b4e9-8fa3072884ae" ;
  a2a:RecordGUID "{1981d5f4-e916-5f03-b4e9-8fa3072884ae}" ;
  a2a:SourceRemarkdeel "3790" ;
  a2a:SourceRemarkregister_periode "1858" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250102_1634_00001634.xml van BHI" .

