@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_7F6C9266-FF2B-4F1B-9C87-C2CF91FDF2DD
  a a2a:Record ;
  rdfs:label "Geboorte op 3 februari 1900 te Leeuwen" ;
  a2a:hasPerson oa:person_gld_7F6C9266-FF2B-4F1B-9C87-C2CF91FDF2DD_Person3030232653, oa:person_gld_7F6C9266-FF2B-4F1B-9C87-C2CF91FDF2DD_Person3030232651, oa:person_gld_7F6C9266-FF2B-4F1B-9C87-C2CF91FDF2DD_Person3030232652 ;
  a2a:hasEvent oa:event_gld_7F6C9266-FF2B-4F1B-9C87-C2CF91FDF2DD_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_7F6C9266-FF2B-4F1B-9C87-C2CF91FDF2DD_0, oa:relationep_gld_7F6C9266-FF2B-4F1B-9C87-C2CF91FDF2DD_1, oa:relationep_gld_7F6C9266-FF2B-4F1B-9C87-C2CF91FDF2DD_2 ;
  a2a:hasSource oa:source_gld_7F6C9266-FF2B-4F1B-9C87-C2CF91FDF2DD .

oa:person_gld_7F6C9266-FF2B-4F1B-9C87-C2CF91FDF2DD_Person3030232653
  a a2a:Person ;
  rdfs:label "Antoon Johan Dibbits" ;
  a2a:PersonName [
    rdfs:label "Antoon Johan Dibbits" ;
    a2a:PersonNameFirstName "Antoon Johan" ;
    a2a:PersonNameLastName "Dibbits"
  ] ;
  a2a:Gender "Man" .

oa:person_gld_7F6C9266-FF2B-4F1B-9C87-C2CF91FDF2DD_Person3030232651
  a a2a:Person ;
  rdfs:label "Johannes Wilhelmus Dibbits" ;
  a2a:PersonName [
    rdfs:label "Johannes Wilhelmus Dibbits" ;
    a2a:PersonNameFirstName "Johannes Wilhelmus" ;
    a2a:PersonNameLastName "Dibbits"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "28" ;
    rdfs:label "28"
  ] ;
  a2a:Profession "landbouwer" .

oa:person_gld_7F6C9266-FF2B-4F1B-9C87-C2CF91FDF2DD_Person3030232652
  a a2a:Person ;
  rdfs:label "Clasina Everdina Ernste" ;
  a2a:PersonName [
    rdfs:label "Clasina Everdina Ernste" ;
    a2a:PersonNameFirstName "Clasina Everdina" ;
    a2a:PersonNameLastName "Ernste"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Profession "zonder beroep" .

oa:event_gld_7F6C9266-FF2B-4F1B-9C87-C2CF91FDF2DD_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "03-02-1900" ;
    a2a:Year "1900" ;
    a2a:Month "02" ;
    a2a:Day "03" ;
    rdfs:label "1900-02-03"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Leeuwen" ;
    rdfs:label "Leeuwen"
  ] .

oa:relationep_gld_7F6C9266-FF2B-4F1B-9C87-C2CF91FDF2DD_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gld_7F6C9266-FF2B-4F1B-9C87-C2CF91FDF2DD_Person3030232653 ;
  a2a:EventKeyRef oa:event_gld_7F6C9266-FF2B-4F1B-9C87-C2CF91FDF2DD_Event1 .

oa:relationep_gld_7F6C9266-FF2B-4F1B-9C87-C2CF91FDF2DD_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gld_7F6C9266-FF2B-4F1B-9C87-C2CF91FDF2DD_Person3030232651 ;
  a2a:EventKeyRef oa:event_gld_7F6C9266-FF2B-4F1B-9C87-C2CF91FDF2DD_Event1 .

oa:relationep_gld_7F6C9266-FF2B-4F1B-9C87-C2CF91FDF2DD_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gld_7F6C9266-FF2B-4F1B-9C87-C2CF91FDF2DD_Person3030232652 ;
  a2a:EventKeyRef oa:event_gld_7F6C9266-FF2B-4F1B-9C87-C2CF91FDF2DD_Event1 .

oa:source_gld_7F6C9266-FF2B-4F1B-9C87-C2CF91FDF2DD
  a a2a:Source ;
  rdfs:label "Gelders Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Wamel" ;
    a2a:Country "Nederland" ;
    rdfs:label "Wamel, Nederland", "1900-02-06 - 1900-02-06"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1900-02-06"^^xsd:date ;
    a2a:SourceIndexDateTo "1900-02-06"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "06-02-1900" ;
    a2a:Year "1900" ;
    a2a:Month "02" ;
    a2a:Day "06" ;
    rdfs:label "06-02-1900"
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gelders Archief" ;
    a2a:Place "Arnhem" ;
    a2a:Collection "Burgerlijke stand Gelderland, dubbelen" ;
    a2a:Book "Wamel, Geboorteregister" ;
    a2a:DocumentNumber "16" ;
    a2a:RegistryNumber "2613.06" ;
    rdfs:label "Gelders Archief, Arnhem, Burgerlijke stand Gelderland, dubbelen, Wamel, Geboorteregister, 16, 2613.06"
  ] ;
  a2a:SourceLastChangeDate "2022-11-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://permalink.geldersarchief.nl/7F6C9266FF2B4F1B9C87C2CF91FDF2DD" ;
  a2a:RecordIdentifier "3030232650" ;
  a2a:RecordGUID "{7F6C9266-FF2B-4F1B-9C87-C2CF91FDF2DD}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/721EF3742EB54AF9A3D8C233F9746576" .

