@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_b815ce52-6d6c-c476-cedf-e72f9f62748d
  a a2a:Record ;
  rdfs:label "Geboorte (geboorteakte) op 12 maart 1909 te Leeuwarden" ;
  a2a:hasPerson oa:person_frl_b815ce52-6d6c-c476-cedf-e72f9f62748d_Person-319c89c2-fdf6-81ee-f796-bed809f4115c, oa:person_frl_b815ce52-6d6c-c476-cedf-e72f9f62748d_Person-b8434094-b0b5-e5b8-6221-9d1e6b029cfb, oa:person_frl_b815ce52-6d6c-c476-cedf-e72f9f62748d_Person-d32cfbb4-dfb3-9cd3-0939-52b7d437acd9 ;
  a2a:hasEvent oa:event_frl_b815ce52-6d6c-c476-cedf-e72f9f62748d_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_b815ce52-6d6c-c476-cedf-e72f9f62748d_0, oa:relationep_frl_b815ce52-6d6c-c476-cedf-e72f9f62748d_1, oa:relationep_frl_b815ce52-6d6c-c476-cedf-e72f9f62748d_2 ;
  a2a:hasSource oa:source_frl_b815ce52-6d6c-c476-cedf-e72f9f62748d .

oa:person_frl_b815ce52-6d6c-c476-cedf-e72f9f62748d_Person-319c89c2-fdf6-81ee-f796-bed809f4115c
  a a2a:Person ;
  rdfs:label "Sierk Weijer" ;
  a2a:PersonName [
    rdfs:label "Sierk Weijer" ;
    a2a:PersonNameFirstName "Sierk" ;
    a2a:PersonNameLastName "Weijer"
  ] ;
  a2a:Gender "Man" ;
  a2a:Residence [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden"
  ] ;
  a2a:BirthDate [
    a2a:Year "1909" ;
    a2a:Month "3" ;
    a2a:Day "12" ;
    rdfs:label "1909-03-12"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden"
  ] .

oa:person_frl_b815ce52-6d6c-c476-cedf-e72f9f62748d_Person-b8434094-b0b5-e5b8-6221-9d1e6b029cfb
  a a2a:Person ;
  rdfs:label "Bartele Weijer" ;
  a2a:PersonName [
    rdfs:label "Bartele Weijer" ;
    a2a:PersonNameFirstName "Bartele" ;
    a2a:PersonNameLastName "Weijer"
  ] ;
  a2a:Gender "Man" ;
  a2a:Residence [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "30 jaar" ;
    rdfs:label "30 jaar"
  ] ;
  a2a:Profession "stoker" .

oa:person_frl_b815ce52-6d6c-c476-cedf-e72f9f62748d_Person-d32cfbb4-dfb3-9cd3-0939-52b7d437acd9
  a a2a:Person ;
  rdfs:label "Getje Bartels" ;
  a2a:PersonName [
    rdfs:label "Getje Bartels" ;
    a2a:PersonNameFirstName "Getje" ;
    a2a:PersonNameLastName "Bartels"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Residence [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden"
  ] .

oa:event_frl_b815ce52-6d6c-c476-cedf-e72f9f62748d_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1909" ;
    a2a:Month "3" ;
    a2a:Day "12" ;
    rdfs:label "1909-03-12"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden"
  ] .

oa:relationep_frl_b815ce52-6d6c-c476-cedf-e72f9f62748d_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_frl_b815ce52-6d6c-c476-cedf-e72f9f62748d_Person:319c89c2-fdf6-81ee-f796-bed809f4115c ;
  a2a:EventKeyRef oa:event_frl_b815ce52-6d6c-c476-cedf-e72f9f62748d_Event1 .

oa:relationep_frl_b815ce52-6d6c-c476-cedf-e72f9f62748d_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_b815ce52-6d6c-c476-cedf-e72f9f62748d_Person:b8434094-b0b5-e5b8-6221-9d1e6b029cfb ;
  a2a:EventKeyRef oa:event_frl_b815ce52-6d6c-c476-cedf-e72f9f62748d_Event1 .

oa:relationep_frl_b815ce52-6d6c-c476-cedf-e72f9f62748d_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_b815ce52-6d6c-c476-cedf-e72f9f62748d_Person:d32cfbb4-dfb3-9cd3-0939-52b7d437acd9 ;
  a2a:EventKeyRef oa:event_frl_b815ce52-6d6c-c476-cedf-e72f9f62748d_Event1 .

oa:source_frl_b815ce52-6d6c-c476-cedf-e72f9f62748d
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden", "1909-03-13 - 1909-03-13"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1909-03-13"^^xsd:date ;
    a2a:SourceIndexDateTo "1909-03-13"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1909" ;
    a2a:Month "3" ;
    a2a:Day "13" ;
    rdfs:label "1909-03-13"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Ambtenaar van de Burgerlijke Stand in Leeuwarden - Historisch Centrum Leeuwarden, Br..." ;
    a2a:Book "Geboorteregister 1909" ;
    a2a:DocumentNumber "0179" ;
    a2a:RegistryNumber "128" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Ambtenaar van de Burgerlijke Stand in Leeuwarden - Historisch Centrum Leeuwarden, Br..., Geboorteregister 1909, 0179, 128"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/267e2c6d-7bc0-d482-6fdf-fdfb3a5b70c0.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/b815ce52-6d6c-c476-cedf-e72f9f62748d" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/267e2c6d-7bc0-d482-6fdf-fdfb3a5b70c0.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-03-13"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/b815ce52-6d6c-c476-cedf-e72f9f62748d" ;
  a2a:RecordGUID "{b815ce52-6d6c-c476-cedf-e72f9f62748d}" ;
  a2a:SourceRemarkAkteSoort "Geboorteakte" ;
  a2a:SourceRemarkarchiefnaam "Ambtenaar van de Burgerlijke Stand in Leeuwarden - Historisch Centrum Leeuwarden" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "128" ;
  a2a:SourceRemarkregister_periode "1909" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250425_47522_00047522.xml van FRL" .

