@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_5bf31862-8cae-d085-ebea-e9a4076a65bc
  a a2a:Record ;
  rdfs:label "Geboorte op 26 januari 1821" ;
  a2a:hasPerson oa:person_frl_5bf31862-8cae-d085-ebea-e9a4076a65bc_Person-6bf934f7-da47-a57c-d0f8-8d9cae75884e, oa:person_frl_5bf31862-8cae-d085-ebea-e9a4076a65bc_Person-3686b362-010e-9378-e161-54834ca1a0b8, oa:person_frl_5bf31862-8cae-d085-ebea-e9a4076a65bc_Person-4623baee-3d57-4282-2fb6-81612bb7217b ;
  a2a:hasEvent oa:event_frl_5bf31862-8cae-d085-ebea-e9a4076a65bc_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_5bf31862-8cae-d085-ebea-e9a4076a65bc_0, oa:relationep_frl_5bf31862-8cae-d085-ebea-e9a4076a65bc_1, oa:relationep_frl_5bf31862-8cae-d085-ebea-e9a4076a65bc_2 ;
  a2a:hasSource oa:source_frl_5bf31862-8cae-d085-ebea-e9a4076a65bc .

oa:person_frl_5bf31862-8cae-d085-ebea-e9a4076a65bc_Person-6bf934f7-da47-a57c-d0f8-8d9cae75884e
  a a2a:Person ;
  rdfs:label "Grietje Stal" ;
  a2a:PersonName [
    rdfs:label "Grietje Stal" ;
    a2a:PersonNameFirstName "Grietje" ;
    a2a:PersonNameLastName "Stal"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1821" ;
    a2a:Month "1" ;
    a2a:Day "26" ;
    rdfs:label "1821-01-26"^^xsd:date
  ] .

oa:person_frl_5bf31862-8cae-d085-ebea-e9a4076a65bc_Person-3686b362-010e-9378-e161-54834ca1a0b8
  a a2a:Person ;
  rdfs:label "Geertje Koenderts" ;
  a2a:PersonName [
    rdfs:label "Geertje Koenderts" ;
    a2a:PersonNameFirstName "Geertje" ;
    a2a:PersonNamePatronym "Koenderts"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_5bf31862-8cae-d085-ebea-e9a4076a65bc_Person-4623baee-3d57-4282-2fb6-81612bb7217b
  a a2a:Person ;
  rdfs:label "Geert Stal" ;
  a2a:PersonName [
    rdfs:label "Geert Stal" ;
    a2a:PersonNameFirstName "Geert" ;
    a2a:PersonNameLastName "Stal"
  ] ;
  a2a:Gender "Man" .

oa:event_frl_5bf31862-8cae-d085-ebea-e9a4076a65bc_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1821" ;
    a2a:Month "1" ;
    a2a:Day "26" ;
    rdfs:label "1821-01-26"^^xsd:date
  ] .

oa:relationep_frl_5bf31862-8cae-d085-ebea-e9a4076a65bc_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_frl_5bf31862-8cae-d085-ebea-e9a4076a65bc_Person:6bf934f7-da47-a57c-d0f8-8d9cae75884e ;
  a2a:EventKeyRef oa:event_frl_5bf31862-8cae-d085-ebea-e9a4076a65bc_Event1 .

oa:relationep_frl_5bf31862-8cae-d085-ebea-e9a4076a65bc_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_5bf31862-8cae-d085-ebea-e9a4076a65bc_Person:3686b362-010e-9378-e161-54834ca1a0b8 ;
  a2a:EventKeyRef oa:event_frl_5bf31862-8cae-d085-ebea-e9a4076a65bc_Event1 .

oa:relationep_frl_5bf31862-8cae-d085-ebea-e9a4076a65bc_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_5bf31862-8cae-d085-ebea-e9a4076a65bc_Person:4623baee-3d57-4282-2fb6-81612bb7217b ;
  a2a:EventKeyRef oa:event_frl_5bf31862-8cae-d085-ebea-e9a4076a65bc_Event1 .

oa:source_frl_5bf31862-8cae-d085-ebea-e9a4076a65bc
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Aengwirden" ;
    rdfs:label "Aengwirden", "1821-01-27 - 1821-01-27"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1821-01-27"^^xsd:date ;
    a2a:SourceIndexDateTo "1821-01-27"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1821" ;
    a2a:Month "1" ;
    a2a:Day "27" ;
    rdfs:label "1821-01-27"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand AEngwirden - Tresoar, Bron: boek, Deel: 1003, Periode: 1821" ;
    a2a:Book "Geboorteregister 1821" ;
    a2a:DocumentNumber "0007" ;
    a2a:RegistryNumber "1003" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand AEngwirden - Tresoar, Bron: boek, Deel: 1003, Periode: 1821, Geboorteregister 1821, 0007, 1003"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/5f10189c-a48f-bcdb-5518-52b34f4981ca.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/5bf31862-8cae-d085-ebea-e9a4076a65bc" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/5f10189c-a48f-bcdb-5518-52b34f4981ca.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-08-30"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/5bf31862-8cae-d085-ebea-e9a4076a65bc" ;
  a2a:RecordGUID "{5bf31862-8cae-d085-ebea-e9a4076a65bc}" ;
  a2a:SourceRemarkarchiefnaam "Burgerlijke Stand AEngwirden - Tresoar" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "1003" ;
  a2a:SourceRemarkregister_periode "1821" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250425_54828_00054828.xml van FRL" .

