@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_f1c19ff7-a61f-c99f-96b4-aebd84cc5d85
  a a2a:Record ;
  rdfs:label "Geboorte op 3 december 1924 te Hoogezand" ;
  a2a:hasPerson oa:person_gra_f1c19ff7-a61f-c99f-96b4-aebd84cc5d85_Person-bf13993b-f6d3-dca4-cd4c-1e4cc0bd506e, oa:person_gra_f1c19ff7-a61f-c99f-96b4-aebd84cc5d85_Person-8b2fcdfd-5468-ee3d-c535-dbfc8acf3f04, oa:person_gra_f1c19ff7-a61f-c99f-96b4-aebd84cc5d85_Person-3e3842d2-4af6-a8f9-775c-bc97f9fb398b ;
  a2a:hasEvent oa:event_gra_f1c19ff7-a61f-c99f-96b4-aebd84cc5d85_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_f1c19ff7-a61f-c99f-96b4-aebd84cc5d85_0, oa:relationep_gra_f1c19ff7-a61f-c99f-96b4-aebd84cc5d85_1, oa:relationep_gra_f1c19ff7-a61f-c99f-96b4-aebd84cc5d85_2 ;
  a2a:hasSource oa:source_gra_f1c19ff7-a61f-c99f-96b4-aebd84cc5d85 .

oa:person_gra_f1c19ff7-a61f-c99f-96b4-aebd84cc5d85_Person-bf13993b-f6d3-dca4-cd4c-1e4cc0bd506e
  a a2a:Person ;
  rdfs:label "Aaltje de Buur" ;
  a2a:PersonName [
    rdfs:label "Aaltje de Buur" ;
    a2a:PersonNameFirstName "Aaltje" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Buur"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_f1c19ff7-a61f-c99f-96b4-aebd84cc5d85_Person-8b2fcdfd-5468-ee3d-c535-dbfc8acf3f04
  a a2a:Person ;
  rdfs:label "Gerardus Blik" ;
  a2a:PersonName [
    rdfs:label "Gerardus Blik" ;
    a2a:PersonNameFirstName "Gerardus" ;
    a2a:PersonNameLastName "Blik"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1924" ;
    a2a:Month "12" ;
    a2a:Day "3" ;
    rdfs:label "1924-12-03"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Hoogezand" ;
    rdfs:label "Hoogezand"
  ] .

oa:person_gra_f1c19ff7-a61f-c99f-96b4-aebd84cc5d85_Person-3e3842d2-4af6-a8f9-775c-bc97f9fb398b
  a a2a:Person ;
  rdfs:label "Luitje Blik" ;
  a2a:PersonName [
    rdfs:label "Luitje Blik" ;
    a2a:PersonNameFirstName "Luitje" ;
    a2a:PersonNameLastName "Blik"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "23 jaar" ;
    rdfs:label "23 jaar"
  ] ;
  a2a:Profession "fabrieksarbeider" .

oa:event_gra_f1c19ff7-a61f-c99f-96b4-aebd84cc5d85_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1924" ;
    a2a:Month "12" ;
    a2a:Day "3" ;
    rdfs:label "1924-12-03"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Hoogezand" ;
    rdfs:label "Hoogezand"
  ] .

oa:relationep_gra_f1c19ff7-a61f-c99f-96b4-aebd84cc5d85_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_f1c19ff7-a61f-c99f-96b4-aebd84cc5d85_Person:bf13993b-f6d3-dca4-cd4c-1e4cc0bd506e ;
  a2a:EventKeyRef oa:event_gra_f1c19ff7-a61f-c99f-96b4-aebd84cc5d85_Event1 .

oa:relationep_gra_f1c19ff7-a61f-c99f-96b4-aebd84cc5d85_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_f1c19ff7-a61f-c99f-96b4-aebd84cc5d85_Person:8b2fcdfd-5468-ee3d-c535-dbfc8acf3f04 ;
  a2a:EventKeyRef oa:event_gra_f1c19ff7-a61f-c99f-96b4-aebd84cc5d85_Event1 .

oa:relationep_gra_f1c19ff7-a61f-c99f-96b4-aebd84cc5d85_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_f1c19ff7-a61f-c99f-96b4-aebd84cc5d85_Person:3e3842d2-4af6-a8f9-775c-bc97f9fb398b ;
  a2a:EventKeyRef oa:event_gra_f1c19ff7-a61f-c99f-96b4-aebd84cc5d85_Event1 .

oa:source_gra_f1c19ff7-a61f-c99f-96b4-aebd84cc5d85
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Hoogezand" ;
    rdfs:label "Hoogezand", "1924-12-03 - 1924-12-03"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1924-12-03"^^xsd:date ;
    a2a:SourceIndexDateTo "1924-12-03"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1924" ;
    a2a:Month "12" ;
    a2a:Day "3" ;
    rdfs:label "1924-12-03"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: Boek, Deel: 65, Periode: 1924" ;
    a2a:Book "Geboorteregister 1924" ;
    a2a:DocumentNumber "221" ;
    a2a:RegistryNumber "65" ;
    rdfs:label "AlleGroningers, Groningen, Bron: Boek, Deel: 65, Periode: 1924, Geboorteregister 1924, 221, 65"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/4ce7b4c1-973d-6508-cb92-70bb88ff1a1e.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/f1c19ff7-a61f-c99f-96b4-aebd84cc5d85" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/4ce7b4c1-973d-6508-cb92-70bb88ff1a1e.jpg"
  ] ;
  a2a:SourceLastChangeDate "2025-06-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/f1c19ff7-a61f-c99f-96b4-aebd84cc5d85" ;
  a2a:RecordGUID "{f1c19ff7-a61f-c99f-96b4-aebd84cc5d85}" ;
  a2a:SourceRemarkbron "Boek" ;
  a2a:SourceRemarkdeel "65" ;
  a2a:SourceRemarkregister_periode "1924" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250910_24_00000024.xml van GRA" .

