@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_42657f44-43c6-41b4-d905-391beba0603e
  a a2a:Record ;
  rdfs:label "Geboorte op 19 maart 1916" ;
  a2a:hasPerson oa:person_bhi_42657f44-43c6-41b4-d905-391beba0603e_Person-34750a8c-2305-b2a2-a6c5-7dea3254b84e, oa:person_bhi_42657f44-43c6-41b4-d905-391beba0603e_Person-4320e215-e7b3-44d4-5f63-8beac8be2d19, oa:person_bhi_42657f44-43c6-41b4-d905-391beba0603e_Person-801b04ca-0ffe-6d98-d9e4-1900d4cc6c72 ;
  a2a:hasEvent oa:event_bhi_42657f44-43c6-41b4-d905-391beba0603e_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_42657f44-43c6-41b4-d905-391beba0603e_0, oa:relationep_bhi_42657f44-43c6-41b4-d905-391beba0603e_1, oa:relationep_bhi_42657f44-43c6-41b4-d905-391beba0603e_2 ;
  a2a:hasSource oa:source_bhi_42657f44-43c6-41b4-d905-391beba0603e .

oa:person_bhi_42657f44-43c6-41b4-d905-391beba0603e_Person-34750a8c-2305-b2a2-a6c5-7dea3254b84e
  a a2a:Person ;
  rdfs:label "Adriana Heijstek" ;
  a2a:PersonName [
    rdfs:label "Adriana Heijstek" ;
    a2a:PersonNameFirstName "Adriana" ;
    a2a:PersonNameLastName "Heijstek"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_42657f44-43c6-41b4-d905-391beba0603e_Person-4320e215-e7b3-44d4-5f63-8beac8be2d19
  a a2a:Person ;
  rdfs:label "Arie Strootman" ;
  a2a:PersonName [
    rdfs:label "Arie Strootman" ;
    a2a:PersonNameFirstName "Arie" ;
    a2a:PersonNameLastName "Strootman"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_42657f44-43c6-41b4-d905-391beba0603e_Person-801b04ca-0ffe-6d98-d9e4-1900d4cc6c72
  a a2a:Person ;
  rdfs:label "Bastiaan Pieter Strootman" ;
  a2a:PersonName [
    rdfs:label "Bastiaan Pieter Strootman" ;
    a2a:PersonNameFirstName "Bastiaan Pieter" ;
    a2a:PersonNameLastName "Strootman"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1916" ;
    a2a:Month "3" ;
    a2a:Day "19" ;
    rdfs:label "1916-03-19"^^xsd:date
  ] .

oa:event_bhi_42657f44-43c6-41b4-d905-391beba0603e_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1916" ;
    a2a:Month "3" ;
    a2a:Day "19" ;
    rdfs:label "1916-03-19"^^xsd:date
  ] .

oa:relationep_bhi_42657f44-43c6-41b4-d905-391beba0603e_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_42657f44-43c6-41b4-d905-391beba0603e_Person:34750a8c-2305-b2a2-a6c5-7dea3254b84e ;
  a2a:EventKeyRef oa:event_bhi_42657f44-43c6-41b4-d905-391beba0603e_Event1 .

oa:relationep_bhi_42657f44-43c6-41b4-d905-391beba0603e_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_42657f44-43c6-41b4-d905-391beba0603e_Person:4320e215-e7b3-44d4-5f63-8beac8be2d19 ;
  a2a:EventKeyRef oa:event_bhi_42657f44-43c6-41b4-d905-391beba0603e_Event1 .

oa:relationep_bhi_42657f44-43c6-41b4-d905-391beba0603e_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_42657f44-43c6-41b4-d905-391beba0603e_Person:801b04ca-0ffe-6d98-d9e4-1900d4cc6c72 ;
  a2a:EventKeyRef oa:event_bhi_42657f44-43c6-41b4-d905-391beba0603e_Event1 .

oa:source_bhi_42657f44-43c6-41b4-d905-391beba0603e
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Fijnaart en Heijningen" ;
    rdfs:label "Fijnaart en Heijningen", "1916-03-21 - 1916-03-21"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1916-03-21"^^xsd:date ;
    a2a:SourceIndexDateTo "1916-03-21"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1916" ;
    a2a:Month "3" ;
    a2a:Day "21" ;
    rdfs:label "1916-03-21"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 1055, Periode: 1916" ;
    a2a:Book "Geboorteregister Fijnaart en Heijningen 1916" ;
    a2a:DocumentNumber "39" ;
    a2a:RegistryNumber "1055" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 1055, Periode: 1916, Geboorteregister Fijnaart en Heijningen 1916, 39, 1055"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/0e306369-d5de-4311-55e0-828966daa21b.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/0e306369-d5de-4311-55e0-828966daa21b.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-01-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/42657f44-43c6-41b4-d905-391beba0603e" ;
  a2a:RecordGUID "{42657f44-43c6-41b4-d905-391beba0603e}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_2294_00002294.xml van BHI" .

