@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_0fcbf424-63cd-ccc3-9f38-95477872e5b1
  a a2a:Record ;
  rdfs:label "Geboorte op 26 september 1844" ;
  a2a:hasPerson oa:person_frl_0fcbf424-63cd-ccc3-9f38-95477872e5b1_Person-6956f6a0-f163-2d59-3acd-68fde77bbe2f, oa:person_frl_0fcbf424-63cd-ccc3-9f38-95477872e5b1_Person-e21ec4b6-4672-135b-9b47-1dacc4555076, oa:person_frl_0fcbf424-63cd-ccc3-9f38-95477872e5b1_Person-11e41c3d-3f08-61c1-4f11-d56bd31aca5c ;
  a2a:hasEvent oa:event_frl_0fcbf424-63cd-ccc3-9f38-95477872e5b1_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_0fcbf424-63cd-ccc3-9f38-95477872e5b1_0, oa:relationep_frl_0fcbf424-63cd-ccc3-9f38-95477872e5b1_1, oa:relationep_frl_0fcbf424-63cd-ccc3-9f38-95477872e5b1_2 ;
  a2a:hasSource oa:source_frl_0fcbf424-63cd-ccc3-9f38-95477872e5b1 .

oa:person_frl_0fcbf424-63cd-ccc3-9f38-95477872e5b1_Person-6956f6a0-f163-2d59-3acd-68fde77bbe2f
  a a2a:Person ;
  rdfs:label "Bauke Sjerps Jansen" ;
  a2a:PersonName [
    rdfs:label "Bauke Sjerps Jansen" ;
    a2a:PersonNameFirstName "Bauke" ;
    a2a:PersonNamePatronym "Sjerps" ;
    a2a:PersonNameLastName "Jansen"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_0fcbf424-63cd-ccc3-9f38-95477872e5b1_Person-e21ec4b6-4672-135b-9b47-1dacc4555076
  a a2a:Person ;
  rdfs:label "Inkjen Johannes Terpstra" ;
  a2a:PersonName [
    rdfs:label "Inkjen Johannes Terpstra" ;
    a2a:PersonNameFirstName "Inkjen" ;
    a2a:PersonNamePatronym "Johannes" ;
    a2a:PersonNameLastName "Terpstra"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_0fcbf424-63cd-ccc3-9f38-95477872e5b1_Person-11e41c3d-3f08-61c1-4f11-d56bd31aca5c
  a a2a:Person ;
  rdfs:label "Johannes Jansen" ;
  a2a:PersonName [
    rdfs:label "Johannes Jansen" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNameLastName "Jansen"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1844" ;
    a2a:Month "9" ;
    a2a:Day "26" ;
    rdfs:label "1844-09-26"^^xsd:date
  ] .

oa:event_frl_0fcbf424-63cd-ccc3-9f38-95477872e5b1_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1844" ;
    a2a:Month "9" ;
    a2a:Day "26" ;
    rdfs:label "1844-09-26"^^xsd:date
  ] .

oa:relationep_frl_0fcbf424-63cd-ccc3-9f38-95477872e5b1_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_0fcbf424-63cd-ccc3-9f38-95477872e5b1_Person:6956f6a0-f163-2d59-3acd-68fde77bbe2f ;
  a2a:EventKeyRef oa:event_frl_0fcbf424-63cd-ccc3-9f38-95477872e5b1_Event1 .

oa:relationep_frl_0fcbf424-63cd-ccc3-9f38-95477872e5b1_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_0fcbf424-63cd-ccc3-9f38-95477872e5b1_Person:e21ec4b6-4672-135b-9b47-1dacc4555076 ;
  a2a:EventKeyRef oa:event_frl_0fcbf424-63cd-ccc3-9f38-95477872e5b1_Event1 .

oa:relationep_frl_0fcbf424-63cd-ccc3-9f38-95477872e5b1_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_frl_0fcbf424-63cd-ccc3-9f38-95477872e5b1_Person:11e41c3d-3f08-61c1-4f11-d56bd31aca5c ;
  a2a:EventKeyRef oa:event_frl_0fcbf424-63cd-ccc3-9f38-95477872e5b1_Event1 .

oa:source_frl_0fcbf424-63cd-ccc3-9f38-95477872e5b1
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Wonseradeel" ;
    rdfs:label "Wonseradeel", "1844-09-27 - 1844-09-27"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1844-09-27"^^xsd:date ;
    a2a:SourceIndexDateTo "1844-09-27"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1844" ;
    a2a:Month "9" ;
    a2a:Day "27" ;
    rdfs:label "1844-09-27"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Wonseradeel - Tresoar, Bron: boek, Deel: 1030, Periode: 1844" ;
    a2a:Book "Geboorteregister 1844" ;
    a2a:RegistryNumber "1030" ;
    a2a:Folio "117" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand Wonseradeel - Tresoar, Bron: boek, Deel: 1030, Periode: 1844, Geboorteregister 1844, 1030, 117"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/2c4ce579-810f-e77c-cbc8-94056c5f5209.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/0fcbf424-63cd-ccc3-9f38-95477872e5b1" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/2c4ce579-810f-e77c-cbc8-94056c5f5209.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-08-20"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/0fcbf424-63cd-ccc3-9f38-95477872e5b1" ;
  a2a:RecordGUID "{0fcbf424-63cd-ccc3-9f38-95477872e5b1}" ;
  a2a:SourceRemarkOpmerking "<i><b>Verkeerde akte? Gebruik toets \"Volgende\" rechtsboven op afbeeldingsscherm.</b></i>" ;
  a2a:SourceRemarkarchiefnaam "Burgerlijke Stand Wonseradeel - Tresoar" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "1030" ;
  a2a:SourceRemarkregister_periode "1844" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250425_72923_00072923.xml van FRL" .

