@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_AB18B336-2BAE-4271-8A38-EB94B8CAA2AB
  a a2a:Record ;
  rdfs:label "Geboorte op 25 maart 1917 te Nijmegen" ;
  a2a:hasPerson oa:person_gld_AB18B336-2BAE-4271-8A38-EB94B8CAA2AB_Person3432931173, oa:person_gld_AB18B336-2BAE-4271-8A38-EB94B8CAA2AB_Person3432931171, oa:person_gld_AB18B336-2BAE-4271-8A38-EB94B8CAA2AB_Person3432931172 ;
  a2a:hasEvent oa:event_gld_AB18B336-2BAE-4271-8A38-EB94B8CAA2AB_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_AB18B336-2BAE-4271-8A38-EB94B8CAA2AB_0, oa:relationep_gld_AB18B336-2BAE-4271-8A38-EB94B8CAA2AB_1, oa:relationep_gld_AB18B336-2BAE-4271-8A38-EB94B8CAA2AB_2 ;
  a2a:hasSource oa:source_gld_AB18B336-2BAE-4271-8A38-EB94B8CAA2AB .

oa:person_gld_AB18B336-2BAE-4271-8A38-EB94B8CAA2AB_Person3432931173
  a a2a:Person ;
  rdfs:label "Anna Maria Adriana de Louw" ;
  a2a:PersonName [
    rdfs:label "Anna Maria Adriana de Louw" ;
    a2a:PersonNameFirstName "Anna Maria Adriana" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Louw"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_gld_AB18B336-2BAE-4271-8A38-EB94B8CAA2AB_Person3432931171
  a a2a:Person ;
  rdfs:label "Adrianus de Louw" ;
  a2a:PersonName [
    rdfs:label "Adrianus de Louw" ;
    a2a:PersonNameFirstName "Adrianus" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Louw"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "44" ;
    rdfs:label "44"
  ] ;
  a2a:Profession "grossier" .

oa:person_gld_AB18B336-2BAE-4271-8A38-EB94B8CAA2AB_Person3432931172
  a a2a:Person ;
  rdfs:label "Johanna Pijnappels" ;
  a2a:PersonName [
    rdfs:label "Johanna Pijnappels" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNameLastName "Pijnappels"
  ] ;
  a2a:Profession "zonder beroep" .

oa:event_gld_AB18B336-2BAE-4271-8A38-EB94B8CAA2AB_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "25-03-1917" ;
    a2a:Year "1917" ;
    a2a:Month "03" ;
    a2a:Day "25" ;
    rdfs:label "1917-03-25"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Nijmegen" ;
    rdfs:label "Nijmegen"
  ] .

oa:relationep_gld_AB18B336-2BAE-4271-8A38-EB94B8CAA2AB_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gld_AB18B336-2BAE-4271-8A38-EB94B8CAA2AB_Person3432931173 ;
  a2a:EventKeyRef oa:event_gld_AB18B336-2BAE-4271-8A38-EB94B8CAA2AB_Event1 .

oa:relationep_gld_AB18B336-2BAE-4271-8A38-EB94B8CAA2AB_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gld_AB18B336-2BAE-4271-8A38-EB94B8CAA2AB_Person3432931171 ;
  a2a:EventKeyRef oa:event_gld_AB18B336-2BAE-4271-8A38-EB94B8CAA2AB_Event1 .

oa:relationep_gld_AB18B336-2BAE-4271-8A38-EB94B8CAA2AB_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gld_AB18B336-2BAE-4271-8A38-EB94B8CAA2AB_Person3432931172 ;
  a2a:EventKeyRef oa:event_gld_AB18B336-2BAE-4271-8A38-EB94B8CAA2AB_Event1 .

oa:source_gld_AB18B336-2BAE-4271-8A38-EB94B8CAA2AB
  a a2a:Source ;
  rdfs:label "Gelders Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Nijmegen" ;
    a2a:Country "Nederland" ;
    rdfs:label "Nijmegen, Nederland", "1917-03-27 - 1917-03-27"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1917-03-27"^^xsd:date ;
    a2a:SourceIndexDateTo "1917-03-27"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "27-03-1917" ;
    a2a:Year "1917" ;
    a2a:Month "03" ;
    a2a:Day "27" ;
    rdfs:label "27-03-1917"
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gelders Archief" ;
    a2a:Place "Arnhem" ;
    a2a:Collection "Nijmegen, Geboorteregister" ;
    a2a:Book "Nijmegen, Geboorteregister" ;
    a2a:DocumentNumber "411" ;
    a2a:RegistryNumber "11649.01" ;
    rdfs:label "Gelders Archief, Arnhem, Nijmegen, Geboorteregister, Nijmegen, Geboorteregister, 411, 11649.01"
  ] ;
  a2a:SourceLastChangeDate "2023-12-08"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://permalink.geldersarchief.nl/AB18B3362BAE42718A38EB94B8CAA2AB" ;
  a2a:RecordIdentifier "3432931170" ;
  a2a:RecordGUID "{AB18B336-2BAE-4271-8A38-EB94B8CAA2AB}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/1A36EB6F0C7C4DD580E9BF7B44B35A34" .

