@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_3407fc47-246f-0dc5-e47a-7db5ac64f434
  a a2a:Record ;
  rdfs:label "Geboorte op 9 april 1825" ;
  a2a:hasPerson oa:person_frl_3407fc47-246f-0dc5-e47a-7db5ac64f434_Person-8452ece7-a25e-0ca1-2410-a6ab2a96f222, oa:person_frl_3407fc47-246f-0dc5-e47a-7db5ac64f434_Person-dbd385c3-9a38-8a00-6049-776a1085582c, oa:person_frl_3407fc47-246f-0dc5-e47a-7db5ac64f434_Person-a977ecb0-f388-dda0-011e-19cf6282950b ;
  a2a:hasEvent oa:event_frl_3407fc47-246f-0dc5-e47a-7db5ac64f434_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_3407fc47-246f-0dc5-e47a-7db5ac64f434_0, oa:relationep_frl_3407fc47-246f-0dc5-e47a-7db5ac64f434_1, oa:relationep_frl_3407fc47-246f-0dc5-e47a-7db5ac64f434_2 ;
  a2a:hasSource oa:source_frl_3407fc47-246f-0dc5-e47a-7db5ac64f434 .

oa:person_frl_3407fc47-246f-0dc5-e47a-7db5ac64f434_Person-8452ece7-a25e-0ca1-2410-a6ab2a96f222
  a a2a:Person ;
  rdfs:label "Aan Hoekstra" ;
  a2a:PersonName [
    rdfs:label "Aan Hoekstra" ;
    a2a:PersonNameFirstName "Aan" ;
    a2a:PersonNameLastName "Hoekstra"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1825" ;
    a2a:Month "4" ;
    a2a:Day "9" ;
    rdfs:label "1825-04-09"^^xsd:date
  ] .

oa:person_frl_3407fc47-246f-0dc5-e47a-7db5ac64f434_Person-dbd385c3-9a38-8a00-6049-776a1085582c
  a a2a:Person ;
  rdfs:label "Tytje Jilius Eisma" ;
  a2a:PersonName [
    rdfs:label "Tytje Jilius Eisma" ;
    a2a:PersonNameFirstName "Tytje" ;
    a2a:PersonNamePatronym "Jilius" ;
    a2a:PersonNameLastName "Eisma"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_3407fc47-246f-0dc5-e47a-7db5ac64f434_Person-a977ecb0-f388-dda0-011e-19cf6282950b
  a a2a:Person ;
  rdfs:label "Berend Aans Hoekstra" ;
  a2a:PersonName [
    rdfs:label "Berend Aans Hoekstra" ;
    a2a:PersonNameFirstName "Berend" ;
    a2a:PersonNamePatronym "Aans" ;
    a2a:PersonNameLastName "Hoekstra"
  ] ;
  a2a:Gender "Man" .

oa:event_frl_3407fc47-246f-0dc5-e47a-7db5ac64f434_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1825" ;
    a2a:Month "4" ;
    a2a:Day "9" ;
    rdfs:label "1825-04-09"^^xsd:date
  ] .

oa:relationep_frl_3407fc47-246f-0dc5-e47a-7db5ac64f434_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_frl_3407fc47-246f-0dc5-e47a-7db5ac64f434_Person:8452ece7-a25e-0ca1-2410-a6ab2a96f222 ;
  a2a:EventKeyRef oa:event_frl_3407fc47-246f-0dc5-e47a-7db5ac64f434_Event1 .

oa:relationep_frl_3407fc47-246f-0dc5-e47a-7db5ac64f434_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_3407fc47-246f-0dc5-e47a-7db5ac64f434_Person:dbd385c3-9a38-8a00-6049-776a1085582c ;
  a2a:EventKeyRef oa:event_frl_3407fc47-246f-0dc5-e47a-7db5ac64f434_Event1 .

oa:relationep_frl_3407fc47-246f-0dc5-e47a-7db5ac64f434_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_3407fc47-246f-0dc5-e47a-7db5ac64f434_Person:a977ecb0-f388-dda0-011e-19cf6282950b ;
  a2a:EventKeyRef oa:event_frl_3407fc47-246f-0dc5-e47a-7db5ac64f434_Event1 .

oa:source_frl_3407fc47-246f-0dc5-e47a-7db5ac64f434
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Ferwerderadeel" ;
    rdfs:label "Ferwerderadeel", "1825-04-11 - 1825-04-11"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1825-04-11"^^xsd:date ;
    a2a:SourceIndexDateTo "1825-04-11"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1825" ;
    a2a:Month "4" ;
    a2a:Day "11" ;
    rdfs:label "1825-04-11"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Ferwerderadeel - Tresoar, Bron: boek, Deel: 1008, Periode: 1825" ;
    a2a:Book "Geboorteregister 1825" ;
    a2a:DocumentNumber "0080" ;
    a2a:RegistryNumber "1008" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand Ferwerderadeel - Tresoar, Bron: boek, Deel: 1008, Periode: 1825, Geboorteregister 1825, 0080, 1008"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/f9b48c71-1ec6-5473-512a-3a9255c6d47b.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/3407fc47-246f-0dc5-e47a-7db5ac64f434" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/f9b48c71-1ec6-5473-512a-3a9255c6d47b.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-08-30"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/3407fc47-246f-0dc5-e47a-7db5ac64f434" ;
  a2a:RecordGUID "{3407fc47-246f-0dc5-e47a-7db5ac64f434}" ;
  a2a:SourceRemarkarchiefnaam "Burgerlijke Stand Ferwerderadeel - Tresoar" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "1008" ;
  a2a:SourceRemarkregister_periode "1825" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250425_71003_00071003.xml van FRL" .

