@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_0b0c19cf-2c5e-45df-91bc-d47a57992f85
  a a2a:Record ;
  rdfs:label "Doop op 18 september 1763 te Harlingen" ;
  a2a:hasPerson oa:person_frl_0b0c19cf-2c5e-45df-91bc-d47a57992f85_Person-30194b65-a7cc-45fd-bea4-86096fcfacac, oa:person_frl_0b0c19cf-2c5e-45df-91bc-d47a57992f85_Person-148ab2c1-f4d3-4f75-8d9c-4c2479af7c1a, oa:person_frl_0b0c19cf-2c5e-45df-91bc-d47a57992f85_Person-c482a5f7-0201-4013-a4a6-b56868b17a5a, oa:person_frl_0b0c19cf-2c5e-45df-91bc-d47a57992f85_Person-cda1c66d-6757-48e9-a33d-4f422c0a005a ;
  a2a:hasEvent oa:event_frl_0b0c19cf-2c5e-45df-91bc-d47a57992f85_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_0b0c19cf-2c5e-45df-91bc-d47a57992f85_0, oa:relationep_frl_0b0c19cf-2c5e-45df-91bc-d47a57992f85_1, oa:relationep_frl_0b0c19cf-2c5e-45df-91bc-d47a57992f85_2, oa:relationep_frl_0b0c19cf-2c5e-45df-91bc-d47a57992f85_3 ;
  a2a:hasSource oa:source_frl_0b0c19cf-2c5e-45df-91bc-d47a57992f85 .

oa:person_frl_0b0c19cf-2c5e-45df-91bc-d47a57992f85_Person-30194b65-a7cc-45fd-bea4-86096fcfacac
  a a2a:Person ;
  rdfs:label "Hendrik Frans J." ;
  a2a:PersonName [
    rdfs:label "Hendrik Frans J." ;
    a2a:PersonNameFirstName "Hendrik Frans J."
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthPlace [
    a2a:Place "Harlingen" ;
    rdfs:label "Harlingen"
  ] .

oa:person_frl_0b0c19cf-2c5e-45df-91bc-d47a57992f85_Person-148ab2c1-f4d3-4f75-8d9c-4c2479af7c1a
  a a2a:Person ;
  rdfs:label "Hendrik Schooneman" ;
  a2a:PersonName [
    rdfs:label "Hendrik Schooneman" ;
    a2a:PersonNameFirstName "Hendrik" ;
    a2a:PersonNameLastName "Schooneman"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_0b0c19cf-2c5e-45df-91bc-d47a57992f85_Person-c482a5f7-0201-4013-a4a6-b56868b17a5a
  a a2a:Person ;
  rdfs:label "Marja Geertruyd Snap" ;
  a2a:PersonName [
    rdfs:label "Marja Geertruyd Snap" ;
    a2a:PersonNameFirstName "Marja Geertruyd" ;
    a2a:PersonNameLastName "Snap"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_0b0c19cf-2c5e-45df-91bc-d47a57992f85_Person-cda1c66d-6757-48e9-a33d-4f422c0a005a
  a a2a:Person ;
  rdfs:label "Frans Kelderman" ;
  a2a:PersonName [
    rdfs:label "Frans Kelderman" ;
    a2a:PersonNameFirstName "Frans" ;
    a2a:PersonNameLastName "Kelderman"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_frl_0b0c19cf-2c5e-45df-91bc-d47a57992f85_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1763" ;
    a2a:Month "9" ;
    a2a:Day "18" ;
    rdfs:label "1763-09-18"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Harlingen" ;
    rdfs:label "Harlingen"
  ] .

oa:relationep_frl_0b0c19cf-2c5e-45df-91bc-d47a57992f85_0
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_frl_0b0c19cf-2c5e-45df-91bc-d47a57992f85_Person:30194b65-a7cc-45fd-bea4-86096fcfacac ;
  a2a:EventKeyRef oa:event_frl_0b0c19cf-2c5e-45df-91bc-d47a57992f85_Event1 .

oa:relationep_frl_0b0c19cf-2c5e-45df-91bc-d47a57992f85_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_0b0c19cf-2c5e-45df-91bc-d47a57992f85_Person:148ab2c1-f4d3-4f75-8d9c-4c2479af7c1a ;
  a2a:EventKeyRef oa:event_frl_0b0c19cf-2c5e-45df-91bc-d47a57992f85_Event1 .

oa:relationep_frl_0b0c19cf-2c5e-45df-91bc-d47a57992f85_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_0b0c19cf-2c5e-45df-91bc-d47a57992f85_Person:c482a5f7-0201-4013-a4a6-b56868b17a5a ;
  a2a:EventKeyRef oa:event_frl_0b0c19cf-2c5e-45df-91bc-d47a57992f85_Event1 .

oa:relationep_frl_0b0c19cf-2c5e-45df-91bc-d47a57992f85_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_frl_0b0c19cf-2c5e-45df-91bc-d47a57992f85_Person:cda1c66d-6757-48e9-a33d-4f422c0a005a ;
  a2a:EventKeyRef oa:event_frl_0b0c19cf-2c5e-45df-91bc-d47a57992f85_Event1 .

oa:source_frl_0b0c19cf-2c5e-45df-91bc-d47a57992f85
  a a2a:Source ;
  rdfs:label "AlleFriezen, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Harlingen" ;
    rdfs:label "Harlingen", "1763-09-18 - 1763-09-18"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1763-09-18"^^xsd:date ;
    a2a:SourceIndexDateTo "1763-09-18"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1763" ;
    a2a:Month "9" ;
    a2a:Day "18" ;
    rdfs:label "1763-09-18"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Collectie doop-, trouw-, lidmaten- begraafboeken - Tresoar, Deel: 0346, Periode: 168..." ;
    a2a:Book "Doopboek R.K. par. Harlingen" ;
    a2a:RegistryNumber "0346" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Collectie doop-, trouw-, lidmaten- begraafboeken - Tresoar, Deel: 0346, Periode: 168..., Doopboek R.K. par. Harlingen, 0346"
  ] ;
  a2a:SourceLastChangeDate "2022-08-10"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/0b0c19cf-2c5e-45df-91bc-d47a57992f85" ;
  a2a:RecordGUID "{0b0c19cf-2c5e-45df-91bc-d47a57992f85}" ;
  a2a:SourceRemarkOpmerking "Andere getuigen zijn Hendrina v Tweede en der Aarde", "Familysearch1: <b>Klik <a href= \"https://www.genealogiewerkbalk.nl/fs/?p=Harlingen&j=&t=&q=dopen#results\"target =\"_blank\">hier</a> voor suggesties scans.</b>" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20220919_4600_00004600.xml van FRL" .

