@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_1cc764e1-0780-3737-b27d-8564e13f0ebc
  a a2a:Record ;
  rdfs:label "Geboorte op 3 maart 1859" ;
  a2a:hasPerson oa:person_bhi_1cc764e1-0780-3737-b27d-8564e13f0ebc_Person-a419da23-6863-9da7-435a-13810d8d6387, oa:person_bhi_1cc764e1-0780-3737-b27d-8564e13f0ebc_Person-355cb1bf-2444-b94e-861f-71b9b4f89e74, oa:person_bhi_1cc764e1-0780-3737-b27d-8564e13f0ebc_Person-f59a3189-186a-4297-89e2-96599586d076 ;
  a2a:hasEvent oa:event_bhi_1cc764e1-0780-3737-b27d-8564e13f0ebc_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_1cc764e1-0780-3737-b27d-8564e13f0ebc_0, oa:relationep_bhi_1cc764e1-0780-3737-b27d-8564e13f0ebc_1, oa:relationep_bhi_1cc764e1-0780-3737-b27d-8564e13f0ebc_2 ;
  a2a:hasSource oa:source_bhi_1cc764e1-0780-3737-b27d-8564e13f0ebc .

oa:person_bhi_1cc764e1-0780-3737-b27d-8564e13f0ebc_Person-a419da23-6863-9da7-435a-13810d8d6387
  a a2a:Person ;
  rdfs:label "Anna Catharina Populiers" ;
  a2a:PersonName [
    rdfs:label "Anna Catharina Populiers" ;
    a2a:PersonNameFirstName "Anna Catharina" ;
    a2a:PersonNameLastName "Populiers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_1cc764e1-0780-3737-b27d-8564e13f0ebc_Person-355cb1bf-2444-b94e-861f-71b9b4f89e74
  a a2a:Person ;
  rdfs:label "Lambertus Verbaandert" ;
  a2a:PersonName [
    rdfs:label "Lambertus Verbaandert" ;
    a2a:PersonNameFirstName "Lambertus" ;
    a2a:PersonNameLastName "Verbaandert"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1859" ;
    a2a:Month "3" ;
    a2a:Day "3" ;
    rdfs:label "1859-03-03"^^xsd:date
  ] .

oa:person_bhi_1cc764e1-0780-3737-b27d-8564e13f0ebc_Person-f59a3189-186a-4297-89e2-96599586d076
  a a2a:Person ;
  rdfs:label "Benedictus Verbaandert" ;
  a2a:PersonName [
    rdfs:label "Benedictus Verbaandert" ;
    a2a:PersonNameFirstName "Benedictus" ;
    a2a:PersonNameLastName "Verbaandert"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_1cc764e1-0780-3737-b27d-8564e13f0ebc_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1859" ;
    a2a:Month "3" ;
    a2a:Day "3" ;
    rdfs:label "1859-03-03"^^xsd:date
  ] .

oa:relationep_bhi_1cc764e1-0780-3737-b27d-8564e13f0ebc_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_1cc764e1-0780-3737-b27d-8564e13f0ebc_Person:a419da23-6863-9da7-435a-13810d8d6387 ;
  a2a:EventKeyRef oa:event_bhi_1cc764e1-0780-3737-b27d-8564e13f0ebc_Event1 .

oa:relationep_bhi_1cc764e1-0780-3737-b27d-8564e13f0ebc_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_1cc764e1-0780-3737-b27d-8564e13f0ebc_Person:355cb1bf-2444-b94e-861f-71b9b4f89e74 ;
  a2a:EventKeyRef oa:event_bhi_1cc764e1-0780-3737-b27d-8564e13f0ebc_Event1 .

oa:relationep_bhi_1cc764e1-0780-3737-b27d-8564e13f0ebc_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_1cc764e1-0780-3737-b27d-8564e13f0ebc_Person:f59a3189-186a-4297-89e2-96599586d076 ;
  a2a:EventKeyRef oa:event_bhi_1cc764e1-0780-3737-b27d-8564e13f0ebc_Event1 .

oa:source_bhi_1cc764e1-0780-3737-b27d-8564e13f0ebc
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Hooge en Lage Mierde" ;
    rdfs:label "Hooge en Lage Mierde", "1859-03-03 - 1859-03-03"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1859-03-03"^^xsd:date ;
    a2a:SourceIndexDateTo "1859-03-03"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1859" ;
    a2a:Month "3" ;
    a2a:Day "3" ;
    rdfs:label "1859-03-03"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 5190, Periode: 1859" ;
    a2a:Book "Geboorteregister Hooge en Lage Mierde 1859" ;
    a2a:DocumentNumber "5" ;
    a2a:RegistryNumber "5190" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 5190, Periode: 1859, Geboorteregister Hooge en Lage Mierde 1859, 5, 5190"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/f299e2d4-80c9-0926-5ea3-13b131465608.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/f299e2d4-80c9-0926-5ea3-13b131465608.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-08-22"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/1cc764e1-0780-3737-b27d-8564e13f0ebc" ;
  a2a:RecordGUID "{1cc764e1-0780-3737-b27d-8564e13f0ebc}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231208_82102_00082102.xml van BHI" .

