@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_962DDF67-5CC3-4F84-9F4F-40B47D256608
  a a2a:Record ;
  rdfs:label "Geboorte op 17 augustus 1869 te Herwen en Aerdt" ;
  a2a:hasPerson oa:person_gld_962DDF67-5CC3-4F84-9F4F-40B47D256608_Person3037713543, oa:person_gld_962DDF67-5CC3-4F84-9F4F-40B47D256608_Person3037713544, oa:person_gld_962DDF67-5CC3-4F84-9F4F-40B47D256608_Person3037713545 ;
  a2a:hasEvent oa:event_gld_962DDF67-5CC3-4F84-9F4F-40B47D256608_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_962DDF67-5CC3-4F84-9F4F-40B47D256608_0, oa:relationep_gld_962DDF67-5CC3-4F84-9F4F-40B47D256608_1, oa:relationep_gld_962DDF67-5CC3-4F84-9F4F-40B47D256608_2 ;
  a2a:hasSource oa:source_gld_962DDF67-5CC3-4F84-9F4F-40B47D256608 .

oa:person_gld_962DDF67-5CC3-4F84-9F4F-40B47D256608_Person3037713543
  a a2a:Person ;
  rdfs:label "Antonia Maria Geertruida Muskens" ;
  a2a:PersonName [
    rdfs:label "Antonia Maria Geertruida Muskens" ;
    a2a:PersonNameFirstName "Antonia Maria Geertruida" ;
    a2a:PersonNameLastName "Muskens"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_gld_962DDF67-5CC3-4F84-9F4F-40B47D256608_Person3037713544
  a a2a:Person ;
  rdfs:label "Gerhardus Muskens" ;
  a2a:PersonName [
    rdfs:label "Gerhardus Muskens" ;
    a2a:PersonNameFirstName "Gerhardus" ;
    a2a:PersonNameLastName "Muskens"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "32" ;
    rdfs:label "32"
  ] ;
  a2a:Profession "timmerman" .

oa:person_gld_962DDF67-5CC3-4F84-9F4F-40B47D256608_Person3037713545
  a a2a:Person ;
  rdfs:label "Theodora Overdreef" ;
  a2a:PersonName [
    rdfs:label "Theodora Overdreef" ;
    a2a:PersonNameFirstName "Theodora" ;
    a2a:PersonNameLastName "Overdreef"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "35" ;
    rdfs:label "35"
  ] ;
  a2a:Profession "zonder beroep" .

oa:event_gld_962DDF67-5CC3-4F84-9F4F-40B47D256608_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "17-08-1869" ;
    a2a:Year "1869" ;
    a2a:Month "08" ;
    a2a:Day "17" ;
    rdfs:label "1869-08-17"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Herwen en Aerdt" ;
    rdfs:label "Herwen en Aerdt"
  ] .

oa:relationep_gld_962DDF67-5CC3-4F84-9F4F-40B47D256608_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gld_962DDF67-5CC3-4F84-9F4F-40B47D256608_Person3037713543 ;
  a2a:EventKeyRef oa:event_gld_962DDF67-5CC3-4F84-9F4F-40B47D256608_Event1 .

oa:relationep_gld_962DDF67-5CC3-4F84-9F4F-40B47D256608_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gld_962DDF67-5CC3-4F84-9F4F-40B47D256608_Person3037713544 ;
  a2a:EventKeyRef oa:event_gld_962DDF67-5CC3-4F84-9F4F-40B47D256608_Event1 .

oa:relationep_gld_962DDF67-5CC3-4F84-9F4F-40B47D256608_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gld_962DDF67-5CC3-4F84-9F4F-40B47D256608_Person3037713545 ;
  a2a:EventKeyRef oa:event_gld_962DDF67-5CC3-4F84-9F4F-40B47D256608_Event1 .

oa:source_gld_962DDF67-5CC3-4F84-9F4F-40B47D256608
  a a2a:Source ;
  rdfs:label "Gelders Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Herwen en Aerdt" ;
    a2a:Country "Nederland" ;
    rdfs:label "Herwen en Aerdt, Nederland", "1869-08-19 - 1869-08-19"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1869-08-19"^^xsd:date ;
    a2a:SourceIndexDateTo "1869-08-19"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "19-08-1869" ;
    a2a:Year "1869" ;
    a2a:Month "08" ;
    a2a:Day "19" ;
    rdfs:label "19-08-1869"
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gelders Archief" ;
    a2a:Place "Arnhem" ;
    a2a:Collection "Burgerlijke stand Gelderland, dubbelen" ;
    a2a:Book "Herwen en Aerdt, Geboorteregister" ;
    a2a:DocumentNumber "68" ;
    a2a:RegistryNumber "4188.10" ;
    rdfs:label "Gelders Archief, Arnhem, Burgerlijke stand Gelderland, dubbelen, Herwen en Aerdt, Geboorteregister, 68, 4188.10"
  ] ;
  a2a:SourceLastChangeDate "2022-11-27"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://permalink.geldersarchief.nl/962DDF675CC34F849F4F40B47D256608" ;
  a2a:RecordIdentifier "3037713542" ;
  a2a:RecordGUID "{962DDF67-5CC3-4F84-9F4F-40B47D256608}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/49A7B73F5E67497FBC03D2C01BBCC24E" .

