@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_b62f0c10-1ef7-e7e1-9296-173ef90a70ea
  a a2a:Record ;
  rdfs:label "Geboorte op 13 juli 1923 te Lemmer" ;
  a2a:hasPerson oa:person_frl_b62f0c10-1ef7-e7e1-9296-173ef90a70ea_Person-5ffb4fa3-b048-80fb-5beb-66486dba8a41, oa:person_frl_b62f0c10-1ef7-e7e1-9296-173ef90a70ea_Person-44820a19-bdd3-f787-bec4-dc0e813ff3dc, oa:person_frl_b62f0c10-1ef7-e7e1-9296-173ef90a70ea_Person-90e1ad9f-0544-85c1-6c8d-afcef4c789c7 ;
  a2a:hasEvent oa:event_frl_b62f0c10-1ef7-e7e1-9296-173ef90a70ea_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_b62f0c10-1ef7-e7e1-9296-173ef90a70ea_0, oa:relationep_frl_b62f0c10-1ef7-e7e1-9296-173ef90a70ea_1, oa:relationep_frl_b62f0c10-1ef7-e7e1-9296-173ef90a70ea_2 ;
  a2a:hasSource oa:source_frl_b62f0c10-1ef7-e7e1-9296-173ef90a70ea .

oa:person_frl_b62f0c10-1ef7-e7e1-9296-173ef90a70ea_Person-5ffb4fa3-b048-80fb-5beb-66486dba8a41
  a a2a:Person ;
  rdfs:label "Meinardus Bernardus Antonius van der Hoff" ;
  a2a:PersonName [
    rdfs:label "Meinardus Bernardus Antonius van der Hoff" ;
    a2a:PersonNameFirstName "Meinardus Bernardus Antonius" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Hoff"
  ] ;
  a2a:Gender "Man" ;
  a2a:Residence [
    a2a:Place "Lemmer" ;
    rdfs:label "Lemmer"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "33 jaar" ;
    rdfs:label "33 jaar"
  ] ;
  a2a:Profession "bakker" .

oa:person_frl_b62f0c10-1ef7-e7e1-9296-173ef90a70ea_Person-44820a19-bdd3-f787-bec4-dc0e813ff3dc
  a a2a:Person ;
  rdfs:label "Elisabeth Johanna Kemme" ;
  a2a:PersonName [
    rdfs:label "Elisabeth Johanna Kemme" ;
    a2a:PersonNameFirstName "Elisabeth Johanna" ;
    a2a:PersonNameLastName "Kemme"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Residence [
    a2a:Place "Lemmer" ;
    rdfs:label "Lemmer"
  ] .

oa:person_frl_b62f0c10-1ef7-e7e1-9296-173ef90a70ea_Person-90e1ad9f-0544-85c1-6c8d-afcef4c789c7
  a a2a:Person ;
  rdfs:label "Anna Engelina Margaretha van der Hoff" ;
  a2a:PersonName [
    rdfs:label "Anna Engelina Margaretha van der Hoff" ;
    a2a:PersonNameFirstName "Anna Engelina Margaretha" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Hoff"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1923" ;
    a2a:Month "7" ;
    a2a:Day "13" ;
    rdfs:label "1923-07-13"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Lemmer" ;
    rdfs:label "Lemmer"
  ] .

oa:event_frl_b62f0c10-1ef7-e7e1-9296-173ef90a70ea_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1923" ;
    a2a:Month "7" ;
    a2a:Day "13" ;
    rdfs:label "1923-07-13"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Lemmer" ;
    rdfs:label "Lemmer"
  ] .

oa:relationep_frl_b62f0c10-1ef7-e7e1-9296-173ef90a70ea_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_b62f0c10-1ef7-e7e1-9296-173ef90a70ea_Person:5ffb4fa3-b048-80fb-5beb-66486dba8a41 ;
  a2a:EventKeyRef oa:event_frl_b62f0c10-1ef7-e7e1-9296-173ef90a70ea_Event1 .

oa:relationep_frl_b62f0c10-1ef7-e7e1-9296-173ef90a70ea_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_b62f0c10-1ef7-e7e1-9296-173ef90a70ea_Person:44820a19-bdd3-f787-bec4-dc0e813ff3dc ;
  a2a:EventKeyRef oa:event_frl_b62f0c10-1ef7-e7e1-9296-173ef90a70ea_Event1 .

oa:relationep_frl_b62f0c10-1ef7-e7e1-9296-173ef90a70ea_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_frl_b62f0c10-1ef7-e7e1-9296-173ef90a70ea_Person:90e1ad9f-0544-85c1-6c8d-afcef4c789c7 ;
  a2a:EventKeyRef oa:event_frl_b62f0c10-1ef7-e7e1-9296-173ef90a70ea_Event1 .

oa:source_frl_b62f0c10-1ef7-e7e1-9296-173ef90a70ea
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Lemsterland" ;
    rdfs:label "Lemsterland", "1923-07-13 - 1923-07-13"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1923-07-13"^^xsd:date ;
    a2a:SourceIndexDateTo "1923-07-13"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1923" ;
    a2a:Month "7" ;
    a2a:Day "13" ;
    rdfs:label "1923-07-13"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Lemsterland - Tresoar, Deel: 1061, Periode: 1923" ;
    a2a:Book "Geboorteregister 1923" ;
    a2a:DocumentNumber "0130" ;
    a2a:RegistryNumber "1061" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand Lemsterland - Tresoar, Deel: 1061, Periode: 1923, Geboorteregister 1923, 0130, 1061"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/22619205-2d62-e0b2-465a-c70459156776.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/b62f0c10-1ef7-e7e1-9296-173ef90a70ea" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/22619205-2d62-e0b2-465a-c70459156776.jpg"
  ] ;
  a2a:SourceLastChangeDate "2026-03-12"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/b62f0c10-1ef7-e7e1-9296-173ef90a70ea" ;
  a2a:RecordGUID "{b62f0c10-1ef7-e7e1-9296-173ef90a70ea}" ;
  a2a:SourceRemarkarchiefnaam "Burgerlijke Stand Lemsterland - Tresoar" ;
  a2a:SourceRemarkdeel "1061" ;
  a2a:SourceRemarkregister_periode "1923" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260702_227_00000227.xml van FRL" .

