@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_6C46D268-0E79-40C6-B89E-9B1ED76552B1
  a a2a:Record ;
  rdfs:label "Geboorte op 15 september 1860 te Loo" ;
  a2a:hasPerson oa:person_gld_6C46D268-0E79-40C6-B89E-9B1ED76552B1_Person3044102566, oa:person_gld_6C46D268-0E79-40C6-B89E-9B1ED76552B1_Person3044102567, oa:person_gld_6C46D268-0E79-40C6-B89E-9B1ED76552B1_Person3044102568 ;
  a2a:hasEvent oa:event_gld_6C46D268-0E79-40C6-B89E-9B1ED76552B1_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_6C46D268-0E79-40C6-B89E-9B1ED76552B1_0, oa:relationep_gld_6C46D268-0E79-40C6-B89E-9B1ED76552B1_1, oa:relationep_gld_6C46D268-0E79-40C6-B89E-9B1ED76552B1_2 ;
  a2a:hasSource oa:source_gld_6C46D268-0E79-40C6-B89E-9B1ED76552B1 .

oa:person_gld_6C46D268-0E79-40C6-B89E-9B1ED76552B1_Person3044102566
  a a2a:Person ;
  rdfs:label "Antonius Franciscus van Megen" ;
  a2a:PersonName [
    rdfs:label "Antonius Franciscus van Megen" ;
    a2a:PersonNameFirstName "Antonius Franciscus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Megen"
  ] ;
  a2a:Gender "Man" .

oa:person_gld_6C46D268-0E79-40C6-B89E-9B1ED76552B1_Person3044102567
  a a2a:Person ;
  rdfs:label "Bart van Megen" ;
  a2a:PersonName [
    rdfs:label "Bart van Megen" ;
    a2a:PersonNameFirstName "Bart" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Megen"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "38" ;
    rdfs:label "38"
  ] ;
  a2a:Profession "-molenaarsknecht" .

oa:person_gld_6C46D268-0E79-40C6-B89E-9B1ED76552B1_Person3044102568
  a a2a:Person ;
  rdfs:label "Johanna Buil" ;
  a2a:PersonName [
    rdfs:label "Johanna Buil" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNameLastName "Buil"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "33" ;
    rdfs:label "33"
  ] ;
  a2a:Profession "zonder beroep" .

oa:event_gld_6C46D268-0E79-40C6-B89E-9B1ED76552B1_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "15-09-1860" ;
    a2a:Year "1860" ;
    a2a:Month "09" ;
    a2a:Day "15" ;
    rdfs:label "1860-09-15"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Loo" ;
    rdfs:label "Loo"
  ] .

oa:relationep_gld_6C46D268-0E79-40C6-B89E-9B1ED76552B1_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gld_6C46D268-0E79-40C6-B89E-9B1ED76552B1_Person3044102566 ;
  a2a:EventKeyRef oa:event_gld_6C46D268-0E79-40C6-B89E-9B1ED76552B1_Event1 .

oa:relationep_gld_6C46D268-0E79-40C6-B89E-9B1ED76552B1_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gld_6C46D268-0E79-40C6-B89E-9B1ED76552B1_Person3044102567 ;
  a2a:EventKeyRef oa:event_gld_6C46D268-0E79-40C6-B89E-9B1ED76552B1_Event1 .

oa:relationep_gld_6C46D268-0E79-40C6-B89E-9B1ED76552B1_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gld_6C46D268-0E79-40C6-B89E-9B1ED76552B1_Person3044102568 ;
  a2a:EventKeyRef oa:event_gld_6C46D268-0E79-40C6-B89E-9B1ED76552B1_Event1 .

oa:source_gld_6C46D268-0E79-40C6-B89E-9B1ED76552B1
  a a2a:Source ;
  rdfs:label "Gelders Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Duiven" ;
    a2a:Country "Nederland" ;
    rdfs:label "Duiven, Nederland", "1860-09-15 - 1860-09-15"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1860-09-15"^^xsd:date ;
    a2a:SourceIndexDateTo "1860-09-15"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "15-09-1860" ;
    a2a:Year "1860" ;
    a2a:Month "09" ;
    a2a:Day "15" ;
    rdfs:label "15-09-1860"
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gelders Archief" ;
    a2a:Place "Arnhem" ;
    a2a:Collection "Burgerlijke stand Gelderland, dubbelen" ;
    a2a:Book "Duiven, Geboorteregister" ;
    a2a:DocumentNumber "60" ;
    a2a:RegistryNumber "5381.02" ;
    rdfs:label "Gelders Archief, Arnhem, Burgerlijke stand Gelderland, dubbelen, Duiven, Geboorteregister, 60, 5381.02"
  ] ;
  a2a:SourceLastChangeDate "2022-11-30"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://permalink.geldersarchief.nl/6C46D2680E7940C6B89E9B1ED76552B1" ;
  a2a:RecordIdentifier "3044102565" ;
  a2a:RecordGUID "{6C46D268-0E79-40C6-B89E-9B1ED76552B1}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/673341769C304A509A705CF53CE57A3F" .

