@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_D9B27C91-3FD6-4239-B8B0-50F6CD6DECCD
  a a2a:Record ;
  rdfs:label "Geboorte op 18 augustus 1859 te Nijmegen" ;
  a2a:hasPerson oa:person_gld_D9B27C91-3FD6-4239-B8B0-50F6CD6DECCD_Person3024477023, oa:person_gld_D9B27C91-3FD6-4239-B8B0-50F6CD6DECCD_Person3024477021, oa:person_gld_D9B27C91-3FD6-4239-B8B0-50F6CD6DECCD_Person3024477022 ;
  a2a:hasEvent oa:event_gld_D9B27C91-3FD6-4239-B8B0-50F6CD6DECCD_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_D9B27C91-3FD6-4239-B8B0-50F6CD6DECCD_0, oa:relationep_gld_D9B27C91-3FD6-4239-B8B0-50F6CD6DECCD_1, oa:relationep_gld_D9B27C91-3FD6-4239-B8B0-50F6CD6DECCD_2 ;
  a2a:hasSource oa:source_gld_D9B27C91-3FD6-4239-B8B0-50F6CD6DECCD .

oa:person_gld_D9B27C91-3FD6-4239-B8B0-50F6CD6DECCD_Person3024477023
  a a2a:Person ;
  rdfs:label "Anna Maria Hertman" ;
  a2a:PersonName [
    rdfs:label "Anna Maria Hertman" ;
    a2a:PersonNameFirstName "Anna Maria" ;
    a2a:PersonNameLastName "Hertman"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Profession "-" .

oa:person_gld_D9B27C91-3FD6-4239-B8B0-50F6CD6DECCD_Person3024477021
  a a2a:Person ;
  rdfs:label "Johannes Hertman" ;
  a2a:PersonName [
    rdfs:label "Johannes Hertman" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNameLastName "Hertman"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "30" ;
    rdfs:label "30"
  ] ;
  a2a:Profession "-mandenmaker" .

oa:person_gld_D9B27C91-3FD6-4239-B8B0-50F6CD6DECCD_Person3024477022
  a a2a:Person ;
  rdfs:label "Frerika Elisabeth de Booij" ;
  a2a:PersonName [
    rdfs:label "Frerika Elisabeth de Booij" ;
    a2a:PersonNameFirstName "Frerika Elisabeth" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Booij"
  ] ;
  a2a:Profession "geen beroep vermeld" .

oa:event_gld_D9B27C91-3FD6-4239-B8B0-50F6CD6DECCD_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "18-08-1859" ;
    a2a:Year "1859" ;
    a2a:Month "08" ;
    a2a:Day "18" ;
    rdfs:label "1859-08-18"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Nijmegen" ;
    rdfs:label "Nijmegen"
  ] .

oa:relationep_gld_D9B27C91-3FD6-4239-B8B0-50F6CD6DECCD_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gld_D9B27C91-3FD6-4239-B8B0-50F6CD6DECCD_Person3024477023 ;
  a2a:EventKeyRef oa:event_gld_D9B27C91-3FD6-4239-B8B0-50F6CD6DECCD_Event1 .

oa:relationep_gld_D9B27C91-3FD6-4239-B8B0-50F6CD6DECCD_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gld_D9B27C91-3FD6-4239-B8B0-50F6CD6DECCD_Person3024477021 ;
  a2a:EventKeyRef oa:event_gld_D9B27C91-3FD6-4239-B8B0-50F6CD6DECCD_Event1 .

oa:relationep_gld_D9B27C91-3FD6-4239-B8B0-50F6CD6DECCD_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gld_D9B27C91-3FD6-4239-B8B0-50F6CD6DECCD_Person3024477022 ;
  a2a:EventKeyRef oa:event_gld_D9B27C91-3FD6-4239-B8B0-50F6CD6DECCD_Event1 .

oa:source_gld_D9B27C91-3FD6-4239-B8B0-50F6CD6DECCD
  a a2a:Source ;
  rdfs:label "Gelders Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Nijmegen" ;
    a2a:Country "Nederland" ;
    rdfs:label "Nijmegen, Nederland", "1859-08-18 - 1859-08-18"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1859-08-18"^^xsd:date ;
    a2a:SourceIndexDateTo "1859-08-18"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "18-08-1859" ;
    a2a:Year "1859" ;
    a2a:Month "08" ;
    a2a:Day "18" ;
    rdfs:label "18-08-1859"
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gelders Archief" ;
    a2a:Place "Arnhem" ;
    a2a:Collection "Burgerlijke stand Gelderland, dubbelen 1811-1902" ;
    a2a:Book "Nijmegen, Geboorteregister" ;
    a2a:DocumentNumber "423" ;
    a2a:RegistryNumber "1013.01" ;
    rdfs:label "Gelders Archief, Arnhem, Burgerlijke stand Gelderland, dubbelen 1811-1902, Nijmegen, Geboorteregister, 423, 1013.01"
  ] ;
  a2a:SourceLastChangeDate "2026-01-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://permalink.geldersarchief.nl/D9B27C913FD64239B8B050F6CD6DECCD" ;
  a2a:RecordIdentifier "3024477020" ;
  a2a:RecordGUID "{D9B27C91-3FD6-4239-B8B0-50F6CD6DECCD}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/9B80695B4467485396D1AEC809AC25C7" .

