@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_0327BCF8-5D53-40FC-83C4-9DA4EC177B96
  a a2a:Record ;
  rdfs:label "Geboorte op 3 augustus 1918 te Nijmegen" ;
  a2a:hasPerson oa:person_gld_0327BCF8-5D53-40FC-83C4-9DA4EC177B96_Person3433043045, oa:person_gld_0327BCF8-5D53-40FC-83C4-9DA4EC177B96_Person3433043043, oa:person_gld_0327BCF8-5D53-40FC-83C4-9DA4EC177B96_Person3433043044 ;
  a2a:hasEvent oa:event_gld_0327BCF8-5D53-40FC-83C4-9DA4EC177B96_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_0327BCF8-5D53-40FC-83C4-9DA4EC177B96_0, oa:relationep_gld_0327BCF8-5D53-40FC-83C4-9DA4EC177B96_1, oa:relationep_gld_0327BCF8-5D53-40FC-83C4-9DA4EC177B96_2 ;
  a2a:hasSource oa:source_gld_0327BCF8-5D53-40FC-83C4-9DA4EC177B96 .

oa:person_gld_0327BCF8-5D53-40FC-83C4-9DA4EC177B96_Person3433043045
  a a2a:Person ;
  rdfs:label "Johanna Niemeijer" ;
  a2a:PersonName [
    rdfs:label "Johanna Niemeijer" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNameLastName "Niemeijer"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_gld_0327BCF8-5D53-40FC-83C4-9DA4EC177B96_Person3433043043
  a a2a:Person ;
  rdfs:label "Gerard Niemeijer" ;
  a2a:PersonName [
    rdfs:label "Gerard Niemeijer" ;
    a2a:PersonNameFirstName "Gerard" ;
    a2a:PersonNameLastName "Niemeijer"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "34" ;
    rdfs:label "34"
  ] ;
  a2a:Profession "bloemist" .

oa:person_gld_0327BCF8-5D53-40FC-83C4-9DA4EC177B96_Person3433043044
  a a2a:Person ;
  rdfs:label "Alida Cornelia Bakker" ;
  a2a:PersonName [
    rdfs:label "Alida Cornelia Bakker" ;
    a2a:PersonNameFirstName "Alida Cornelia" ;
    a2a:PersonNameLastName "Bakker"
  ] ;
  a2a:Profession "zonder beroep" .

oa:event_gld_0327BCF8-5D53-40FC-83C4-9DA4EC177B96_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "03-08-1918" ;
    a2a:Year "1918" ;
    a2a:Month "08" ;
    a2a:Day "03" ;
    rdfs:label "1918-08-03"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Nijmegen" ;
    rdfs:label "Nijmegen"
  ] .

oa:relationep_gld_0327BCF8-5D53-40FC-83C4-9DA4EC177B96_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gld_0327BCF8-5D53-40FC-83C4-9DA4EC177B96_Person3433043045 ;
  a2a:EventKeyRef oa:event_gld_0327BCF8-5D53-40FC-83C4-9DA4EC177B96_Event1 .

oa:relationep_gld_0327BCF8-5D53-40FC-83C4-9DA4EC177B96_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gld_0327BCF8-5D53-40FC-83C4-9DA4EC177B96_Person3433043043 ;
  a2a:EventKeyRef oa:event_gld_0327BCF8-5D53-40FC-83C4-9DA4EC177B96_Event1 .

oa:relationep_gld_0327BCF8-5D53-40FC-83C4-9DA4EC177B96_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gld_0327BCF8-5D53-40FC-83C4-9DA4EC177B96_Person3433043044 ;
  a2a:EventKeyRef oa:event_gld_0327BCF8-5D53-40FC-83C4-9DA4EC177B96_Event1 .

oa:source_gld_0327BCF8-5D53-40FC-83C4-9DA4EC177B96
  a a2a:Source ;
  rdfs:label "Gelders Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Nijmegen" ;
    a2a:Country "Nederland" ;
    rdfs:label "Nijmegen, Nederland", "1918-08-05 - 1918-08-05"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1918-08-05"^^xsd:date ;
    a2a:SourceIndexDateTo "1918-08-05"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "05-08-1918" ;
    a2a:Year "1918" ;
    a2a:Month "08" ;
    a2a:Day "05" ;
    rdfs:label "05-08-1918"
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gelders Archief" ;
    a2a:Place "Arnhem" ;
    a2a:Collection "Burgerlijke stand Gelderland, dubbelen 1903-1980" ;
    a2a:Book "Nijmegen, Geboorteregister" ;
    a2a:DocumentNumber "931" ;
    a2a:RegistryNumber "11650.01" ;
    rdfs:label "Gelders Archief, Arnhem, Burgerlijke stand Gelderland, dubbelen 1903-1980, Nijmegen, Geboorteregister, 931, 11650.01"
  ] ;
  a2a:SourceLastChangeDate "2024-05-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://permalink.geldersarchief.nl/0327BCF85D5340FC83C49DA4EC177B96" ;
  a2a:RecordIdentifier "3433043042" ;
  a2a:RecordGUID "{0327BCF8-5D53-40FC-83C4-9DA4EC177B96}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/384FC7BD0A1C4B959C3DE9CDE6133310" .

