@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_2499686a-e472-8f02-81bb-cd9a8f1ff95b
  a a2a:Record ;
  rdfs:label "Geboorte op 16 april 1854" ;
  a2a:hasPerson oa:person_bhi_2499686a-e472-8f02-81bb-cd9a8f1ff95b_Person-59679bbf-64ec-b82a-0204-2dcbdd741923, oa:person_bhi_2499686a-e472-8f02-81bb-cd9a8f1ff95b_Person-5c4d6e14-d272-de87-ef25-2cd814834db1, oa:person_bhi_2499686a-e472-8f02-81bb-cd9a8f1ff95b_Person-a6d4ee24-3bd1-1582-7ed6-be9122d1f991 ;
  a2a:hasEvent oa:event_bhi_2499686a-e472-8f02-81bb-cd9a8f1ff95b_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_2499686a-e472-8f02-81bb-cd9a8f1ff95b_0, oa:relationep_bhi_2499686a-e472-8f02-81bb-cd9a8f1ff95b_1, oa:relationep_bhi_2499686a-e472-8f02-81bb-cd9a8f1ff95b_2 ;
  a2a:hasSource oa:source_bhi_2499686a-e472-8f02-81bb-cd9a8f1ff95b .

oa:person_bhi_2499686a-e472-8f02-81bb-cd9a8f1ff95b_Person-59679bbf-64ec-b82a-0204-2dcbdd741923
  a a2a:Person ;
  rdfs:label "Aaje Keur" ;
  a2a:PersonName [
    rdfs:label "Aaje Keur" ;
    a2a:PersonNameFirstName "Aaje" ;
    a2a:PersonNameLastName "Keur"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_2499686a-e472-8f02-81bb-cd9a8f1ff95b_Person-5c4d6e14-d272-de87-ef25-2cd814834db1
  a a2a:Person ;
  rdfs:label "Jacobus Staal" ;
  a2a:PersonName [
    rdfs:label "Jacobus Staal" ;
    a2a:PersonNameFirstName "Jacobus" ;
    a2a:PersonNameLastName "Staal"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_2499686a-e472-8f02-81bb-cd9a8f1ff95b_Person-a6d4ee24-3bd1-1582-7ed6-be9122d1f991
  a a2a:Person ;
  rdfs:label "Alida Helena Cornelia Joanna Staal" ;
  a2a:PersonName [
    rdfs:label "Alida Helena Cornelia Joanna Staal" ;
    a2a:PersonNameFirstName "Alida Helena Cornelia Joanna" ;
    a2a:PersonNameLastName "Staal"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1854" ;
    a2a:Month "4" ;
    a2a:Day "16" ;
    rdfs:label "1854-04-16"^^xsd:date
  ] .

oa:event_bhi_2499686a-e472-8f02-81bb-cd9a8f1ff95b_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1854" ;
    a2a:Month "4" ;
    a2a:Day "16" ;
    rdfs:label "1854-04-16"^^xsd:date
  ] .

oa:relationep_bhi_2499686a-e472-8f02-81bb-cd9a8f1ff95b_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_2499686a-e472-8f02-81bb-cd9a8f1ff95b_Person:59679bbf-64ec-b82a-0204-2dcbdd741923 ;
  a2a:EventKeyRef oa:event_bhi_2499686a-e472-8f02-81bb-cd9a8f1ff95b_Event1 .

oa:relationep_bhi_2499686a-e472-8f02-81bb-cd9a8f1ff95b_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_2499686a-e472-8f02-81bb-cd9a8f1ff95b_Person:5c4d6e14-d272-de87-ef25-2cd814834db1 ;
  a2a:EventKeyRef oa:event_bhi_2499686a-e472-8f02-81bb-cd9a8f1ff95b_Event1 .

oa:relationep_bhi_2499686a-e472-8f02-81bb-cd9a8f1ff95b_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_2499686a-e472-8f02-81bb-cd9a8f1ff95b_Person:a6d4ee24-3bd1-1582-7ed6-be9122d1f991 ;
  a2a:EventKeyRef oa:event_bhi_2499686a-e472-8f02-81bb-cd9a8f1ff95b_Event1 .

oa:source_bhi_2499686a-e472-8f02-81bb-cd9a8f1ff95b
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Helmond" ;
    rdfs:label "Helmond", "1854-04-18 - 1854-04-18"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1854-04-18"^^xsd:date ;
    a2a:SourceIndexDateTo "1854-04-18"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1854" ;
    a2a:Month "4" ;
    a2a:Day "18" ;
    rdfs:label "1854-04-18"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3531, Periode: 1854" ;
    a2a:Book "Geboorteregister Helmond 1854" ;
    a2a:DocumentNumber "57" ;
    a2a:RegistryNumber "3531" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3531, Periode: 1854, Geboorteregister Helmond 1854, 57, 3531"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/0ce52580-a5d7-779f-1b28-f81bc6f63ee8.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/0ce52580-a5d7-779f-1b28-f81bc6f63ee8.jpg"
  ] ;
  a2a:SourceLastChangeDate "2016-08-08"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/2499686a-e472-8f02-81bb-cd9a8f1ff95b" ;
  a2a:RecordGUID "{2499686a-e472-8f02-81bb-cd9a8f1ff95b}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_146_00000146.xml van BHI" .

