@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_0FA2DF82-04C2-4BE2-AFEC-78B337A0FD4B
  a a2a:Record ;
  rdfs:label "Geboorte op 13 mei 1922 te Apeldoorn" ;
  a2a:hasPerson oa:person_gld_0FA2DF82-04C2-4BE2-AFEC-78B337A0FD4B_Person3432607793, oa:person_gld_0FA2DF82-04C2-4BE2-AFEC-78B337A0FD4B_Person3432607791, oa:person_gld_0FA2DF82-04C2-4BE2-AFEC-78B337A0FD4B_Person3432607792 ;
  a2a:hasEvent oa:event_gld_0FA2DF82-04C2-4BE2-AFEC-78B337A0FD4B_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_0FA2DF82-04C2-4BE2-AFEC-78B337A0FD4B_0, oa:relationep_gld_0FA2DF82-04C2-4BE2-AFEC-78B337A0FD4B_1, oa:relationep_gld_0FA2DF82-04C2-4BE2-AFEC-78B337A0FD4B_2 ;
  a2a:hasSource oa:source_gld_0FA2DF82-04C2-4BE2-AFEC-78B337A0FD4B .

oa:person_gld_0FA2DF82-04C2-4BE2-AFEC-78B337A0FD4B_Person3432607793
  a a2a:Person ;
  rdfs:label "Matthijs Herman Kwak" ;
  a2a:PersonName [
    rdfs:label "Matthijs Herman Kwak" ;
    a2a:PersonNameFirstName "Matthijs Herman" ;
    a2a:PersonNameLastName "Kwak"
  ] ;
  a2a:Gender "Man" .

oa:person_gld_0FA2DF82-04C2-4BE2-AFEC-78B337A0FD4B_Person3432607791
  a a2a:Person ;
  rdfs:label "Johan Matthijs Kwak" ;
  a2a:PersonName [
    rdfs:label "Johan Matthijs Kwak" ;
    a2a:PersonNameFirstName "Johan Matthijs" ;
    a2a:PersonNameLastName "Kwak"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "22" ;
    rdfs:label "22"
  ] ;
  a2a:Profession "kappersbediende" .

oa:person_gld_0FA2DF82-04C2-4BE2-AFEC-78B337A0FD4B_Person3432607792
  a a2a:Person ;
  rdfs:label "Grada Heuting" ;
  a2a:PersonName [
    rdfs:label "Grada Heuting" ;
    a2a:PersonNameFirstName "Grada" ;
    a2a:PersonNameLastName "Heuting"
  ] ;
  a2a:Profession "zonder beroep" .

oa:event_gld_0FA2DF82-04C2-4BE2-AFEC-78B337A0FD4B_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "13-05-1922" ;
    a2a:Year "1922" ;
    a2a:Month "05" ;
    a2a:Day "13" ;
    rdfs:label "1922-05-13"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Apeldoorn" ;
    rdfs:label "Apeldoorn"
  ] .

oa:relationep_gld_0FA2DF82-04C2-4BE2-AFEC-78B337A0FD4B_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gld_0FA2DF82-04C2-4BE2-AFEC-78B337A0FD4B_Person3432607793 ;
  a2a:EventKeyRef oa:event_gld_0FA2DF82-04C2-4BE2-AFEC-78B337A0FD4B_Event1 .

oa:relationep_gld_0FA2DF82-04C2-4BE2-AFEC-78B337A0FD4B_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gld_0FA2DF82-04C2-4BE2-AFEC-78B337A0FD4B_Person3432607791 ;
  a2a:EventKeyRef oa:event_gld_0FA2DF82-04C2-4BE2-AFEC-78B337A0FD4B_Event1 .

oa:relationep_gld_0FA2DF82-04C2-4BE2-AFEC-78B337A0FD4B_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gld_0FA2DF82-04C2-4BE2-AFEC-78B337A0FD4B_Person3432607792 ;
  a2a:EventKeyRef oa:event_gld_0FA2DF82-04C2-4BE2-AFEC-78B337A0FD4B_Event1 .

oa:source_gld_0FA2DF82-04C2-4BE2-AFEC-78B337A0FD4B
  a a2a:Source ;
  rdfs:label "Gelders Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Apeldoorn" ;
    a2a:Country "Nederland" ;
    rdfs:label "Apeldoorn, Nederland", "1922-05-13 - 1922-05-13"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1922-05-13"^^xsd:date ;
    a2a:SourceIndexDateTo "1922-05-13"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "13-05-1922" ;
    a2a:Year "1922" ;
    a2a:Month "05" ;
    a2a:Day "13" ;
    rdfs:label "13-05-1922"
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gelders Archief" ;
    a2a:Collection "Burgerlijke stand Gelderland, dubbelen 1903-1980" ;
    a2a:Book "Apeldoorn, Geboorteregister" ;
    a2a:DocumentNumber "465" ;
    a2a:RegistryNumber "11542.01" ;
    rdfs:label "Gelders Archief, Burgerlijke stand Gelderland, dubbelen 1903-1980, Apeldoorn, Geboorteregister, 465, 11542.01"
  ] ;
  a2a:SourceLastChangeDate "2024-07-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://permalink.geldersarchief.nl/0FA2DF8204C24BE2AFEC78B337A0FD4B" ;
  a2a:RecordIdentifier "3432607790" ;
  a2a:RecordGUID "{0FA2DF82-04C2-4BE2-AFEC-78B337A0FD4B}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/E909B0EEC02F43EAA370A78831B1A7D7" .

