@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_rar_4320C97F-2910-4710-8F9D-EAF612552B9F
  a a2a:Record ;
  rdfs:label "Geboorte op 18 februari 1907 te Enspijk" ;
  a2a:hasPerson oa:person_rar_4320C97F-2910-4710-8F9D-EAF612552B9F_Person3908646375, oa:person_rar_4320C97F-2910-4710-8F9D-EAF612552B9F_Person3908646376, oa:person_rar_4320C97F-2910-4710-8F9D-EAF612552B9F_Person3908646377 ;
  a2a:hasEvent oa:event_rar_4320C97F-2910-4710-8F9D-EAF612552B9F_Event1 ;
  a2a:hasRelationEP oa:relationep_rar_4320C97F-2910-4710-8F9D-EAF612552B9F_0, oa:relationep_rar_4320C97F-2910-4710-8F9D-EAF612552B9F_1, oa:relationep_rar_4320C97F-2910-4710-8F9D-EAF612552B9F_2 ;
  a2a:hasSource oa:source_rar_4320C97F-2910-4710-8F9D-EAF612552B9F .

oa:person_rar_4320C97F-2910-4710-8F9D-EAF612552B9F_Person3908646375
  a a2a:Person ;
  rdfs:label "Adriana Gijsberta van Iterson" ;
  a2a:PersonName [
    rdfs:label "Adriana Gijsberta van Iterson" ;
    a2a:PersonNameFirstName "Adriana Gijsberta" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Iterson"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_rar_4320C97F-2910-4710-8F9D-EAF612552B9F_Person3908646376
  a a2a:Person ;
  rdfs:label "Adrianus Arnoldus van Iterson" ;
  a2a:PersonName [
    rdfs:label "Adrianus Arnoldus van Iterson" ;
    a2a:PersonNameFirstName "Adrianus Arnoldus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Iterson"
  ] .

oa:person_rar_4320C97F-2910-4710-8F9D-EAF612552B9F_Person3908646377
  a a2a:Person ;
  rdfs:label "Gijsbertje van der Zalm" ;
  a2a:PersonName [
    rdfs:label "Gijsbertje van der Zalm" ;
    a2a:PersonNameFirstName "Gijsbertje" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Zalm"
  ] .

oa:event_rar_4320C97F-2910-4710-8F9D-EAF612552B9F_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "18-02-1907" ;
    a2a:Year "1907" ;
    a2a:Month "02" ;
    a2a:Day "18" ;
    rdfs:label "1907-02-18"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Enspijk" ;
    rdfs:label "Enspijk"
  ] .

oa:relationep_rar_4320C97F-2910-4710-8F9D-EAF612552B9F_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rar_4320C97F-2910-4710-8F9D-EAF612552B9F_Person3908646375 ;
  a2a:EventKeyRef oa:event_rar_4320C97F-2910-4710-8F9D-EAF612552B9F_Event1 .

oa:relationep_rar_4320C97F-2910-4710-8F9D-EAF612552B9F_1
  a a2a:RelationEP ;
  rdfs:label "other:Vader kind" ;
  a2a:RelationType "other:Vader kind" ;
  a2a:PersonKeyRef oa:person_rar_4320C97F-2910-4710-8F9D-EAF612552B9F_Person3908646376 ;
  a2a:EventKeyRef oa:event_rar_4320C97F-2910-4710-8F9D-EAF612552B9F_Event1 .

oa:relationep_rar_4320C97F-2910-4710-8F9D-EAF612552B9F_2
  a a2a:RelationEP ;
  rdfs:label "other:Moeder kind" ;
  a2a:RelationType "other:Moeder kind" ;
  a2a:PersonKeyRef oa:person_rar_4320C97F-2910-4710-8F9D-EAF612552B9F_Person3908646377 ;
  a2a:EventKeyRef oa:event_rar_4320C97F-2910-4710-8F9D-EAF612552B9F_Event1 .

oa:source_rar_4320C97F-2910-4710-8F9D-EAF612552B9F
  a a2a:Source ;
  rdfs:label "Regionaal Archief Rivierenland, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "West Betuwe" ;
    a2a:Country "Nederland" ;
    rdfs:label "West Betuwe, Nederland", "1907-02-18 - 1907-02-18"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1907-02-18"^^xsd:date ;
    a2a:SourceIndexDateTo "1907-02-18"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "18-02-1907" ;
    a2a:Year "1907" ;
    a2a:Month "02" ;
    a2a:Day "18" ;
    rdfs:label "18-02-1907"
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Rivierenland" ;
    a2a:Collection "Archief van het gemeentebestuur van Deil, 1811 - 1977" ;
    a2a:Book "Geboorten Deil 1903-1912" ;
    a2a:DocumentNumber "11" ;
    a2a:RegistryNumber "3009a" ;
    rdfs:label "Regionaal Archief Rivierenland, Archief van het gemeentebestuur van Deil, 1811 - 1977, Geboorten Deil 1903-1912, 11, 3009a"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/102/10E59154EC84481196758F383E2BD785" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/102/10E59154EC84481196758F383E2BD785" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/102/10E59154EC84481196758F383E2BD785"
  ] ;
  a2a:SourceLastChangeDate "2024-09-14"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12108/4320C97F291047108F9DEAF612552B9F" ;
  a2a:RecordIdentifier "3908646374" ;
  a2a:RecordGUID "{4320C97F-2910-4710-8F9D-EAF612552B9F}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/FFBED03A32784833A89D779ECF1DB3B2" .

