@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_8cd9624f-7caf-40a8-28f4-8317a84bf55f
  a a2a:Record ;
  rdfs:label "Geboorte op 12 april 1813" ;
  a2a:hasPerson oa:person_frl_8cd9624f-7caf-40a8-28f4-8317a84bf55f_Person-b26c3a73-6b8e-fc3e-6a89-751d2bd30a7c, oa:person_frl_8cd9624f-7caf-40a8-28f4-8317a84bf55f_Person-ce4d3f86-c03d-99cf-6af4-001819b1a31b, oa:person_frl_8cd9624f-7caf-40a8-28f4-8317a84bf55f_Person-48b987b7-f85d-5e2b-e6ce-1fcbc23359c8 ;
  a2a:hasEvent oa:event_frl_8cd9624f-7caf-40a8-28f4-8317a84bf55f_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_8cd9624f-7caf-40a8-28f4-8317a84bf55f_0, oa:relationep_frl_8cd9624f-7caf-40a8-28f4-8317a84bf55f_1, oa:relationep_frl_8cd9624f-7caf-40a8-28f4-8317a84bf55f_2 ;
  a2a:hasSource oa:source_frl_8cd9624f-7caf-40a8-28f4-8317a84bf55f .

oa:person_frl_8cd9624f-7caf-40a8-28f4-8317a84bf55f_Person-b26c3a73-6b8e-fc3e-6a89-751d2bd30a7c
  a a2a:Person ;
  rdfs:label "Akke Willems de Wilde" ;
  a2a:PersonName [
    rdfs:label "Akke Willems de Wilde" ;
    a2a:PersonNameFirstName "Akke" ;
    a2a:PersonNamePatronym "Willems" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Wilde"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_8cd9624f-7caf-40a8-28f4-8317a84bf55f_Person-ce4d3f86-c03d-99cf-6af4-001819b1a31b
  a a2a:Person ;
  rdfs:label "Hidde Jakobs Koorenstra" ;
  a2a:PersonName [
    rdfs:label "Hidde Jakobs Koorenstra" ;
    a2a:PersonNameFirstName "Hidde" ;
    a2a:PersonNamePatronym "Jakobs" ;
    a2a:PersonNameLastName "Koorenstra"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_8cd9624f-7caf-40a8-28f4-8317a84bf55f_Person-48b987b7-f85d-5e2b-e6ce-1fcbc23359c8
  a a2a:Person ;
  rdfs:label "Jelle Koorenstra" ;
  a2a:PersonName [
    rdfs:label "Jelle Koorenstra" ;
    a2a:PersonNameFirstName "Jelle" ;
    a2a:PersonNameLastName "Koorenstra"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1813" ;
    a2a:Month "4" ;
    a2a:Day "12" ;
    rdfs:label "1813-04-12"^^xsd:date
  ] .

oa:event_frl_8cd9624f-7caf-40a8-28f4-8317a84bf55f_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1813" ;
    a2a:Month "4" ;
    a2a:Day "12" ;
    rdfs:label "1813-04-12"^^xsd:date
  ] .

oa:relationep_frl_8cd9624f-7caf-40a8-28f4-8317a84bf55f_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_8cd9624f-7caf-40a8-28f4-8317a84bf55f_Person:b26c3a73-6b8e-fc3e-6a89-751d2bd30a7c ;
  a2a:EventKeyRef oa:event_frl_8cd9624f-7caf-40a8-28f4-8317a84bf55f_Event1 .

oa:relationep_frl_8cd9624f-7caf-40a8-28f4-8317a84bf55f_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_8cd9624f-7caf-40a8-28f4-8317a84bf55f_Person:ce4d3f86-c03d-99cf-6af4-001819b1a31b ;
  a2a:EventKeyRef oa:event_frl_8cd9624f-7caf-40a8-28f4-8317a84bf55f_Event1 .

oa:relationep_frl_8cd9624f-7caf-40a8-28f4-8317a84bf55f_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_frl_8cd9624f-7caf-40a8-28f4-8317a84bf55f_Person:48b987b7-f85d-5e2b-e6ce-1fcbc23359c8 ;
  a2a:EventKeyRef oa:event_frl_8cd9624f-7caf-40a8-28f4-8317a84bf55f_Event1 .

oa:source_frl_8cd9624f-7caf-40a8-28f4-8317a84bf55f
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Gaasterland" ;
    rdfs:label "Gaasterland", "1813-04-12 - 1813-04-12"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1813-04-12"^^xsd:date ;
    a2a:SourceIndexDateTo "1813-04-12"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1813" ;
    a2a:Month "4" ;
    a2a:Day "12" ;
    rdfs:label "1813-04-12"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Gaasterland - Tresoar, Bron: boek, Deel: 1001, Periode: 1813" ;
    a2a:Book "Geboorteregister 1813 Balk" ;
    a2a:DocumentNumber "0023" ;
    a2a:RegistryNumber "1001" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand Gaasterland - Tresoar, Bron: boek, Deel: 1001, Periode: 1813, Geboorteregister 1813 Balk, 0023, 1001"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/5a1eea90-9bb6-6cf4-cab4-3c2135ca5290.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/8cd9624f-7caf-40a8-28f4-8317a84bf55f" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/5a1eea90-9bb6-6cf4-cab4-3c2135ca5290.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-08-30"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/8cd9624f-7caf-40a8-28f4-8317a84bf55f" ;
  a2a:RecordGUID "{8cd9624f-7caf-40a8-28f4-8317a84bf55f}" ;
  a2a:SourceRemarkarchiefnaam "Burgerlijke Stand Gaasterland - Tresoar" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "1001" ;
  a2a:SourceRemarkregister_periode "1813" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250425_55946_00055946.xml van FRL" .

