@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_fdcdad2f-d0f4-3558-cda4-e63800587b80
  a a2a:Record ;
  rdfs:label "Geboorte op 17 september 1821" ;
  a2a:hasPerson oa:person_frl_fdcdad2f-d0f4-3558-cda4-e63800587b80_Person-acc6cb5b-3ab4-9ce2-0db8-9a83a5dd7d9e, oa:person_frl_fdcdad2f-d0f4-3558-cda4-e63800587b80_Person-43e88f08-8899-3f33-e049-44cc9bc825ac, oa:person_frl_fdcdad2f-d0f4-3558-cda4-e63800587b80_Person-5f905e3d-4f68-598e-31ea-eee660f046f1 ;
  a2a:hasEvent oa:event_frl_fdcdad2f-d0f4-3558-cda4-e63800587b80_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_fdcdad2f-d0f4-3558-cda4-e63800587b80_0, oa:relationep_frl_fdcdad2f-d0f4-3558-cda4-e63800587b80_1, oa:relationep_frl_fdcdad2f-d0f4-3558-cda4-e63800587b80_2 ;
  a2a:hasSource oa:source_frl_fdcdad2f-d0f4-3558-cda4-e63800587b80 .

oa:person_frl_fdcdad2f-d0f4-3558-cda4-e63800587b80_Person-acc6cb5b-3ab4-9ce2-0db8-9a83a5dd7d9e
  a a2a:Person ;
  rdfs:label "Michiel Sybes Kuipers" ;
  a2a:PersonName [
    rdfs:label "Michiel Sybes Kuipers" ;
    a2a:PersonNameFirstName "Michiel" ;
    a2a:PersonNamePatronym "Sybes" ;
    a2a:PersonNameLastName "Kuipers"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_fdcdad2f-d0f4-3558-cda4-e63800587b80_Person-43e88f08-8899-3f33-e049-44cc9bc825ac
  a a2a:Person ;
  rdfs:label "Froukje Kuipers" ;
  a2a:PersonName [
    rdfs:label "Froukje Kuipers" ;
    a2a:PersonNameFirstName "Froukje" ;
    a2a:PersonNameLastName "Kuipers"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1821" ;
    a2a:Month "9" ;
    a2a:Day "17" ;
    rdfs:label "1821-09-17"^^xsd:date
  ] .

oa:person_frl_fdcdad2f-d0f4-3558-cda4-e63800587b80_Person-5f905e3d-4f68-598e-31ea-eee660f046f1
  a a2a:Person ;
  rdfs:label "Grietje Wytzes Hamstra" ;
  a2a:PersonName [
    rdfs:label "Grietje Wytzes Hamstra" ;
    a2a:PersonNameFirstName "Grietje" ;
    a2a:PersonNamePatronym "Wytzes" ;
    a2a:PersonNameLastName "Hamstra"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_frl_fdcdad2f-d0f4-3558-cda4-e63800587b80_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1821" ;
    a2a:Month "9" ;
    a2a:Day "17" ;
    rdfs:label "1821-09-17"^^xsd:date
  ] .

oa:relationep_frl_fdcdad2f-d0f4-3558-cda4-e63800587b80_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_fdcdad2f-d0f4-3558-cda4-e63800587b80_Person:acc6cb5b-3ab4-9ce2-0db8-9a83a5dd7d9e ;
  a2a:EventKeyRef oa:event_frl_fdcdad2f-d0f4-3558-cda4-e63800587b80_Event1 .

oa:relationep_frl_fdcdad2f-d0f4-3558-cda4-e63800587b80_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_frl_fdcdad2f-d0f4-3558-cda4-e63800587b80_Person:43e88f08-8899-3f33-e049-44cc9bc825ac ;
  a2a:EventKeyRef oa:event_frl_fdcdad2f-d0f4-3558-cda4-e63800587b80_Event1 .

oa:relationep_frl_fdcdad2f-d0f4-3558-cda4-e63800587b80_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_fdcdad2f-d0f4-3558-cda4-e63800587b80_Person:5f905e3d-4f68-598e-31ea-eee660f046f1 ;
  a2a:EventKeyRef oa:event_frl_fdcdad2f-d0f4-3558-cda4-e63800587b80_Event1 .

oa:source_frl_fdcdad2f-d0f4-3558-cda4-e63800587b80
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Tietjerksteradeel" ;
    rdfs:label "Tietjerksteradeel", "1821-09-18 - 1821-09-18"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1821-09-18"^^xsd:date ;
    a2a:SourceIndexDateTo "1821-09-18"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1821" ;
    a2a:Month "9" ;
    a2a:Day "18" ;
    rdfs:label "1821-09-18"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Tietjerksteradeel - Tresoar, Bron: boek, Deel: 1008, Periode: 1821" ;
    a2a:Book "Geboorteregister 1821" ;
    a2a:DocumentNumber "0159" ;
    a2a:RegistryNumber "1008" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand Tietjerksteradeel - Tresoar, Bron: boek, Deel: 1008, Periode: 1821, Geboorteregister 1821, 0159, 1008"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/88d558db-992c-b048-37ff-6e395403f00a.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/fdcdad2f-d0f4-3558-cda4-e63800587b80" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/88d558db-992c-b048-37ff-6e395403f00a.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-08-30"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/fdcdad2f-d0f4-3558-cda4-e63800587b80" ;
  a2a:RecordGUID "{fdcdad2f-d0f4-3558-cda4-e63800587b80}" ;
  a2a:SourceRemarkarchiefnaam "Burgerlijke Stand Tietjerksteradeel - Tresoar" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "1008" ;
  a2a:SourceRemarkregister_periode "1821" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250425_68419_00068419.xml van FRL" .

