@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_7d89dbbb-d964-dec8-0eab-33fcbce1ac2c
  a a2a:Record ;
  rdfs:label "Geboorte op 5 januari 1867" ;
  a2a:hasPerson oa:person_frl_7d89dbbb-d964-dec8-0eab-33fcbce1ac2c_Person-cba755cb-6a82-8f00-80dd-f3f603c4bb53, oa:person_frl_7d89dbbb-d964-dec8-0eab-33fcbce1ac2c_Person-2c7a8067-80ae-150e-9a10-d3f16a690a24, oa:person_frl_7d89dbbb-d964-dec8-0eab-33fcbce1ac2c_Person-6f22edee-f038-9bff-1325-3ea23890295c ;
  a2a:hasEvent oa:event_frl_7d89dbbb-d964-dec8-0eab-33fcbce1ac2c_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_7d89dbbb-d964-dec8-0eab-33fcbce1ac2c_0, oa:relationep_frl_7d89dbbb-d964-dec8-0eab-33fcbce1ac2c_1, oa:relationep_frl_7d89dbbb-d964-dec8-0eab-33fcbce1ac2c_2 ;
  a2a:hasSource oa:source_frl_7d89dbbb-d964-dec8-0eab-33fcbce1ac2c .

oa:person_frl_7d89dbbb-d964-dec8-0eab-33fcbce1ac2c_Person-cba755cb-6a82-8f00-80dd-f3f603c4bb53
  a a2a:Person ;
  rdfs:label "Popke Gerbens Huizinga" ;
  a2a:PersonName [
    rdfs:label "Popke Gerbens Huizinga" ;
    a2a:PersonNameFirstName "Popke" ;
    a2a:PersonNamePatronym "Gerbens" ;
    a2a:PersonNameLastName "Huizinga"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_7d89dbbb-d964-dec8-0eab-33fcbce1ac2c_Person-2c7a8067-80ae-150e-9a10-d3f16a690a24
  a a2a:Person ;
  rdfs:label "Jeltje Jans van der Honing" ;
  a2a:PersonName [
    rdfs:label "Jeltje Jans van der Honing" ;
    a2a:PersonNameFirstName "Jeltje" ;
    a2a:PersonNamePatronym "Jans" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Honing"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_7d89dbbb-d964-dec8-0eab-33fcbce1ac2c_Person-6f22edee-f038-9bff-1325-3ea23890295c
  a a2a:Person ;
  rdfs:label "Popke Huizinga" ;
  a2a:PersonName [
    rdfs:label "Popke Huizinga" ;
    a2a:PersonNameFirstName "Popke" ;
    a2a:PersonNameLastName "Huizinga"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1867" ;
    a2a:Month "1" ;
    a2a:Day "5" ;
    rdfs:label "1867-01-05"^^xsd:date
  ] .

oa:event_frl_7d89dbbb-d964-dec8-0eab-33fcbce1ac2c_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1867" ;
    a2a:Month "1" ;
    a2a:Day "5" ;
    rdfs:label "1867-01-05"^^xsd:date
  ] .

oa:relationep_frl_7d89dbbb-d964-dec8-0eab-33fcbce1ac2c_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_7d89dbbb-d964-dec8-0eab-33fcbce1ac2c_Person:cba755cb-6a82-8f00-80dd-f3f603c4bb53 ;
  a2a:EventKeyRef oa:event_frl_7d89dbbb-d964-dec8-0eab-33fcbce1ac2c_Event1 .

oa:relationep_frl_7d89dbbb-d964-dec8-0eab-33fcbce1ac2c_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_7d89dbbb-d964-dec8-0eab-33fcbce1ac2c_Person:2c7a8067-80ae-150e-9a10-d3f16a690a24 ;
  a2a:EventKeyRef oa:event_frl_7d89dbbb-d964-dec8-0eab-33fcbce1ac2c_Event1 .

oa:relationep_frl_7d89dbbb-d964-dec8-0eab-33fcbce1ac2c_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_frl_7d89dbbb-d964-dec8-0eab-33fcbce1ac2c_Person:6f22edee-f038-9bff-1325-3ea23890295c ;
  a2a:EventKeyRef oa:event_frl_7d89dbbb-d964-dec8-0eab-33fcbce1ac2c_Event1 .

oa:source_frl_7d89dbbb-d964-dec8-0eab-33fcbce1ac2c
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Schoterland" ;
    rdfs:label "Schoterland", "1867-01-07 - 1867-01-07"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1867-01-07"^^xsd:date ;
    a2a:SourceIndexDateTo "1867-01-07"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1867" ;
    a2a:Month "1" ;
    a2a:Day "7" ;
    rdfs:label "1867-01-07"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Schoterland - Tresoar, Bron: boek, Deel: 1036, Periode: 1867" ;
    a2a:Book "Geboorteregister 1867" ;
    a2a:DocumentNumber "0007" ;
    a2a:RegistryNumber "1036" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand Schoterland - Tresoar, Bron: boek, Deel: 1036, Periode: 1867, Geboorteregister 1867, 0007, 1036"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/94cd8ba8-d3e1-eeed-4eaf-a23f5ac7e258.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/7d89dbbb-d964-dec8-0eab-33fcbce1ac2c" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/94cd8ba8-d3e1-eeed-4eaf-a23f5ac7e258.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-08-30"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/7d89dbbb-d964-dec8-0eab-33fcbce1ac2c" ;
  a2a:RecordGUID "{7d89dbbb-d964-dec8-0eab-33fcbce1ac2c}" ;
  a2a:SourceRemarkOpmerking "Aangegeven door Louw van der Wal; vader overleden op 14 september 1866" ;
  a2a:SourceRemarkarchiefnaam "Burgerlijke Stand Schoterland - Tresoar" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "1036" ;
  a2a:SourceRemarkregister_periode "1867" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250425_53903_00053903.xml van FRL" .

[] a2a:PersonRemarkdiversen "Ouders woonachtig te Sintjohannesga" .
