@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_071ca3a3-fe34-d5a4-e4dc-4c0375fc3759
  a a2a:Record ;
  rdfs:label "Geboorte op 16 september 1897" ;
  a2a:hasPerson oa:person_frl_071ca3a3-fe34-d5a4-e4dc-4c0375fc3759_Person-f1eed8fa-31d0-f8cf-343b-3bf9f16d6b7b, oa:person_frl_071ca3a3-fe34-d5a4-e4dc-4c0375fc3759_Person-70518e6b-c9a9-c4d1-d748-303abc300c42, oa:person_frl_071ca3a3-fe34-d5a4-e4dc-4c0375fc3759_Person-13966e46-86df-93c3-67de-37b558aebdeb ;
  a2a:hasEvent oa:event_frl_071ca3a3-fe34-d5a4-e4dc-4c0375fc3759_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_071ca3a3-fe34-d5a4-e4dc-4c0375fc3759_0, oa:relationep_frl_071ca3a3-fe34-d5a4-e4dc-4c0375fc3759_1, oa:relationep_frl_071ca3a3-fe34-d5a4-e4dc-4c0375fc3759_2 ;
  a2a:hasSource oa:source_frl_071ca3a3-fe34-d5a4-e4dc-4c0375fc3759 .

oa:person_frl_071ca3a3-fe34-d5a4-e4dc-4c0375fc3759_Person-f1eed8fa-31d0-f8cf-343b-3bf9f16d6b7b
  a a2a:Person ;
  rdfs:label "Sytze Gorter" ;
  a2a:PersonName [
    rdfs:label "Sytze Gorter" ;
    a2a:PersonNameFirstName "Sytze" ;
    a2a:PersonNameLastName "Gorter"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_071ca3a3-fe34-d5a4-e4dc-4c0375fc3759_Person-70518e6b-c9a9-c4d1-d748-303abc300c42
  a a2a:Person ;
  rdfs:label "Gooitske Batstra" ;
  a2a:PersonName [
    rdfs:label "Gooitske Batstra" ;
    a2a:PersonNameFirstName "Gooitske" ;
    a2a:PersonNameLastName "Batstra"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_071ca3a3-fe34-d5a4-e4dc-4c0375fc3759_Person-13966e46-86df-93c3-67de-37b558aebdeb
  a a2a:Person ;
  rdfs:label "Hendrikje Gorter" ;
  a2a:PersonName [
    rdfs:label "Hendrikje Gorter" ;
    a2a:PersonNameFirstName "Hendrikje" ;
    a2a:PersonNameLastName "Gorter"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1897" ;
    a2a:Month "9" ;
    a2a:Day "16" ;
    rdfs:label "1897-09-16"^^xsd:date
  ] .

oa:event_frl_071ca3a3-fe34-d5a4-e4dc-4c0375fc3759_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1897" ;
    a2a:Month "9" ;
    a2a:Day "16" ;
    rdfs:label "1897-09-16"^^xsd:date
  ] .

oa:relationep_frl_071ca3a3-fe34-d5a4-e4dc-4c0375fc3759_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_071ca3a3-fe34-d5a4-e4dc-4c0375fc3759_Person:f1eed8fa-31d0-f8cf-343b-3bf9f16d6b7b ;
  a2a:EventKeyRef oa:event_frl_071ca3a3-fe34-d5a4-e4dc-4c0375fc3759_Event1 .

oa:relationep_frl_071ca3a3-fe34-d5a4-e4dc-4c0375fc3759_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_071ca3a3-fe34-d5a4-e4dc-4c0375fc3759_Person:70518e6b-c9a9-c4d1-d748-303abc300c42 ;
  a2a:EventKeyRef oa:event_frl_071ca3a3-fe34-d5a4-e4dc-4c0375fc3759_Event1 .

oa:relationep_frl_071ca3a3-fe34-d5a4-e4dc-4c0375fc3759_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_frl_071ca3a3-fe34-d5a4-e4dc-4c0375fc3759_Person:13966e46-86df-93c3-67de-37b558aebdeb ;
  a2a:EventKeyRef oa:event_frl_071ca3a3-fe34-d5a4-e4dc-4c0375fc3759_Event1 .

oa:source_frl_071ca3a3-fe34-d5a4-e4dc-4c0375fc3759
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Sneek" ;
    rdfs:label "Sneek", "1897-09-16 - 1897-09-16"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1897-09-16"^^xsd:date ;
    a2a:SourceIndexDateTo "1897-09-16"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1897" ;
    a2a:Month "9" ;
    a2a:Day "16" ;
    rdfs:label "1897-09-16"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Sneek - Tresoar, Bron: boek, Deel: 1044, Periode: 1897" ;
    a2a:Book "Geboorteregister 1897" ;
    a2a:DocumentNumber "0225" ;
    a2a:RegistryNumber "1044" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand Sneek - Tresoar, Bron: boek, Deel: 1044, Periode: 1897, Geboorteregister 1897, 0225, 1044"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/601efb49-a213-31f2-edc0-829036b7132b.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/071ca3a3-fe34-d5a4-e4dc-4c0375fc3759" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/601efb49-a213-31f2-edc0-829036b7132b.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-08-30"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/071ca3a3-fe34-d5a4-e4dc-4c0375fc3759" ;
  a2a:RecordGUID "{071ca3a3-fe34-d5a4-e4dc-4c0375fc3759}" ;
  a2a:SourceRemarkarchiefnaam "Burgerlijke Stand Sneek - Tresoar" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "1044" ;
  a2a:SourceRemarkregister_periode "1897" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250425_73567_00073567.xml van FRL" .

