@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_68ec6eeb-c1b2-b059-e085-d9f76e948101
  a a2a:Record ;
  rdfs:label "Geboorte op 31 januari 1887" ;
  a2a:hasPerson oa:person_frl_68ec6eeb-c1b2-b059-e085-d9f76e948101_Person-88a91d66-7726-b5dc-fa79-1380ff605480, oa:person_frl_68ec6eeb-c1b2-b059-e085-d9f76e948101_Person-c608a95e-01ae-2547-eaa8-1b2afe6dd6df, oa:person_frl_68ec6eeb-c1b2-b059-e085-d9f76e948101_Person-3e594f87-ea9d-1acb-d06e-23dd86db7e87 ;
  a2a:hasEvent oa:event_frl_68ec6eeb-c1b2-b059-e085-d9f76e948101_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_68ec6eeb-c1b2-b059-e085-d9f76e948101_0, oa:relationep_frl_68ec6eeb-c1b2-b059-e085-d9f76e948101_1, oa:relationep_frl_68ec6eeb-c1b2-b059-e085-d9f76e948101_2 ;
  a2a:hasSource oa:source_frl_68ec6eeb-c1b2-b059-e085-d9f76e948101 .

oa:person_frl_68ec6eeb-c1b2-b059-e085-d9f76e948101_Person-88a91d66-7726-b5dc-fa79-1380ff605480
  a a2a:Person ;
  rdfs:label "Hendrikje Thomas de Koe" ;
  a2a:PersonName [
    rdfs:label "Hendrikje Thomas de Koe" ;
    a2a:PersonNameFirstName "Hendrikje" ;
    a2a:PersonNamePatronym "Thomas" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Koe"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_68ec6eeb-c1b2-b059-e085-d9f76e948101_Person-c608a95e-01ae-2547-eaa8-1b2afe6dd6df
  a a2a:Person ;
  rdfs:label "Jantje Kuperus" ;
  a2a:PersonName [
    rdfs:label "Jantje Kuperus" ;
    a2a:PersonNameFirstName "Jantje" ;
    a2a:PersonNameLastName "Kuperus"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1887" ;
    a2a:Month "1" ;
    a2a:Day "31" ;
    rdfs:label "1887-01-31"^^xsd:date
  ] .

oa:person_frl_68ec6eeb-c1b2-b059-e085-d9f76e948101_Person-3e594f87-ea9d-1acb-d06e-23dd86db7e87
  a a2a:Person ;
  rdfs:label "Jan Tjebbes Kuperus" ;
  a2a:PersonName [
    rdfs:label "Jan Tjebbes Kuperus" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNamePatronym "Tjebbes" ;
    a2a:PersonNameLastName "Kuperus"
  ] ;
  a2a:Gender "Man" .

oa:event_frl_68ec6eeb-c1b2-b059-e085-d9f76e948101_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1887" ;
    a2a:Month "1" ;
    a2a:Day "31" ;
    rdfs:label "1887-01-31"^^xsd:date
  ] .

oa:relationep_frl_68ec6eeb-c1b2-b059-e085-d9f76e948101_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_68ec6eeb-c1b2-b059-e085-d9f76e948101_Person:88a91d66-7726-b5dc-fa79-1380ff605480 ;
  a2a:EventKeyRef oa:event_frl_68ec6eeb-c1b2-b059-e085-d9f76e948101_Event1 .

oa:relationep_frl_68ec6eeb-c1b2-b059-e085-d9f76e948101_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_frl_68ec6eeb-c1b2-b059-e085-d9f76e948101_Person:c608a95e-01ae-2547-eaa8-1b2afe6dd6df ;
  a2a:EventKeyRef oa:event_frl_68ec6eeb-c1b2-b059-e085-d9f76e948101_Event1 .

oa:relationep_frl_68ec6eeb-c1b2-b059-e085-d9f76e948101_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_68ec6eeb-c1b2-b059-e085-d9f76e948101_Person:3e594f87-ea9d-1acb-d06e-23dd86db7e87 ;
  a2a:EventKeyRef oa:event_frl_68ec6eeb-c1b2-b059-e085-d9f76e948101_Event1 .

oa:source_frl_68ec6eeb-c1b2-b059-e085-d9f76e948101
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Hemelumer Oldeferd" ;
    rdfs:label "Hemelumer Oldeferd", "1887-02-01 - 1887-02-01"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1887-02-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1887-02-01"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1887" ;
    a2a:Month "2" ;
    a2a:Day "1" ;
    rdfs:label "1887-02-01"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Hemelumer Oldeferd - Tresoar, Bron: boek, Deel: 1020, Periode: 1887" ;
    a2a:Book "Geboorteregister 1887" ;
    a2a:DocumentNumber "0016" ;
    a2a:RegistryNumber "1020" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand Hemelumer Oldeferd - Tresoar, Bron: boek, Deel: 1020, Periode: 1887, Geboorteregister 1887, 0016, 1020"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/27d776a7-a9dc-6876-172a-91be1b3fb0cc.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/68ec6eeb-c1b2-b059-e085-d9f76e948101" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/27d776a7-a9dc-6876-172a-91be1b3fb0cc.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-08-30"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/68ec6eeb-c1b2-b059-e085-d9f76e948101" ;
  a2a:RecordGUID "{68ec6eeb-c1b2-b059-e085-d9f76e948101}" ;
  a2a:SourceRemarkarchiefnaam "Burgerlijke Stand Hemelumer Oldeferd - Tresoar" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "1020" ;
  a2a:SourceRemarkregister_periode "1887" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250425_56732_00056732.xml van FRL" .

