@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_2CF3909B-9CE6-4D6F-BFE3-90EB62ADE0AD
  a a2a:Record ;
  rdfs:label "Geboorte op 2 april 1922 te Zilven" ;
  a2a:hasPerson oa:person_gld_2CF3909B-9CE6-4D6F-BFE3-90EB62ADE0AD_Person3432607233, oa:person_gld_2CF3909B-9CE6-4D6F-BFE3-90EB62ADE0AD_Person3432607231, oa:person_gld_2CF3909B-9CE6-4D6F-BFE3-90EB62ADE0AD_Person3432607232 ;
  a2a:hasEvent oa:event_gld_2CF3909B-9CE6-4D6F-BFE3-90EB62ADE0AD_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_2CF3909B-9CE6-4D6F-BFE3-90EB62ADE0AD_0, oa:relationep_gld_2CF3909B-9CE6-4D6F-BFE3-90EB62ADE0AD_1, oa:relationep_gld_2CF3909B-9CE6-4D6F-BFE3-90EB62ADE0AD_2 ;
  a2a:hasSource oa:source_gld_2CF3909B-9CE6-4D6F-BFE3-90EB62ADE0AD .

oa:person_gld_2CF3909B-9CE6-4D6F-BFE3-90EB62ADE0AD_Person3432607233
  a a2a:Person ;
  rdfs:label "Sophia Wilbrink" ;
  a2a:PersonName [
    rdfs:label "Sophia Wilbrink" ;
    a2a:PersonNameFirstName "Sophia" ;
    a2a:PersonNameLastName "Wilbrink"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_gld_2CF3909B-9CE6-4D6F-BFE3-90EB62ADE0AD_Person3432607231
  a a2a:Person ;
  rdfs:label "Jan Frederik Wilbrink" ;
  a2a:PersonName [
    rdfs:label "Jan Frederik Wilbrink" ;
    a2a:PersonNameFirstName "Jan Frederik" ;
    a2a:PersonNameLastName "Wilbrink"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "24" ;
    rdfs:label "24"
  ] ;
  a2a:Profession "tuinman" .

oa:person_gld_2CF3909B-9CE6-4D6F-BFE3-90EB62ADE0AD_Person3432607232
  a a2a:Person ;
  rdfs:label "Rikje Put" ;
  a2a:PersonName [
    rdfs:label "Rikje Put" ;
    a2a:PersonNameFirstName "Rikje" ;
    a2a:PersonNameLastName "Put"
  ] ;
  a2a:Profession "zonder beroep" .

oa:event_gld_2CF3909B-9CE6-4D6F-BFE3-90EB62ADE0AD_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "02-04-1922" ;
    a2a:Year "1922" ;
    a2a:Month "04" ;
    a2a:Day "02" ;
    rdfs:label "1922-04-02"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Zilven" ;
    rdfs:label "Zilven"
  ] .

oa:relationep_gld_2CF3909B-9CE6-4D6F-BFE3-90EB62ADE0AD_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gld_2CF3909B-9CE6-4D6F-BFE3-90EB62ADE0AD_Person3432607233 ;
  a2a:EventKeyRef oa:event_gld_2CF3909B-9CE6-4D6F-BFE3-90EB62ADE0AD_Event1 .

oa:relationep_gld_2CF3909B-9CE6-4D6F-BFE3-90EB62ADE0AD_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gld_2CF3909B-9CE6-4D6F-BFE3-90EB62ADE0AD_Person3432607231 ;
  a2a:EventKeyRef oa:event_gld_2CF3909B-9CE6-4D6F-BFE3-90EB62ADE0AD_Event1 .

oa:relationep_gld_2CF3909B-9CE6-4D6F-BFE3-90EB62ADE0AD_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gld_2CF3909B-9CE6-4D6F-BFE3-90EB62ADE0AD_Person3432607232 ;
  a2a:EventKeyRef oa:event_gld_2CF3909B-9CE6-4D6F-BFE3-90EB62ADE0AD_Event1 .

oa:source_gld_2CF3909B-9CE6-4D6F-BFE3-90EB62ADE0AD
  a a2a:Source ;
  rdfs:label "Gelders Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Apeldoorn" ;
    a2a:Country "Nederland" ;
    rdfs:label "Apeldoorn, Nederland", "1922-04-03 - 1922-04-03"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1922-04-03"^^xsd:date ;
    a2a:SourceIndexDateTo "1922-04-03"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "03-04-1922" ;
    a2a:Year "1922" ;
    a2a:Month "04" ;
    a2a:Day "03" ;
    rdfs:label "03-04-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 "321" ;
    a2a:RegistryNumber "11542.01" ;
    rdfs:label "Gelders Archief, Burgerlijke stand Gelderland, dubbelen 1903-1980, Apeldoorn, Geboorteregister, 321, 11542.01"
  ] ;
  a2a:SourceLastChangeDate "2024-07-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://permalink.geldersarchief.nl/2CF3909B9CE64D6FBFE390EB62ADE0AD" ;
  a2a:RecordIdentifier "3432607230" ;
  a2a:RecordGUID "{2CF3909B-9CE6-4D6F-BFE3-90EB62ADE0AD}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/E909B0EEC02F43EAA370A78831B1A7D7" .

