@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_9C9DAEEF-B24B-4B83-9346-66B23CAD54C2
  a a2a:Record ;
  rdfs:label "Geboorte op 15 mei 1911 te Alphen" ;
  a2a:hasPerson oa:person_gld_9C9DAEEF-B24B-4B83-9346-66B23CAD54C2_Person2987319601, oa:person_gld_9C9DAEEF-B24B-4B83-9346-66B23CAD54C2_Person2987319602, oa:person_gld_9C9DAEEF-B24B-4B83-9346-66B23CAD54C2_Person2987319603 ;
  a2a:hasEvent oa:event_gld_9C9DAEEF-B24B-4B83-9346-66B23CAD54C2_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_9C9DAEEF-B24B-4B83-9346-66B23CAD54C2_0, oa:relationep_gld_9C9DAEEF-B24B-4B83-9346-66B23CAD54C2_1, oa:relationep_gld_9C9DAEEF-B24B-4B83-9346-66B23CAD54C2_2 ;
  a2a:hasSource oa:source_gld_9C9DAEEF-B24B-4B83-9346-66B23CAD54C2 .

oa:person_gld_9C9DAEEF-B24B-4B83-9346-66B23CAD54C2_Person2987319601
  a a2a:Person ;
  rdfs:label "Albert Bernardus van Geffen" ;
  a2a:PersonName [
    rdfs:label "Albert Bernardus van Geffen" ;
    a2a:PersonNameFirstName "Albert Bernardus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Geffen"
  ] ;
  a2a:Gender "Man" .

oa:person_gld_9C9DAEEF-B24B-4B83-9346-66B23CAD54C2_Person2987319602
  a a2a:Person ;
  rdfs:label "Antoon van Geffen" ;
  a2a:PersonName [
    rdfs:label "Antoon van Geffen" ;
    a2a:PersonNameFirstName "Antoon" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Geffen"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "35" ;
    rdfs:label "35"
  ] ;
  a2a:Profession "landbouwer" .

oa:person_gld_9C9DAEEF-B24B-4B83-9346-66B23CAD54C2_Person2987319603
  a a2a:Person ;
  rdfs:label "Ottolina Wilhelmina Lagarde" ;
  a2a:PersonName [
    rdfs:label "Ottolina Wilhelmina Lagarde" ;
    a2a:PersonNameFirstName "Ottolina Wilhelmina" ;
    a2a:PersonNameLastName "Lagarde"
  ] ;
  a2a:Profession "zonder beroep" .

oa:event_gld_9C9DAEEF-B24B-4B83-9346-66B23CAD54C2_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "15-05-1911" ;
    a2a:Year "1911" ;
    a2a:Month "05" ;
    a2a:Day "15" ;
    rdfs:label "1911-05-15"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Alphen" ;
    rdfs:label "Alphen"
  ] .

oa:relationep_gld_9C9DAEEF-B24B-4B83-9346-66B23CAD54C2_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gld_9C9DAEEF-B24B-4B83-9346-66B23CAD54C2_Person2987319601 ;
  a2a:EventKeyRef oa:event_gld_9C9DAEEF-B24B-4B83-9346-66B23CAD54C2_Event1 .

oa:relationep_gld_9C9DAEEF-B24B-4B83-9346-66B23CAD54C2_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gld_9C9DAEEF-B24B-4B83-9346-66B23CAD54C2_Person2987319602 ;
  a2a:EventKeyRef oa:event_gld_9C9DAEEF-B24B-4B83-9346-66B23CAD54C2_Event1 .

oa:relationep_gld_9C9DAEEF-B24B-4B83-9346-66B23CAD54C2_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gld_9C9DAEEF-B24B-4B83-9346-66B23CAD54C2_Person2987319603 ;
  a2a:EventKeyRef oa:event_gld_9C9DAEEF-B24B-4B83-9346-66B23CAD54C2_Event1 .

oa:source_gld_9C9DAEEF-B24B-4B83-9346-66B23CAD54C2
  a a2a:Source ;
  rdfs:label "Gelders Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Appeltern" ;
    a2a:Country "Nederland" ;
    rdfs:label "Appeltern, Nederland", "1911-05-16 - 1911-05-16"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1911-05-16"^^xsd:date ;
    a2a:SourceIndexDateTo "1911-05-16"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "16-05-1911" ;
    a2a:Year "1911" ;
    a2a:Month "05" ;
    a2a:Day "16" ;
    rdfs:label "16-05-1911"
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gelders Archief" ;
    a2a:Collection "Burgerlijke stand Gelderland, dubbelen 1903-1980" ;
    a2a:Book "Appeltern, Geboorteregister" ;
    a2a:DocumentNumber "36" ;
    a2a:RegistryNumber "11008.09" ;
    rdfs:label "Gelders Archief, Burgerlijke stand Gelderland, dubbelen 1903-1980, Appeltern, Geboorteregister, 36, 11008.09"
  ] ;
  a2a:SourceLastChangeDate "2024-07-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://permalink.geldersarchief.nl/9C9DAEEFB24B4B83934666B23CAD54C2" ;
  a2a:RecordIdentifier "2987319600" ;
  a2a:RecordGUID "{9C9DAEEF-B24B-4B83-9346-66B23CAD54C2}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/7964FC5C682F4FD096F3B56C1E009B8E" .

