@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_F8F480A3-B4AB-4DF7-B4FD-F9487B7887C3
  a a2a:Record ;
  rdfs:label "Geboorte op 7 september 1920 te Lochem" ;
  a2a:hasPerson oa:person_gld_F8F480A3-B4AB-4DF7-B4FD-F9487B7887C3_Person3433075465, oa:person_gld_F8F480A3-B4AB-4DF7-B4FD-F9487B7887C3_Person3433075463, oa:person_gld_F8F480A3-B4AB-4DF7-B4FD-F9487B7887C3_Person3433075464 ;
  a2a:hasEvent oa:event_gld_F8F480A3-B4AB-4DF7-B4FD-F9487B7887C3_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_F8F480A3-B4AB-4DF7-B4FD-F9487B7887C3_0, oa:relationep_gld_F8F480A3-B4AB-4DF7-B4FD-F9487B7887C3_1, oa:relationep_gld_F8F480A3-B4AB-4DF7-B4FD-F9487B7887C3_2 ;
  a2a:hasSource oa:source_gld_F8F480A3-B4AB-4DF7-B4FD-F9487B7887C3 .

oa:person_gld_F8F480A3-B4AB-4DF7-B4FD-F9487B7887C3_Person3433075465
  a a2a:Person ;
  rdfs:label "Albartus Dieperink" ;
  a2a:PersonName [
    rdfs:label "Albartus Dieperink" ;
    a2a:PersonNameFirstName "Albartus" ;
    a2a:PersonNameLastName "Dieperink"
  ] ;
  a2a:Gender "Man" .

oa:person_gld_F8F480A3-B4AB-4DF7-B4FD-F9487B7887C3_Person3433075463
  a a2a:Person ;
  rdfs:label "Hendrik Jan Dieperink" ;
  a2a:PersonName [
    rdfs:label "Hendrik Jan Dieperink" ;
    a2a:PersonNameFirstName "Hendrik Jan" ;
    a2a:PersonNameLastName "Dieperink"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "25" ;
    rdfs:label "25"
  ] ;
  a2a:Profession "timmerman" .

oa:person_gld_F8F480A3-B4AB-4DF7-B4FD-F9487B7887C3_Person3433075464
  a a2a:Person ;
  rdfs:label "Femia Helena Weppelink" ;
  a2a:PersonName [
    rdfs:label "Femia Helena Weppelink" ;
    a2a:PersonNameFirstName "Femia Helena" ;
    a2a:PersonNameLastName "Weppelink"
  ] ;
  a2a:Profession "zonder beroep" .

oa:event_gld_F8F480A3-B4AB-4DF7-B4FD-F9487B7887C3_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "07-09-1920" ;
    a2a:Year "1920" ;
    a2a:Month "09" ;
    a2a:Day "07" ;
    rdfs:label "1920-09-07"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Lochem" ;
    rdfs:label "Lochem"
  ] .

oa:relationep_gld_F8F480A3-B4AB-4DF7-B4FD-F9487B7887C3_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gld_F8F480A3-B4AB-4DF7-B4FD-F9487B7887C3_Person3433075465 ;
  a2a:EventKeyRef oa:event_gld_F8F480A3-B4AB-4DF7-B4FD-F9487B7887C3_Event1 .

oa:relationep_gld_F8F480A3-B4AB-4DF7-B4FD-F9487B7887C3_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gld_F8F480A3-B4AB-4DF7-B4FD-F9487B7887C3_Person3433075463 ;
  a2a:EventKeyRef oa:event_gld_F8F480A3-B4AB-4DF7-B4FD-F9487B7887C3_Event1 .

oa:relationep_gld_F8F480A3-B4AB-4DF7-B4FD-F9487B7887C3_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gld_F8F480A3-B4AB-4DF7-B4FD-F9487B7887C3_Person3433075464 ;
  a2a:EventKeyRef oa:event_gld_F8F480A3-B4AB-4DF7-B4FD-F9487B7887C3_Event1 .

oa:source_gld_F8F480A3-B4AB-4DF7-B4FD-F9487B7887C3
  a a2a:Source ;
  rdfs:label "Gelders Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Lochem" ;
    a2a:Country "Nederland" ;
    rdfs:label "Lochem, Nederland", "1920-09-07 - 1920-09-07"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1920-09-07"^^xsd:date ;
    a2a:SourceIndexDateTo "1920-09-07"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "07-09-1920" ;
    a2a:Year "1920" ;
    a2a:Month "09" ;
    a2a:Day "07" ;
    rdfs:label "07-09-1920"
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gelders Archief" ;
    a2a:Place "Arnhem" ;
    a2a:Collection "Lochem, Geboorteregister" ;
    a2a:Book "Lochem, Geboorteregister" ;
    a2a:DocumentNumber "103" ;
    a2a:RegistryNumber "11636.08" ;
    rdfs:label "Gelders Archief, Arnhem, Lochem, Geboorteregister, Lochem, Geboorteregister, 103, 11636.08"
  ] ;
  a2a:SourceLastChangeDate "2023-12-08"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://permalink.geldersarchief.nl/F8F480A3B4AB4DF7B4FDF9487B7887C3" ;
  a2a:RecordIdentifier "3433075462" ;
  a2a:RecordGUID "{F8F480A3-B4AB-4DF7-B4FD-F9487B7887C3}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/4DB1F6D1FE23454EB1DB59C7E4804FE7" .

