@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_gld_D0BAEAA8-04FC-4BC5-B2DA-C054CDBADF7B
  a a2a:Record ;
  rdfs:label "Geboorte op 18 december 1864 te Beltrum" ;
  a2a:hasPerson oa:person_gld_D0BAEAA8-04FC-4BC5-B2DA-C054CDBADF7B_Person3043685586, oa:person_gld_D0BAEAA8-04FC-4BC5-B2DA-C054CDBADF7B_Person3043685587, oa:person_gld_D0BAEAA8-04FC-4BC5-B2DA-C054CDBADF7B_Person3043685588 ;
  a2a:hasEvent oa:event_gld_D0BAEAA8-04FC-4BC5-B2DA-C054CDBADF7B_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_D0BAEAA8-04FC-4BC5-B2DA-C054CDBADF7B_0, oa:relationep_gld_D0BAEAA8-04FC-4BC5-B2DA-C054CDBADF7B_1, oa:relationep_gld_D0BAEAA8-04FC-4BC5-B2DA-C054CDBADF7B_2 ;
  a2a:hasSource oa:source_gld_D0BAEAA8-04FC-4BC5-B2DA-C054CDBADF7B .

oa:person_gld_D0BAEAA8-04FC-4BC5-B2DA-C054CDBADF7B_Person3043685586
  a a2a:Person ;
  rdfs:label "Anna Maria te Bome" ;
  a2a:PersonName [
    rdfs:label "Anna Maria te Bome" ;
    a2a:PersonNameFirstName "Anna Maria" ;
    a2a:PersonNamePrefixLastName "te" ;
    a2a:PersonNameLastName "Bome"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_gld_D0BAEAA8-04FC-4BC5-B2DA-C054CDBADF7B_Person3043685587
  a a2a:Person ;
  rdfs:label "Gerrit Jan te Bome" ;
  a2a:PersonName [
    rdfs:label "Gerrit Jan te Bome" ;
    a2a:PersonNameFirstName "Gerrit Jan" ;
    a2a:PersonNamePrefixLastName "te" ;
    a2a:PersonNameLastName "Bome"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "41" ;
    rdfs:label "41"
  ] ;
  a2a:Profession "landbouwer" .

oa:person_gld_D0BAEAA8-04FC-4BC5-B2DA-C054CDBADF7B_Person3043685588
  a a2a:Person ;
  rdfs:label "Harmina Vos" ;
  a2a:PersonName [
    rdfs:label "Harmina Vos" ;
    a2a:PersonNameFirstName "Harmina" ;
    a2a:PersonNameLastName "Vos"
  ] ;
  a2a:Profession "zonder beroep" .

oa:event_gld_D0BAEAA8-04FC-4BC5-B2DA-C054CDBADF7B_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "18-12-1864" ;
    a2a:Year "1864" ;
    a2a:Month "12" ;
    a2a:Day "18" ;
    rdfs:label "1864-12-18"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Beltrum" ;
    rdfs:label "Beltrum"
  ] .

oa:relationep_gld_D0BAEAA8-04FC-4BC5-B2DA-C054CDBADF7B_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gld_D0BAEAA8-04FC-4BC5-B2DA-C054CDBADF7B_Person3043685586 ;
  a2a:EventKeyRef oa:event_gld_D0BAEAA8-04FC-4BC5-B2DA-C054CDBADF7B_Event1 .

oa:relationep_gld_D0BAEAA8-04FC-4BC5-B2DA-C054CDBADF7B_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gld_D0BAEAA8-04FC-4BC5-B2DA-C054CDBADF7B_Person3043685587 ;
  a2a:EventKeyRef oa:event_gld_D0BAEAA8-04FC-4BC5-B2DA-C054CDBADF7B_Event1 .

oa:relationep_gld_D0BAEAA8-04FC-4BC5-B2DA-C054CDBADF7B_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gld_D0BAEAA8-04FC-4BC5-B2DA-C054CDBADF7B_Person3043685588 ;
  a2a:EventKeyRef oa:event_gld_D0BAEAA8-04FC-4BC5-B2DA-C054CDBADF7B_Event1 .

oa:source_gld_D0BAEAA8-04FC-4BC5-B2DA-C054CDBADF7B
  a a2a:Source ;
  rdfs:label "Gelders Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Eibergen" ;
    a2a:Country "Nederland" ;
    rdfs:label "Eibergen, Nederland", "1864-12-19 - 1864-12-19"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1864-12-19"^^xsd:date ;
    a2a:SourceIndexDateTo "1864-12-19"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "19-12-1864" ;
    a2a:Year "1864" ;
    a2a:Month "12" ;
    a2a:Day "19" ;
    rdfs:label "19-12-1864"
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gelders Archief" ;
    a2a:Place "Arnhem" ;
    a2a:Collection "Burgerlijke stand Gelderland, dubbelen 1811-1902" ;
    a2a:Book "Eibergen, Geboorteregister" ;
    a2a:DocumentNumber "119" ;
    a2a:RegistryNumber "5198.04" ;
    rdfs:label "Gelders Archief, Arnhem, Burgerlijke stand Gelderland, dubbelen 1811-1902, Eibergen, Geboorteregister, 119, 5198.04"
  ] ;
  a2a:SourceLastChangeDate "2025-11-28"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://permalink.geldersarchief.nl/D0BAEAA804FC4BC5B2DAC054CDBADF7B" ;
  a2a:RecordIdentifier "3043685585" ;
  a2a:RecordGUID "{D0BAEAA8-04FC-4BC5-B2DA-C054CDBADF7B}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/3B4D0E80024343C3BF9F11B3F8ECEC19" .

