@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_c3cc35ee-e14c-5386-c1ff-d0acf31171cd
  a a2a:Record ;
  rdfs:label "Geboorte op 20 augustus 1879" ;
  a2a:hasPerson oa:person_bhi_c3cc35ee-e14c-5386-c1ff-d0acf31171cd_Person-e707d2c2-a60d-3410-5f74-ad751d429332, oa:person_bhi_c3cc35ee-e14c-5386-c1ff-d0acf31171cd_Person-7e7d8c29-e92f-0438-7369-caf6415e72a1, oa:person_bhi_c3cc35ee-e14c-5386-c1ff-d0acf31171cd_Person-c2912cf0-37aa-910a-0e30-7fd8f977a9e5 ;
  a2a:hasEvent oa:event_bhi_c3cc35ee-e14c-5386-c1ff-d0acf31171cd_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_c3cc35ee-e14c-5386-c1ff-d0acf31171cd_0, oa:relationep_bhi_c3cc35ee-e14c-5386-c1ff-d0acf31171cd_1, oa:relationep_bhi_c3cc35ee-e14c-5386-c1ff-d0acf31171cd_2 ;
  a2a:hasSource oa:source_bhi_c3cc35ee-e14c-5386-c1ff-d0acf31171cd .

oa:person_bhi_c3cc35ee-e14c-5386-c1ff-d0acf31171cd_Person-e707d2c2-a60d-3410-5f74-ad751d429332
  a a2a:Person ;
  rdfs:label "Maria Johanna Tunsen" ;
  a2a:PersonName [
    rdfs:label "Maria Johanna Tunsen" ;
    a2a:PersonNameFirstName "Maria Johanna" ;
    a2a:PersonNameLastName "Tunsen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_c3cc35ee-e14c-5386-c1ff-d0acf31171cd_Person-7e7d8c29-e92f-0438-7369-caf6415e72a1
  a a2a:Person ;
  rdfs:label "Nicolaas Posthumus" ;
  a2a:PersonName [
    rdfs:label "Nicolaas Posthumus" ;
    a2a:PersonNameFirstName "Nicolaas" ;
    a2a:PersonNameLastName "Posthumus"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_c3cc35ee-e14c-5386-c1ff-d0acf31171cd_Person-c2912cf0-37aa-910a-0e30-7fd8f977a9e5
  a a2a:Person ;
  rdfs:label "Adrianus Johannes Posthumus" ;
  a2a:PersonName [
    rdfs:label "Adrianus Johannes Posthumus" ;
    a2a:PersonNameFirstName "Adrianus Johannes" ;
    a2a:PersonNameLastName "Posthumus"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1879" ;
    a2a:Month "8" ;
    a2a:Day "20" ;
    rdfs:label "1879-08-20"^^xsd:date
  ] .

oa:event_bhi_c3cc35ee-e14c-5386-c1ff-d0acf31171cd_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1879" ;
    a2a:Month "8" ;
    a2a:Day "20" ;
    rdfs:label "1879-08-20"^^xsd:date
  ] .

oa:relationep_bhi_c3cc35ee-e14c-5386-c1ff-d0acf31171cd_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_c3cc35ee-e14c-5386-c1ff-d0acf31171cd_Person:e707d2c2-a60d-3410-5f74-ad751d429332 ;
  a2a:EventKeyRef oa:event_bhi_c3cc35ee-e14c-5386-c1ff-d0acf31171cd_Event1 .

oa:relationep_bhi_c3cc35ee-e14c-5386-c1ff-d0acf31171cd_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_c3cc35ee-e14c-5386-c1ff-d0acf31171cd_Person:7e7d8c29-e92f-0438-7369-caf6415e72a1 ;
  a2a:EventKeyRef oa:event_bhi_c3cc35ee-e14c-5386-c1ff-d0acf31171cd_Event1 .

oa:relationep_bhi_c3cc35ee-e14c-5386-c1ff-d0acf31171cd_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_c3cc35ee-e14c-5386-c1ff-d0acf31171cd_Person:c2912cf0-37aa-910a-0e30-7fd8f977a9e5 ;
  a2a:EventKeyRef oa:event_bhi_c3cc35ee-e14c-5386-c1ff-d0acf31171cd_Event1 .

oa:source_bhi_c3cc35ee-e14c-5386-c1ff-d0acf31171cd
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Roosendaal" ;
    rdfs:label "Roosendaal", "1879-08-21 - 1879-08-21"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1879-08-21"^^xsd:date ;
    a2a:SourceIndexDateTo "1879-08-21"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1879" ;
    a2a:Month "8" ;
    a2a:Day "21" ;
    rdfs:label "1879-08-21"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 6626, Periode: 1879" ;
    a2a:Book "Geboorteregister Roosendaal 1879" ;
    a2a:DocumentNumber "173" ;
    a2a:RegistryNumber "6626" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 6626, Periode: 1879, Geboorteregister Roosendaal 1879, 173, 6626"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/bf0b79e7-13d1-9446-a465-00f6a97b8b1a.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/bf0b79e7-13d1-9446-a465-00f6a97b8b1a.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-04-26"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/c3cc35ee-e14c-5386-c1ff-d0acf31171cd" ;
  a2a:RecordGUID "{c3cc35ee-e14c-5386-c1ff-d0acf31171cd}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_6198_00006198.xml van BHI" .

