@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_d8358fa0-e78e-9c2c-5852-3f595ea059f4
  a a2a:Record ;
  rdfs:label "Geboorte op 25 april 1850" ;
  a2a:hasPerson oa:person_frl_d8358fa0-e78e-9c2c-5852-3f595ea059f4_Person-886cab2f-5a66-1fa0-cb79-d89cfbc6b92b, oa:person_frl_d8358fa0-e78e-9c2c-5852-3f595ea059f4_Person-e108f929-3d92-55a1-439f-577f7dcb7190, oa:person_frl_d8358fa0-e78e-9c2c-5852-3f595ea059f4_Person-ce08fe99-13bb-7d6d-bf44-f44218a1ec3d ;
  a2a:hasEvent oa:event_frl_d8358fa0-e78e-9c2c-5852-3f595ea059f4_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_d8358fa0-e78e-9c2c-5852-3f595ea059f4_0, oa:relationep_frl_d8358fa0-e78e-9c2c-5852-3f595ea059f4_1, oa:relationep_frl_d8358fa0-e78e-9c2c-5852-3f595ea059f4_2 ;
  a2a:hasSource oa:source_frl_d8358fa0-e78e-9c2c-5852-3f595ea059f4 .

oa:person_frl_d8358fa0-e78e-9c2c-5852-3f595ea059f4_Person-886cab2f-5a66-1fa0-cb79-d89cfbc6b92b
  a a2a:Person ;
  rdfs:label "Pieter Jans Docter" ;
  a2a:PersonName [
    rdfs:label "Pieter Jans Docter" ;
    a2a:PersonNameFirstName "Pieter" ;
    a2a:PersonNamePatronym "Jans" ;
    a2a:PersonNameLastName "Docter"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_d8358fa0-e78e-9c2c-5852-3f595ea059f4_Person-e108f929-3d92-55a1-439f-577f7dcb7190
  a a2a:Person ;
  rdfs:label "Johanna Simons Spaak" ;
  a2a:PersonName [
    rdfs:label "Johanna Simons Spaak" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNamePatronym "Simons" ;
    a2a:PersonNameLastName "Spaak"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_d8358fa0-e78e-9c2c-5852-3f595ea059f4_Person-ce08fe99-13bb-7d6d-bf44-f44218a1ec3d
  a a2a:Person ;
  rdfs:label "Sieuke Docter" ;
  a2a:PersonName [
    rdfs:label "Sieuke Docter" ;
    a2a:PersonNameFirstName "Sieuke" ;
    a2a:PersonNameLastName "Docter"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1850" ;
    a2a:Month "4" ;
    a2a:Day "25" ;
    rdfs:label "1850-04-25"^^xsd:date
  ] .

oa:event_frl_d8358fa0-e78e-9c2c-5852-3f595ea059f4_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1850" ;
    a2a:Month "4" ;
    a2a:Day "25" ;
    rdfs:label "1850-04-25"^^xsd:date
  ] .

oa:relationep_frl_d8358fa0-e78e-9c2c-5852-3f595ea059f4_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_d8358fa0-e78e-9c2c-5852-3f595ea059f4_Person:886cab2f-5a66-1fa0-cb79-d89cfbc6b92b ;
  a2a:EventKeyRef oa:event_frl_d8358fa0-e78e-9c2c-5852-3f595ea059f4_Event1 .

oa:relationep_frl_d8358fa0-e78e-9c2c-5852-3f595ea059f4_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_d8358fa0-e78e-9c2c-5852-3f595ea059f4_Person:e108f929-3d92-55a1-439f-577f7dcb7190 ;
  a2a:EventKeyRef oa:event_frl_d8358fa0-e78e-9c2c-5852-3f595ea059f4_Event1 .

oa:relationep_frl_d8358fa0-e78e-9c2c-5852-3f595ea059f4_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_frl_d8358fa0-e78e-9c2c-5852-3f595ea059f4_Person:ce08fe99-13bb-7d6d-bf44-f44218a1ec3d ;
  a2a:EventKeyRef oa:event_frl_d8358fa0-e78e-9c2c-5852-3f595ea059f4_Event1 .

oa:source_frl_d8358fa0-e78e-9c2c-5852-3f595ea059f4
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Westdongeradeel" ;
    rdfs:label "Westdongeradeel", "1850-04-25 - 1850-04-25"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1850-04-25"^^xsd:date ;
    a2a:SourceIndexDateTo "1850-04-25"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1850" ;
    a2a:Month "4" ;
    a2a:Day "25" ;
    rdfs:label "1850-04-25"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Westdongeradeel - Tresoar, Bron: boek, Deel: 1020, Periode: 1850" ;
    a2a:Book "Geboorteregister 1850" ;
    a2a:RegistryNumber "1020" ;
    a2a:Folio "042" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand Westdongeradeel - Tresoar, Bron: boek, Deel: 1020, Periode: 1850, Geboorteregister 1850, 1020, 042"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/26d5657f-a6d3-626c-9553-cf93f5416c12.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/d8358fa0-e78e-9c2c-5852-3f595ea059f4" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/26d5657f-a6d3-626c-9553-cf93f5416c12.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-08-20"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/d8358fa0-e78e-9c2c-5852-3f595ea059f4" ;
  a2a:RecordGUID "{d8358fa0-e78e-9c2c-5852-3f595ea059f4}" ;
  a2a:SourceRemarkOpmerking "<i><b>Verkeerde akte? Gebruik toets \"Volgende\" rechtsboven op afbeeldingsscherm.</b></i>" ;
  a2a:SourceRemarkarchiefnaam "Burgerlijke Stand Westdongeradeel - Tresoar" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "1020" ;
  a2a:SourceRemarkregister_periode "1850" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250425_40708_00040708.xml van FRL" .

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