@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_frl_f62c2b92-2ee7-b02c-2b4e-9f2f603eecf5
  a a2a:Record ;
  rdfs:label "Geboorte op 14 november 1853" ;
  a2a:hasPerson oa:person_frl_f62c2b92-2ee7-b02c-2b4e-9f2f603eecf5_Person-a6958ed7-70b6-3d6c-7608-26b412ccbf55, oa:person_frl_f62c2b92-2ee7-b02c-2b4e-9f2f603eecf5_Person-883dee6f-467e-5a08-a4e6-ff8891413776, oa:person_frl_f62c2b92-2ee7-b02c-2b4e-9f2f603eecf5_Person-e45fcd6b-7c0d-03c0-4ef4-528dc733d60a ;
  a2a:hasEvent oa:event_frl_f62c2b92-2ee7-b02c-2b4e-9f2f603eecf5_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_f62c2b92-2ee7-b02c-2b4e-9f2f603eecf5_0, oa:relationep_frl_f62c2b92-2ee7-b02c-2b4e-9f2f603eecf5_1, oa:relationep_frl_f62c2b92-2ee7-b02c-2b4e-9f2f603eecf5_2 ;
  a2a:hasSource oa:source_frl_f62c2b92-2ee7-b02c-2b4e-9f2f603eecf5 .

oa:person_frl_f62c2b92-2ee7-b02c-2b4e-9f2f603eecf5_Person-a6958ed7-70b6-3d6c-7608-26b412ccbf55
  a a2a:Person ;
  rdfs:label "Kier Alberts van der Wal" ;
  a2a:PersonName [
    rdfs:label "Kier Alberts van der Wal" ;
    a2a:PersonNameFirstName "Kier" ;
    a2a:PersonNamePatronym "Alberts" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Wal"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_f62c2b92-2ee7-b02c-2b4e-9f2f603eecf5_Person-883dee6f-467e-5a08-a4e6-ff8891413776
  a a2a:Person ;
  rdfs:label "Fentje Paulus Akkerman" ;
  a2a:PersonName [
    rdfs:label "Fentje Paulus Akkerman" ;
    a2a:PersonNameFirstName "Fentje" ;
    a2a:PersonNamePatronym "Paulus" ;
    a2a:PersonNameLastName "Akkerman"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_f62c2b92-2ee7-b02c-2b4e-9f2f603eecf5_Person-e45fcd6b-7c0d-03c0-4ef4-528dc733d60a
  a a2a:Person ;
  rdfs:label "Janke van der Wal" ;
  a2a:PersonName [
    rdfs:label "Janke van der Wal" ;
    a2a:PersonNameFirstName "Janke" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Wal"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1853" ;
    a2a:Month "11" ;
    a2a:Day "14" ;
    rdfs:label "1853-11-14"^^xsd:date
  ] .

oa:event_frl_f62c2b92-2ee7-b02c-2b4e-9f2f603eecf5_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1853" ;
    a2a:Month "11" ;
    a2a:Day "14" ;
    rdfs:label "1853-11-14"^^xsd:date
  ] .

oa:relationep_frl_f62c2b92-2ee7-b02c-2b4e-9f2f603eecf5_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_f62c2b92-2ee7-b02c-2b4e-9f2f603eecf5_Person:a6958ed7-70b6-3d6c-7608-26b412ccbf55 ;
  a2a:EventKeyRef oa:event_frl_f62c2b92-2ee7-b02c-2b4e-9f2f603eecf5_Event1 .

oa:relationep_frl_f62c2b92-2ee7-b02c-2b4e-9f2f603eecf5_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_f62c2b92-2ee7-b02c-2b4e-9f2f603eecf5_Person:883dee6f-467e-5a08-a4e6-ff8891413776 ;
  a2a:EventKeyRef oa:event_frl_f62c2b92-2ee7-b02c-2b4e-9f2f603eecf5_Event1 .

oa:relationep_frl_f62c2b92-2ee7-b02c-2b4e-9f2f603eecf5_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_frl_f62c2b92-2ee7-b02c-2b4e-9f2f603eecf5_Person:e45fcd6b-7c0d-03c0-4ef4-528dc733d60a ;
  a2a:EventKeyRef oa:event_frl_f62c2b92-2ee7-b02c-2b4e-9f2f603eecf5_Event1 .

oa:source_frl_f62c2b92-2ee7-b02c-2b4e-9f2f603eecf5
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Weststellingwerf" ;
    rdfs:label "Weststellingwerf", "1853-11-14 - 1853-11-14"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1853-11-14"^^xsd:date ;
    a2a:SourceIndexDateTo "1853-11-14"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1853" ;
    a2a:Month "11" ;
    a2a:Day "14" ;
    rdfs:label "1853-11-14"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Weststellingwerf - Tresoar, Bron: boek, Deel: 1030, Periode: 1853" ;
    a2a:Book "Geboorteregister 1853" ;
    a2a:DocumentNumber "0282" ;
    a2a:RegistryNumber "1030" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand Weststellingwerf - Tresoar, Bron: boek, Deel: 1030, Periode: 1853, Geboorteregister 1853, 0282, 1030"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/c23127fd-5f1b-aa98-feda-0ded83a31e60.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/f62c2b92-2ee7-b02c-2b4e-9f2f603eecf5" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/c23127fd-5f1b-aa98-feda-0ded83a31e60.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-09-19"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/f62c2b92-2ee7-b02c-2b4e-9f2f603eecf5" ;
  a2a:RecordGUID "{f62c2b92-2ee7-b02c-2b4e-9f2f603eecf5}" ;
  a2a:SourceRemarkarchiefnaam "Burgerlijke Stand Weststellingwerf - Tresoar" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "1030" ;
  a2a:SourceRemarkregister_periode "1853" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250102_12113_00012113.xml van FRL" .

[] a2a:PersonRemarkdiversen "Ouders woonachtig te Nijetrijne" .
