@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_9be2d81f-74c2-00ca-ab02-d76dabefc20a
  a a2a:Record ;
  rdfs:label "Geboorte op 22 november 1918 te Lemmer" ;
  a2a:hasPerson oa:person_frl_9be2d81f-74c2-00ca-ab02-d76dabefc20a_Person-9caab3df-3cfc-dae1-a6ec-41a97205d38c, oa:person_frl_9be2d81f-74c2-00ca-ab02-d76dabefc20a_Person-fc0c2730-a4d3-afd2-ee51-2ee3fa694df9, oa:person_frl_9be2d81f-74c2-00ca-ab02-d76dabefc20a_Person-1ecf78a1-b0bd-922c-1924-5dafacdf7a6d ;
  a2a:hasEvent oa:event_frl_9be2d81f-74c2-00ca-ab02-d76dabefc20a_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_9be2d81f-74c2-00ca-ab02-d76dabefc20a_0, oa:relationep_frl_9be2d81f-74c2-00ca-ab02-d76dabefc20a_1, oa:relationep_frl_9be2d81f-74c2-00ca-ab02-d76dabefc20a_2 ;
  a2a:hasSource oa:source_frl_9be2d81f-74c2-00ca-ab02-d76dabefc20a .

oa:person_frl_9be2d81f-74c2-00ca-ab02-d76dabefc20a_Person-9caab3df-3cfc-dae1-a6ec-41a97205d38c
  a a2a:Person ;
  rdfs:label "Geertje Poepjes" ;
  a2a:PersonName [
    rdfs:label "Geertje Poepjes" ;
    a2a:PersonNameFirstName "Geertje" ;
    a2a:PersonNameLastName "Poepjes"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1918" ;
    a2a:Month "11" ;
    a2a:Day "22" ;
    rdfs:label "1918-11-22"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Lemmer" ;
    rdfs:label "Lemmer"
  ] .

oa:person_frl_9be2d81f-74c2-00ca-ab02-d76dabefc20a_Person-fc0c2730-a4d3-afd2-ee51-2ee3fa694df9
  a a2a:Person ;
  rdfs:label "Johannes Poepjes" ;
  a2a:PersonName [
    rdfs:label "Johannes Poepjes" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNameLastName "Poepjes"
  ] ;
  a2a:Gender "Man" ;
  a2a:Residence [
    a2a:Place "Lemmer" ;
    rdfs:label "Lemmer"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "42 jaar" ;
    rdfs:label "42 jaar"
  ] ;
  a2a:Profession "visser" .

oa:person_frl_9be2d81f-74c2-00ca-ab02-d76dabefc20a_Person-1ecf78a1-b0bd-922c-1924-5dafacdf7a6d
  a a2a:Person ;
  rdfs:label "Hendrikje Dijkstra" ;
  a2a:PersonName [
    rdfs:label "Hendrikje Dijkstra" ;
    a2a:PersonNameFirstName "Hendrikje" ;
    a2a:PersonNameLastName "Dijkstra"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Residence [
    a2a:Place "Lemmer" ;
    rdfs:label "Lemmer"
  ] .

oa:event_frl_9be2d81f-74c2-00ca-ab02-d76dabefc20a_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1918" ;
    a2a:Month "11" ;
    a2a:Day "22" ;
    rdfs:label "1918-11-22"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Lemmer" ;
    rdfs:label "Lemmer"
  ] .

oa:relationep_frl_9be2d81f-74c2-00ca-ab02-d76dabefc20a_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_frl_9be2d81f-74c2-00ca-ab02-d76dabefc20a_Person:9caab3df-3cfc-dae1-a6ec-41a97205d38c ;
  a2a:EventKeyRef oa:event_frl_9be2d81f-74c2-00ca-ab02-d76dabefc20a_Event1 .

oa:relationep_frl_9be2d81f-74c2-00ca-ab02-d76dabefc20a_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_9be2d81f-74c2-00ca-ab02-d76dabefc20a_Person:fc0c2730-a4d3-afd2-ee51-2ee3fa694df9 ;
  a2a:EventKeyRef oa:event_frl_9be2d81f-74c2-00ca-ab02-d76dabefc20a_Event1 .

oa:relationep_frl_9be2d81f-74c2-00ca-ab02-d76dabefc20a_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_9be2d81f-74c2-00ca-ab02-d76dabefc20a_Person:1ecf78a1-b0bd-922c-1924-5dafacdf7a6d ;
  a2a:EventKeyRef oa:event_frl_9be2d81f-74c2-00ca-ab02-d76dabefc20a_Event1 .

oa:source_frl_9be2d81f-74c2-00ca-ab02-d76dabefc20a
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Lemsterland" ;
    rdfs:label "Lemsterland", "1918-11-23 - 1918-11-23"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1918-11-23"^^xsd:date ;
    a2a:SourceIndexDateTo "1918-11-23"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1918" ;
    a2a:Month "11" ;
    a2a:Day "23" ;
    rdfs:label "1918-11-23"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Lemsterland - Tresoar, Deel: 1056, Periode: 1918" ;
    a2a:Book "Geboorteregister 1918" ;
    a2a:DocumentNumber "0160" ;
    a2a:RegistryNumber "1056" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand Lemsterland - Tresoar, Deel: 1056, Periode: 1918, Geboorteregister 1918, 0160, 1056"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/1e877a62-405d-b590-fa54-8c49920df9f8.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/9be2d81f-74c2-00ca-ab02-d76dabefc20a" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/1e877a62-405d-b590-fa54-8c49920df9f8.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-01-15"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/9be2d81f-74c2-00ca-ab02-d76dabefc20a" ;
  a2a:RecordGUID "{9be2d81f-74c2-00ca-ab02-d76dabefc20a}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240413_7544_00007544.xml van FRL" .

