@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_D73F04C6-393D-4688-A1B3-31F71E8F150D
  a a2a:Record ;
  rdfs:label "Geboorte op 2 augustus 1895 te Zevenaar" ;
  a2a:hasPerson oa:person_gld_D73F04C6-393D-4688-A1B3-31F71E8F150D_Person3027839538, oa:person_gld_D73F04C6-393D-4688-A1B3-31F71E8F150D_Person3027839536, oa:person_gld_D73F04C6-393D-4688-A1B3-31F71E8F150D_Person3027839537 ;
  a2a:hasEvent oa:event_gld_D73F04C6-393D-4688-A1B3-31F71E8F150D_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_D73F04C6-393D-4688-A1B3-31F71E8F150D_0, oa:relationep_gld_D73F04C6-393D-4688-A1B3-31F71E8F150D_1, oa:relationep_gld_D73F04C6-393D-4688-A1B3-31F71E8F150D_2 ;
  a2a:hasSource oa:source_gld_D73F04C6-393D-4688-A1B3-31F71E8F150D .

oa:person_gld_D73F04C6-393D-4688-A1B3-31F71E8F150D_Person3027839538
  a a2a:Person ;
  rdfs:label "Anna Maria Philomena Antonia Willems" ;
  a2a:PersonName [
    rdfs:label "Anna Maria Philomena Antonia Willems" ;
    a2a:PersonNameFirstName "Anna Maria Philomena Antonia" ;
    a2a:PersonNameLastName "Willems"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_gld_D73F04C6-393D-4688-A1B3-31F71E8F150D_Person3027839536
  a a2a:Person ;
  rdfs:label "Alphonsus Maria Jacobus Willems" ;
  a2a:PersonName [
    rdfs:label "Alphonsus Maria Jacobus Willems" ;
    a2a:PersonNameFirstName "Alphonsus Maria Jacobus" ;
    a2a:PersonNameLastName "Willems"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "50" ;
    rdfs:label "50"
  ] ;
  a2a:Profession "notaris" .

oa:person_gld_D73F04C6-393D-4688-A1B3-31F71E8F150D_Person3027839537
  a a2a:Person ;
  rdfs:label "Ida Cornelia Helena Binck" ;
  a2a:PersonName [
    rdfs:label "Ida Cornelia Helena Binck" ;
    a2a:PersonNameFirstName "Ida Cornelia Helena" ;
    a2a:PersonNameLastName "Binck"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "38" ;
    rdfs:label "38"
  ] ;
  a2a:Profession "zonder beroep" .

oa:event_gld_D73F04C6-393D-4688-A1B3-31F71E8F150D_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "02-08-1895" ;
    a2a:Year "1895" ;
    a2a:Month "08" ;
    a2a:Day "02" ;
    rdfs:label "1895-08-02"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Zevenaar" ;
    rdfs:label "Zevenaar"
  ] .

oa:relationep_gld_D73F04C6-393D-4688-A1B3-31F71E8F150D_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gld_D73F04C6-393D-4688-A1B3-31F71E8F150D_Person3027839538 ;
  a2a:EventKeyRef oa:event_gld_D73F04C6-393D-4688-A1B3-31F71E8F150D_Event1 .

oa:relationep_gld_D73F04C6-393D-4688-A1B3-31F71E8F150D_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gld_D73F04C6-393D-4688-A1B3-31F71E8F150D_Person3027839536 ;
  a2a:EventKeyRef oa:event_gld_D73F04C6-393D-4688-A1B3-31F71E8F150D_Event1 .

oa:relationep_gld_D73F04C6-393D-4688-A1B3-31F71E8F150D_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gld_D73F04C6-393D-4688-A1B3-31F71E8F150D_Person3027839537 ;
  a2a:EventKeyRef oa:event_gld_D73F04C6-393D-4688-A1B3-31F71E8F150D_Event1 .

oa:source_gld_D73F04C6-393D-4688-A1B3-31F71E8F150D
  a a2a:Source ;
  rdfs:label "Gelders Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Zevenaar" ;
    a2a:Country "Nederland" ;
    rdfs:label "Zevenaar, Nederland", "1895-08-03 - 1895-08-03"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1895-08-03"^^xsd:date ;
    a2a:SourceIndexDateTo "1895-08-03"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "03-08-1895" ;
    a2a:Year "1895" ;
    a2a:Month "08" ;
    a2a:Day "03" ;
    rdfs:label "03-08-1895"
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gelders Archief" ;
    a2a:Place "Arnhem" ;
    a2a:Collection "Burgerlijke stand Gelderland, dubbelen" ;
    a2a:Book "Zevenaar, Geboorteregister" ;
    a2a:DocumentNumber "70" ;
    a2a:RegistryNumber "2127.01" ;
    rdfs:label "Gelders Archief, Arnhem, Burgerlijke stand Gelderland, dubbelen, Zevenaar, Geboorteregister, 70, 2127.01"
  ] ;
  a2a:SourceLastChangeDate "2022-11-22"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://permalink.geldersarchief.nl/D73F04C6393D4688A1B331F71E8F150D" ;
  a2a:RecordIdentifier "3027839535" ;
  a2a:RecordGUID "{D73F04C6-393D-4688-A1B3-31F71E8F150D}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/F23B83C832B64ED3928C8966D29E8CA1" .

