@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_70b25c82-eae8-705c-3fc2-8a2a3ab79d14
  a a2a:Record ;
  rdfs:label "Geboorte op 22 mei 1870" ;
  a2a:hasPerson oa:person_bhi_70b25c82-eae8-705c-3fc2-8a2a3ab79d14_Person-6f7ac3eb-4c08-51d3-6710-fc488aa028b1, oa:person_bhi_70b25c82-eae8-705c-3fc2-8a2a3ab79d14_Person-c1191b72-926a-00e6-d4bd-37800ee87749, oa:person_bhi_70b25c82-eae8-705c-3fc2-8a2a3ab79d14_Person-db6a1c2f-42b4-0bb9-68e4-d5847c609525 ;
  a2a:hasEvent oa:event_bhi_70b25c82-eae8-705c-3fc2-8a2a3ab79d14_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_70b25c82-eae8-705c-3fc2-8a2a3ab79d14_0, oa:relationep_bhi_70b25c82-eae8-705c-3fc2-8a2a3ab79d14_1, oa:relationep_bhi_70b25c82-eae8-705c-3fc2-8a2a3ab79d14_2 ;
  a2a:hasSource oa:source_bhi_70b25c82-eae8-705c-3fc2-8a2a3ab79d14 .

oa:person_bhi_70b25c82-eae8-705c-3fc2-8a2a3ab79d14_Person-6f7ac3eb-4c08-51d3-6710-fc488aa028b1
  a a2a:Person ;
  rdfs:label "Fokje Hazewindus" ;
  a2a:PersonName [
    rdfs:label "Fokje Hazewindus" ;
    a2a:PersonNameFirstName "Fokje" ;
    a2a:PersonNameLastName "Hazewindus"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_70b25c82-eae8-705c-3fc2-8a2a3ab79d14_Person-c1191b72-926a-00e6-d4bd-37800ee87749
  a a2a:Person ;
  rdfs:label "Trijntje van Steenes" ;
  a2a:PersonName [
    rdfs:label "Trijntje van Steenes" ;
    a2a:PersonNameFirstName "Trijntje" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Steenes"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1870" ;
    a2a:Month "5" ;
    a2a:Day "22" ;
    rdfs:label "1870-05-22"^^xsd:date
  ] .

oa:person_bhi_70b25c82-eae8-705c-3fc2-8a2a3ab79d14_Person-db6a1c2f-42b4-0bb9-68e4-d5847c609525
  a a2a:Person ;
  rdfs:label "Jan Johannes van Steenes" ;
  a2a:PersonName [
    rdfs:label "Jan Johannes van Steenes" ;
    a2a:PersonNameFirstName "Jan Johannes" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Steenes"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_70b25c82-eae8-705c-3fc2-8a2a3ab79d14_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1870" ;
    a2a:Month "5" ;
    a2a:Day "22" ;
    rdfs:label "1870-05-22"^^xsd:date
  ] .

oa:relationep_bhi_70b25c82-eae8-705c-3fc2-8a2a3ab79d14_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_70b25c82-eae8-705c-3fc2-8a2a3ab79d14_Person:6f7ac3eb-4c08-51d3-6710-fc488aa028b1 ;
  a2a:EventKeyRef oa:event_bhi_70b25c82-eae8-705c-3fc2-8a2a3ab79d14_Event1 .

oa:relationep_bhi_70b25c82-eae8-705c-3fc2-8a2a3ab79d14_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_70b25c82-eae8-705c-3fc2-8a2a3ab79d14_Person:c1191b72-926a-00e6-d4bd-37800ee87749 ;
  a2a:EventKeyRef oa:event_bhi_70b25c82-eae8-705c-3fc2-8a2a3ab79d14_Event1 .

oa:relationep_bhi_70b25c82-eae8-705c-3fc2-8a2a3ab79d14_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_70b25c82-eae8-705c-3fc2-8a2a3ab79d14_Person:db6a1c2f-42b4-0bb9-68e4-d5847c609525 ;
  a2a:EventKeyRef oa:event_bhi_70b25c82-eae8-705c-3fc2-8a2a3ab79d14_Event1 .

oa:source_bhi_70b25c82-eae8-705c-3fc2-8a2a3ab79d14
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Waalwijk" ;
    rdfs:label "Waalwijk", "1870-05-24 - 1870-05-24"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1870-05-24"^^xsd:date ;
    a2a:SourceIndexDateTo "1870-05-24"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1870" ;
    a2a:Month "5" ;
    a2a:Day "24" ;
    rdfs:label "1870-05-24"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 8659, Periode: 1870" ;
    a2a:Book "Geboorteregister Waalwijk 1870" ;
    a2a:DocumentNumber "54" ;
    a2a:RegistryNumber "8659" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 8659, Periode: 1870, Geboorteregister Waalwijk 1870, 54, 8659"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/4333e4ea-61a2-89fe-3090-05a179fdf77c.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/4333e4ea-61a2-89fe-3090-05a179fdf77c.jpg"
  ] ;
  a2a:SourceLastChangeDate "2017-01-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/70b25c82-eae8-705c-3fc2-8a2a3ab79d14" ;
  a2a:RecordGUID "{70b25c82-eae8-705c-3fc2-8a2a3ab79d14}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231208_81002_00081002.xml van BHI" .

