@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_gra_633cbf6c-87e5-e31f-8c3d-bcea2d19a2a6
  a a2a:Record ;
  rdfs:label "Geboorte (geboorteakte) op 11 juni 1924 te Groningen" ;
  a2a:hasPerson oa:person_gra_633cbf6c-87e5-e31f-8c3d-bcea2d19a2a6_Person-3da554df-acf2-dc5b-9234-46c3d56a33a4, oa:person_gra_633cbf6c-87e5-e31f-8c3d-bcea2d19a2a6_Person-a0626561-6acc-4d1e-bcca-b811bdae1196, oa:person_gra_633cbf6c-87e5-e31f-8c3d-bcea2d19a2a6_Person-fc1bb04b-2c24-72b7-72ba-99a22ee5ce89 ;
  a2a:hasEvent oa:event_gra_633cbf6c-87e5-e31f-8c3d-bcea2d19a2a6_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_633cbf6c-87e5-e31f-8c3d-bcea2d19a2a6_0, oa:relationep_gra_633cbf6c-87e5-e31f-8c3d-bcea2d19a2a6_1, oa:relationep_gra_633cbf6c-87e5-e31f-8c3d-bcea2d19a2a6_2 ;
  a2a:hasSource oa:source_gra_633cbf6c-87e5-e31f-8c3d-bcea2d19a2a6 .

oa:person_gra_633cbf6c-87e5-e31f-8c3d-bcea2d19a2a6_Person-3da554df-acf2-dc5b-9234-46c3d56a33a4
  a a2a:Person ;
  rdfs:label "Johanna Santee" ;
  a2a:PersonName [
    rdfs:label "Johanna Santee" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNameLastName "Santee"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "zonder beroep" .

oa:person_gra_633cbf6c-87e5-e31f-8c3d-bcea2d19a2a6_Person-a0626561-6acc-4d1e-bcca-b811bdae1196
  a a2a:Person ;
  rdfs:label "Evert Kiers" ;
  a2a:PersonName [
    rdfs:label "Evert Kiers" ;
    a2a:PersonNameFirstName "Evert" ;
    a2a:PersonNameLastName "Kiers"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1924" ;
    a2a:Month "6" ;
    a2a:Day "11" ;
    rdfs:label "1924-06-11"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen"
  ] .

oa:person_gra_633cbf6c-87e5-e31f-8c3d-bcea2d19a2a6_Person-fc1bb04b-2c24-72b7-72ba-99a22ee5ce89
  a a2a:Person ;
  rdfs:label "Herman Kiers" ;
  a2a:PersonName [
    rdfs:label "Herman Kiers" ;
    a2a:PersonNameFirstName "Herman" ;
    a2a:PersonNameLastName "Kiers"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "27 jaar" ;
    rdfs:label "27 jaar"
  ] ;
  a2a:Profession "caféhouder" .

oa:event_gra_633cbf6c-87e5-e31f-8c3d-bcea2d19a2a6_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1924" ;
    a2a:Month "6" ;
    a2a:Day "11" ;
    rdfs:label "1924-06-11"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen"
  ] .

oa:relationep_gra_633cbf6c-87e5-e31f-8c3d-bcea2d19a2a6_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_633cbf6c-87e5-e31f-8c3d-bcea2d19a2a6_Person:3da554df-acf2-dc5b-9234-46c3d56a33a4 ;
  a2a:EventKeyRef oa:event_gra_633cbf6c-87e5-e31f-8c3d-bcea2d19a2a6_Event1 .

oa:relationep_gra_633cbf6c-87e5-e31f-8c3d-bcea2d19a2a6_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_633cbf6c-87e5-e31f-8c3d-bcea2d19a2a6_Person:a0626561-6acc-4d1e-bcca-b811bdae1196 ;
  a2a:EventKeyRef oa:event_gra_633cbf6c-87e5-e31f-8c3d-bcea2d19a2a6_Event1 .

oa:relationep_gra_633cbf6c-87e5-e31f-8c3d-bcea2d19a2a6_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_633cbf6c-87e5-e31f-8c3d-bcea2d19a2a6_Person:fc1bb04b-2c24-72b7-72ba-99a22ee5ce89 ;
  a2a:EventKeyRef oa:event_gra_633cbf6c-87e5-e31f-8c3d-bcea2d19a2a6_Event1 .

oa:source_gra_633cbf6c-87e5-e31f-8c3d-bcea2d19a2a6
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen", "1924-06-12 - 1924-06-12"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1924-06-12"^^xsd:date ;
    a2a:SourceIndexDateTo "1924-06-12"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1924" ;
    a2a:Month "6" ;
    a2a:Day "12" ;
    rdfs:label "1924-06-12"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: Boek, Deel: 1478-1479, Periode: 1924" ;
    a2a:Book "Geboorteregister 1924" ;
    a2a:DocumentNumber "977" ;
    a2a:RegistryNumber "1478-1479" ;
    rdfs:label "AlleGroningers, Groningen, Bron: Boek, Deel: 1478-1479, Periode: 1924, Geboorteregister 1924, 977, 1478-1479"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/b92faffb-4bd6-8764-4615-75cf740f62e1.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/633cbf6c-87e5-e31f-8c3d-bcea2d19a2a6" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/b92faffb-4bd6-8764-4615-75cf740f62e1.jpg"
  ] ;
  a2a:SourceLastChangeDate "2025-12-07"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/633cbf6c-87e5-e31f-8c3d-bcea2d19a2a6" ;
  a2a:RecordGUID "{633cbf6c-87e5-e31f-8c3d-bcea2d19a2a6}" ;
  a2a:SourceRemarkAkteSoort "geboorteakte" ;
  a2a:SourceRemarkbron "Boek" ;
  a2a:SourceRemarkdeel "1478-1479" ;
  a2a:SourceRemarkregister_periode "1924" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20251227_231_00000231.xml van GRA" .

