@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_D0F12D09-ABC6-421E-B188-0FC5CAECDF35
  a a2a:Record ;
  rdfs:label "Doop op 7 april 1622" ;
  a2a:hasPerson oa:person_gld_D0F12D09-ABC6-421E-B188-0FC5CAECDF35_Person1, oa:person_gld_D0F12D09-ABC6-421E-B188-0FC5CAECDF35_Person2, oa:person_gld_D0F12D09-ABC6-421E-B188-0FC5CAECDF35_Person3 ;
  a2a:hasEvent oa:event_gld_D0F12D09-ABC6-421E-B188-0FC5CAECDF35_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_D0F12D09-ABC6-421E-B188-0FC5CAECDF35_0, oa:relationep_gld_D0F12D09-ABC6-421E-B188-0FC5CAECDF35_1, oa:relationep_gld_D0F12D09-ABC6-421E-B188-0FC5CAECDF35_2 ;
  a2a:hasSource oa:source_gld_D0F12D09-ABC6-421E-B188-0FC5CAECDF35 .

oa:person_gld_D0F12D09-ABC6-421E-B188-0FC5CAECDF35_Person1
  a a2a:Person ;
  rdfs:label "Maes Everts" ;
  a2a:PersonName [
    rdfs:label "Maes Everts" ;
    a2a:PersonNameFirstName "Maes" ;
    a2a:PersonNameLastName "Everts"
  ] .

oa:person_gld_D0F12D09-ABC6-421E-B188-0FC5CAECDF35_Person2
  a a2a:Person ;
  rdfs:label "nn Maessen" ;
  a2a:PersonName [
    rdfs:label "nn Maessen" ;
    a2a:PersonNameFirstName "nn" ;
    a2a:PersonNameLastName "Maessen"
  ] .

oa:person_gld_D0F12D09-ABC6-421E-B188-0FC5CAECDF35_Person3
  a a2a:Person ;
  rdfs:label "nn Everts" ;
  a2a:PersonName [
    rdfs:label "nn Everts" ;
    a2a:PersonNameFirstName "nn" ;
    a2a:PersonNameLastName "Everts"
  ] .

oa:event_gld_D0F12D09-ABC6-421E-B188-0FC5CAECDF35_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1622" ;
    a2a:Month "4" ;
    a2a:Day "7" ;
    rdfs:label "1622-04-07"^^xsd:date
  ] ;
  a2a:EventRemark29_Kerkelijke_gemeente "Putten" .

oa:relationep_gld_D0F12D09-ABC6-421E-B188-0FC5CAECDF35_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gld_D0F12D09-ABC6-421E-B188-0FC5CAECDF35_Person1 ;
  a2a:EventKeyRef oa:event_gld_D0F12D09-ABC6-421E-B188-0FC5CAECDF35_Event1 .

oa:relationep_gld_D0F12D09-ABC6-421E-B188-0FC5CAECDF35_1
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_gld_D0F12D09-ABC6-421E-B188-0FC5CAECDF35_Person2 ;
  a2a:EventKeyRef oa:event_gld_D0F12D09-ABC6-421E-B188-0FC5CAECDF35_Event1 .

oa:relationep_gld_D0F12D09-ABC6-421E-B188-0FC5CAECDF35_2
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_gld_D0F12D09-ABC6-421E-B188-0FC5CAECDF35_Person3 ;
  a2a:EventKeyRef oa:event_gld_D0F12D09-ABC6-421E-B188-0FC5CAECDF35_Event1 .

oa:source_gld_D0F12D09-ABC6-421E-B188-0FC5CAECDF35
  a a2a:Source ;
  rdfs:label "Gelders Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Arnhem" ;
    rdfs:label "Arnhem", "1622-01-01 - 1622-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1622-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1622-12-31"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gelders Archief" ;
    a2a:Collection "Putten" ;
    a2a:RegistryNumber "1310.1" ;
    a2a:Folio "105" ;
    rdfs:label "Gelders Archief, Putten, 1310.1, 105"
  ] ;
  a2a:SourceLastChangeDate "2021-02-27"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://permalink.geldersarchief.nl/D0F12D09ABC6421EB1880FC5CAECDF35" ;
  a2a:RecordGUID "{D0F12D09-ABC6-421E-B188-0FC5CAECDF35}" ;
  a2a:SourceRemarkProvenance "MI bestand NL-AhGldA_0176_13101_54_MI.xml van GLD" .

