@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_1e3b8d3e-eae4-e2db-7f19-e2bfe1473072
  a a2a:Record ;
  rdfs:label "Huwelijk op 18 november 1838 te Lemsterland" ;
  a2a:hasPerson oa:person_frl_1e3b8d3e-eae4-e2db-7f19-e2bfe1473072_Person-b0a08e3d-84bb-8de3-bae8-9fbf3d2291ec, oa:person_frl_1e3b8d3e-eae4-e2db-7f19-e2bfe1473072_Person-8804531d-a284-dbf6-0374-7dc0d5559d04, oa:person_frl_1e3b8d3e-eae4-e2db-7f19-e2bfe1473072_Person-6da4815c-8505-9830-469b-326dc1c5e7dc, oa:person_frl_1e3b8d3e-eae4-e2db-7f19-e2bfe1473072_Person-5bd42531-087d-37f5-e347-d3f3e0c9ff1e, oa:person_frl_1e3b8d3e-eae4-e2db-7f19-e2bfe1473072_Person-8c7bc5d8-50cf-3812-75d5-d8321780cae1 ;
  a2a:hasEvent oa:event_frl_1e3b8d3e-eae4-e2db-7f19-e2bfe1473072_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_1e3b8d3e-eae4-e2db-7f19-e2bfe1473072_0, oa:relationep_frl_1e3b8d3e-eae4-e2db-7f19-e2bfe1473072_1, oa:relationep_frl_1e3b8d3e-eae4-e2db-7f19-e2bfe1473072_2, oa:relationep_frl_1e3b8d3e-eae4-e2db-7f19-e2bfe1473072_3, oa:relationep_frl_1e3b8d3e-eae4-e2db-7f19-e2bfe1473072_4 ;
  a2a:hasSource oa:source_frl_1e3b8d3e-eae4-e2db-7f19-e2bfe1473072 .

