@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_84da2fbf-9d59-3b0c-e3cf-7c559fe6b861
  a a2a:Record ;
  rdfs:label "Geboorte op 13 juli 1865" ;
  a2a:hasPerson oa:person_frl_84da2fbf-9d59-3b0c-e3cf-7c559fe6b861_Person-4287b15d-96ad-4612-e0be-8563dc672abe, oa:person_frl_84da2fbf-9d59-3b0c-e3cf-7c559fe6b861_Person-2e1fca3a-8c3f-1fd3-5f04-8fe09e89aec4, oa:person_frl_84da2fbf-9d59-3b0c-e3cf-7c559fe6b861_Person-a6d12076-2afa-631e-b40b-a7e38546995e ;
  a2a:hasEvent oa:event_frl_84da2fbf-9d59-3b0c-e3cf-7c559fe6b861_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_84da2fbf-9d59-3b0c-e3cf-7c559fe6b861_0, oa:relationep_frl_84da2fbf-9d59-3b0c-e3cf-7c559fe6b861_1, oa:relationep_frl_84da2fbf-9d59-3b0c-e3cf-7c559fe6b861_2 ;
  a2a:hasSource oa:source_frl_84da2fbf-9d59-3b0c-e3cf-7c559fe6b861 .

oa:person_frl_84da2fbf-9d59-3b0c-e3cf-7c559fe6b861_Person-4287b15d-96ad-4612-e0be-8563dc672abe
  a a2a:Person ;
  rdfs:label "Pier Bienses Ypma" ;
  a2a:PersonName [
    rdfs:label "Pier Bienses Ypma" ;
    a2a:PersonNameFirstName "Pier" ;
    a2a:PersonNamePatronym "Bienses" ;
    a2a:PersonNameLastName "Ypma"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_84da2fbf-9d59-3b0c-e3cf-7c559fe6b861_Person-2e1fca3a-8c3f-1fd3-5f04-8fe09e89aec4
  a a2a:Person ;
  rdfs:label "Moeder Franzes Poortinga" ;
  a2a:PersonName [
    rdfs:label "Moeder Franzes Poortinga" ;
    a2a:PersonNameFirstName "Moeder" ;
    a2a:PersonNamePatronym "Franzes" ;
    a2a:PersonNameLastName "Poortinga"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_84da2fbf-9d59-3b0c-e3cf-7c559fe6b861_Person-a6d12076-2afa-631e-b40b-a7e38546995e
  a a2a:Person ;
  rdfs:label "Nieske Ypma" ;
  a2a:PersonName [
    rdfs:label "Nieske Ypma" ;
    a2a:PersonNameFirstName "Nieske" ;
    a2a:PersonNameLastName "Ypma"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1865" ;
    a2a:Month "7" ;
    a2a:Day "13" ;
    rdfs:label "1865-07-13"^^xsd:date
  ] .

oa:event_frl_84da2fbf-9d59-3b0c-e3cf-7c559fe6b861_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1865" ;
    a2a:Month "7" ;
    a2a:Day "13" ;
    rdfs:label "1865-07-13"^^xsd:date
  ] .

oa:relationep_frl_84da2fbf-9d59-3b0c-e3cf-7c559fe6b861_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_84da2fbf-9d59-3b0c-e3cf-7c559fe6b861_Person:4287b15d-96ad-4612-e0be-8563dc672abe ;
  a2a:EventKeyRef oa:event_frl_84da2fbf-9d59-3b0c-e3cf-7c559fe6b861_Event1 .

oa:relationep_frl_84da2fbf-9d59-3b0c-e3cf-7c559fe6b861_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_84da2fbf-9d59-3b0c-e3cf-7c559fe6b861_Person:2e1fca3a-8c3f-1fd3-5f04-8fe09e89aec4 ;
  a2a:EventKeyRef oa:event_frl_84da2fbf-9d59-3b0c-e3cf-7c559fe6b861_Event1 .

oa:relationep_frl_84da2fbf-9d59-3b0c-e3cf-7c559fe6b861_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_frl_84da2fbf-9d59-3b0c-e3cf-7c559fe6b861_Person:a6d12076-2afa-631e-b40b-a7e38546995e ;
  a2a:EventKeyRef oa:event_frl_84da2fbf-9d59-3b0c-e3cf-7c559fe6b861_Event1 .

oa:source_frl_84da2fbf-9d59-3b0c-e3cf-7c559fe6b861
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Westdongeradeel" ;
    rdfs:label "Westdongeradeel", "1865-07-14 - 1865-07-14"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1865-07-14"^^xsd:date ;
    a2a:SourceIndexDateTo "1865-07-14"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1865" ;
    a2a:Month "7" ;
    a2a:Day "14" ;
    rdfs:label "1865-07-14"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Westdongeradeel - Tresoar, Bron: boek, Deel: 1027, Periode: 1865" ;
    a2a:Book "Geboorteregister 1865" ;
    a2a:RegistryNumber "1027" ;
    a2a:Folio "051" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand Westdongeradeel - Tresoar, Bron: boek, Deel: 1027, Periode: 1865, Geboorteregister 1865, 1027, 051"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/f781918a-07d0-13c3-f0a5-4568775e880b.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/84da2fbf-9d59-3b0c-e3cf-7c559fe6b861" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/f781918a-07d0-13c3-f0a5-4568775e880b.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-08-20"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/84da2fbf-9d59-3b0c-e3cf-7c559fe6b861" ;
  a2a:RecordGUID "{84da2fbf-9d59-3b0c-e3cf-7c559fe6b861}" ;
  a2a:SourceRemarkOpmerking "<i><b>Verkeerde akte? Gebruik toets \"Volgende\" rechtsboven op afbeeldingsscherm.</b></i>" ;
  a2a:SourceRemarkarchiefnaam "Burgerlijke Stand Westdongeradeel - Tresoar" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "1027" ;
  a2a:SourceRemarkregister_periode "1865" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250425_53180_00053180.xml van FRL" .

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