@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_2ACF43D7-FDAF-4A95-BEF7-931FD5E541AC
  a a2a:Record ;
  rdfs:label "Geboorte op 9 mei 1881 te Horsthoek" ;
  a2a:hasPerson oa:person_gld_2ACF43D7-FDAF-4A95-BEF7-931FD5E541AC_Person3039985034, oa:person_gld_2ACF43D7-FDAF-4A95-BEF7-931FD5E541AC_Person3039985035, oa:person_gld_2ACF43D7-FDAF-4A95-BEF7-931FD5E541AC_Person3039985036 ;
  a2a:hasEvent oa:event_gld_2ACF43D7-FDAF-4A95-BEF7-931FD5E541AC_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_2ACF43D7-FDAF-4A95-BEF7-931FD5E541AC_0, oa:relationep_gld_2ACF43D7-FDAF-4A95-BEF7-931FD5E541AC_1, oa:relationep_gld_2ACF43D7-FDAF-4A95-BEF7-931FD5E541AC_2 ;
  a2a:hasSource oa:source_gld_2ACF43D7-FDAF-4A95-BEF7-931FD5E541AC .

oa:person_gld_2ACF43D7-FDAF-4A95-BEF7-931FD5E541AC_Person3039985034
  a a2a:Person ;
  rdfs:label "Aaltje Maria van Olst" ;
  a2a:PersonName [
    rdfs:label "Aaltje Maria van Olst" ;
    a2a:PersonNameFirstName "Aaltje Maria" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Olst"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_gld_2ACF43D7-FDAF-4A95-BEF7-931FD5E541AC_Person3039985035
  a a2a:Person ;
  rdfs:label "Arend van Olst" ;
  a2a:PersonName [
    rdfs:label "Arend van Olst" ;
    a2a:PersonNameFirstName "Arend" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Olst"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "49" ;
    rdfs:label "49"
  ] ;
  a2a:Profession "landbouwer" .

oa:person_gld_2ACF43D7-FDAF-4A95-BEF7-931FD5E541AC_Person3039985036
  a a2a:Person ;
  rdfs:label "Stientjen Boers" ;
  a2a:PersonName [
    rdfs:label "Stientjen Boers" ;
    a2a:PersonNameFirstName "Stientjen" ;
    a2a:PersonNameLastName "Boers"
  ] ;
  a2a:Profession "zonder beroep" .

oa:event_gld_2ACF43D7-FDAF-4A95-BEF7-931FD5E541AC_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "09-05-1881" ;
    a2a:Year "1881" ;
    a2a:Month "05" ;
    a2a:Day "09" ;
    rdfs:label "1881-05-09"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Horsthoek" ;
    rdfs:label "Horsthoek"
  ] .

oa:relationep_gld_2ACF43D7-FDAF-4A95-BEF7-931FD5E541AC_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gld_2ACF43D7-FDAF-4A95-BEF7-931FD5E541AC_Person3039985034 ;
  a2a:EventKeyRef oa:event_gld_2ACF43D7-FDAF-4A95-BEF7-931FD5E541AC_Event1 .

oa:relationep_gld_2ACF43D7-FDAF-4A95-BEF7-931FD5E541AC_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gld_2ACF43D7-FDAF-4A95-BEF7-931FD5E541AC_Person3039985035 ;
  a2a:EventKeyRef oa:event_gld_2ACF43D7-FDAF-4A95-BEF7-931FD5E541AC_Event1 .

oa:relationep_gld_2ACF43D7-FDAF-4A95-BEF7-931FD5E541AC_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gld_2ACF43D7-FDAF-4A95-BEF7-931FD5E541AC_Person3039985036 ;
  a2a:EventKeyRef oa:event_gld_2ACF43D7-FDAF-4A95-BEF7-931FD5E541AC_Event1 .

oa:source_gld_2ACF43D7-FDAF-4A95-BEF7-931FD5E541AC
  a a2a:Source ;
  rdfs:label "Gelders Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Heerde" ;
    a2a:Country "Nederland" ;
    rdfs:label "Heerde, Nederland", "1881-05-09 - 1881-05-09"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1881-05-09"^^xsd:date ;
    a2a:SourceIndexDateTo "1881-05-09"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "09-05-1881" ;
    a2a:Year "1881" ;
    a2a:Month "05" ;
    a2a:Day "09" ;
    rdfs:label "09-05-1881"
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gelders Archief" ;
    a2a:Place "Arnhem" ;
    a2a:Collection "Burgerlijke stand Gelderland, dubbelen" ;
    a2a:Book "Heerde, Geboorteregister" ;
    a2a:DocumentNumber "61" ;
    a2a:RegistryNumber "4307.01" ;
    rdfs:label "Gelders Archief, Arnhem, Burgerlijke stand Gelderland, dubbelen, Heerde, Geboorteregister, 61, 4307.01"
  ] ;
  a2a:SourceLastChangeDate "2022-11-28"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://permalink.geldersarchief.nl/2ACF43D7FDAF4A95BEF7931FD5E541AC" ;
  a2a:RecordIdentifier "3039985033" ;
  a2a:RecordGUID "{2ACF43D7-FDAF-4A95-BEF7-931FD5E541AC}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/28FEC2D568E34250A9D0AEB51C46B644" .