oa:person_frl_1e3b8d3e-eae4-e2db-7f19-e2bfe1473072_Person-b0a08e3d-84bb-8de3-bae8-9fbf3d2291ec
  a a2a:Person ;
  rdfs:label "Geert Lammerts" ;
  a2a:PersonName [
    rdfs:label "Geert Lammerts" ;
    a2a:PersonNameFirstName "Geert" ;
    a2a:PersonNamePatronym "Lammerts"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_1e3b8d3e-eae4-e2db-7f19-e2bfe1473072_Person-8804531d-a284-dbf6-0374-7dc0d5559d04
  a a2a:Person ;
  rdfs:label "Maria Keesekamp" ;
  a2a:PersonName [
    rdfs:label "Maria Keesekamp" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Keesekamp"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_1e3b8d3e-eae4-e2db-7f19-e2bfe1473072_Person-6da4815c-8505-9830-469b-326dc1c5e7dc
  a a2a:Person ;
  rdfs:label "Lysabeth Geerts" ;
  a2a:PersonName [
    rdfs:label "Lysabeth Geerts" ;
    a2a:PersonNameFirstName "Lysabeth" ;
    a2a:PersonNamePatronym "Geerts"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_1e3b8d3e-eae4-e2db-7f19-e2bfe1473072_Person-5bd42531-087d-37f5-e347-d3f3e0c9ff1e
  a a2a:Person ;
  rdfs:label "Geert Geerts Lammerts" ;
  a2a:PersonName [
    rdfs:label "Geert Geerts Lammerts" ;
    a2a:PersonNameFirstName "Geert" ;
    a2a:PersonNamePatronym "Geerts" ;
    a2a:PersonNameLastName "Lammerts"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "22 jaar" ;
    rdfs:label "22 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Oosterzee" ;
    rdfs:label "Oosterzee"
  ] .

oa:person_frl_1e3b8d3e-eae4-e2db-7f19-e2bfe1473072_Person-8c7bc5d8-50cf-3812-75d5-d8321780cae1
  a a2a:Person ;
  rdfs:label "Geertje Meester" ;
  a2a:PersonName [
    rdfs:label "Geertje Meester" ;
    a2a:PersonNameFirstName "Geertje" ;
    a2a:PersonNameLastName "Meester"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "25 jaar" ;
    rdfs:label "25 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Sintjohannesga" ;
    rdfs:label "Sintjohannesga"
  ] .

oa:event_frl_1e3b8d3e-eae4-e2db-7f19-e2bfe1473072_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:Year "1838" ;
    a2a:Month "11" ;
    a2a:Day "18" ;
    rdfs:label "1838-11-18"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Lemsterland" ;
    rdfs:label "Lemsterland"
  ] .

oa:relationep_frl_1e3b8d3e-eae4-e2db-7f19-e2bfe1473072_0
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_frl_1e3b8d3e-eae4-e2db-7f19-e2bfe1473072_Person:b0a08e3d-84bb-8de3-bae8-9fbf3d2291ec ;
  a2a:EventKeyRef oa:event_frl_1e3b8d3e-eae4-e2db-7f19-e2bfe1473072_Event1 .

oa:relationep_frl_1e3b8d3e-eae4-e2db-7f19-e2bfe1473072_1
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_frl_1e3b8d3e-eae4-e2db-7f19-e2bfe1473072_Person:8804531d-a284-dbf6-0374-7dc0d5559d04 ;
  a2a:EventKeyRef oa:event_frl_1e3b8d3e-eae4-e2db-7f19-e2bfe1473072_Event1 .

oa:relationep_frl_1e3b8d3e-eae4-e2db-7f19-e2bfe1473072_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_frl_1e3b8d3e-eae4-e2db-7f19-e2bfe1473072_Person:6da4815c-8505-9830-469b-326dc1c5e7dc ;
  a2a:EventKeyRef oa:event_frl_1e3b8d3e-eae4-e2db-7f19-e2bfe1473072_Event1 .

oa:relationep_frl_1e3b8d3e-eae4-e2db-7f19-e2bfe1473072_3
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_frl_1e3b8d3e-eae4-e2db-7f19-e2bfe1473072_Person:5bd42531-087d-37f5-e347-d3f3e0c9ff1e ;
  a2a:EventKeyRef oa:event_frl_1e3b8d3e-eae4-e2db-7f19-e2bfe1473072_Event1 .

oa:relationep_frl_1e3b8d3e-eae4-e2db-7f19-e2bfe1473072_4
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_frl_1e3b8d3e-eae4-e2db-7f19-e2bfe1473072_Person:8c7bc5d8-50cf-3812-75d5-d8321780cae1 ;
  a2a:EventKeyRef oa:event_frl_1e3b8d3e-eae4-e2db-7f19-e2bfe1473072_Event1 .

oa:source_frl_1e3b8d3e-eae4-e2db-7f19-e2bfe1473072
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Lemsterland" ;
    rdfs:label "Lemsterland", "1838-11-18 - 1838-11-18"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1838-11-18"^^xsd:date ;
    a2a:SourceIndexDateTo "1838-11-18"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1838" ;
    a2a:Month "11" ;
    a2a:Day "18" ;
    rdfs:label "1838-11-18"^^xsd:date
  ] ;
  a2a:SourceType "BS Huwelijk" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Lemsterland - Tresoar, Bron: boek, Deel: 2008, Periode: 1838" ;
    a2a:Book "Huwelijksregister 1838" ;
    a2a:DocumentNumber "0038" ;
    a2a:RegistryNumber "2008" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand Lemsterland - Tresoar, Bron: boek, Deel: 2008, Periode: 1838, Huwelijksregister 1838, 0038, 2008"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/ef78b102-29f1-4791-a371-cc08fc8d08f5.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/1e3b8d3e-eae4-e2db-7f19-e2bfe1473072" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/ef78b102-29f1-4791-a371-cc08fc8d08f5.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/NL-0400410000%2FNL-0400410000_30-24%2FNL-0400410000_30-24_4033%2FNL-0400410000_30-24_4033_000038_0001.jp2" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/1e3b8d3e-eae4-e2db-7f19-e2bfe1473072" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/NL-0400410000%2FNL-0400410000_30-24%2FNL-0400410000_30-24_4033%2FNL-0400410000_30-24_4033_000038_0001.jp2"
  ] ;
  a2a:SourceLastChangeDate "2019-08-30"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/1e3b8d3e-eae4-e2db-7f19-e2bfe1473072" ;
  a2a:RecordGUID "{1e3b8d3e-eae4-e2db-7f19-e2bfe1473072}" ;
  a2a:SourceRemarkarchiefnaam "Burgerlijke Stand Lemsterland - Tresoar" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "2008" ;
  a2a:SourceRemarkregister_periode "1838" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250425_39185_00039185.xml van FRL" .

