@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_4e6af956-451e-d2b8-50ee-21d14e22b2be
  a a2a:Record ;
  rdfs:label "Geboorte (geboorteakte) op 20 augustus 1917 te Leeuwarden" ;
  a2a:hasPerson oa:person_frl_4e6af956-451e-d2b8-50ee-21d14e22b2be_Person-3b9ea61e-756b-1e8f-0c10-467a0cf6ecc6, oa:person_frl_4e6af956-451e-d2b8-50ee-21d14e22b2be_Person-acc8a796-375d-597f-9a76-a928cd2aaaad, oa:person_frl_4e6af956-451e-d2b8-50ee-21d14e22b2be_Person-063c69ef-4cf0-d26d-30f5-08fe1a80918a ;
  a2a:hasEvent oa:event_frl_4e6af956-451e-d2b8-50ee-21d14e22b2be_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_4e6af956-451e-d2b8-50ee-21d14e22b2be_0, oa:relationep_frl_4e6af956-451e-d2b8-50ee-21d14e22b2be_1, oa:relationep_frl_4e6af956-451e-d2b8-50ee-21d14e22b2be_2 ;
  a2a:hasSource oa:source_frl_4e6af956-451e-d2b8-50ee-21d14e22b2be .

oa:person_frl_4e6af956-451e-d2b8-50ee-21d14e22b2be_Person-3b9ea61e-756b-1e8f-0c10-467a0cf6ecc6
  a a2a:Person ;
  rdfs:label "Akke de Vries" ;
  a2a:PersonName [
    rdfs:label "Akke de Vries" ;
    a2a:PersonNameFirstName "Akke" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Vries"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Residence [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden"
  ] ;
  a2a:BirthDate [
    a2a:Year "1917" ;
    a2a:Month "8" ;
    a2a:Day "20" ;
    rdfs:label "1917-08-20"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden"
  ] .

oa:person_frl_4e6af956-451e-d2b8-50ee-21d14e22b2be_Person-acc8a796-375d-597f-9a76-a928cd2aaaad
  a a2a:Person ;
  rdfs:label "Klaas de Vries" ;
  a2a:PersonName [
    rdfs:label "Klaas de Vries" ;
    a2a:PersonNameFirstName "Klaas" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Vries"
  ] ;
  a2a:Gender "Man" ;
  a2a:Residence [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "31 jaar" ;
    rdfs:label "31 jaar"
  ] ;
  a2a:Profession "goudsmid" .

oa:person_frl_4e6af956-451e-d2b8-50ee-21d14e22b2be_Person-063c69ef-4cf0-d26d-30f5-08fe1a80918a
  a a2a:Person ;
  rdfs:label "Lamberta Edema" ;
  a2a:PersonName [
    rdfs:label "Lamberta Edema" ;
    a2a:PersonNameFirstName "Lamberta" ;
    a2a:PersonNameLastName "Edema"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Residence [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden"
  ] .

oa:event_frl_4e6af956-451e-d2b8-50ee-21d14e22b2be_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1917" ;
    a2a:Month "8" ;
    a2a:Day "20" ;
    rdfs:label "1917-08-20"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden"
  ] .

oa:relationep_frl_4e6af956-451e-d2b8-50ee-21d14e22b2be_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_frl_4e6af956-451e-d2b8-50ee-21d14e22b2be_Person:3b9ea61e-756b-1e8f-0c10-467a0cf6ecc6 ;
  a2a:EventKeyRef oa:event_frl_4e6af956-451e-d2b8-50ee-21d14e22b2be_Event1 .

oa:relationep_frl_4e6af956-451e-d2b8-50ee-21d14e22b2be_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_4e6af956-451e-d2b8-50ee-21d14e22b2be_Person:acc8a796-375d-597f-9a76-a928cd2aaaad ;
  a2a:EventKeyRef oa:event_frl_4e6af956-451e-d2b8-50ee-21d14e22b2be_Event1 .

oa:relationep_frl_4e6af956-451e-d2b8-50ee-21d14e22b2be_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_4e6af956-451e-d2b8-50ee-21d14e22b2be_Person:063c69ef-4cf0-d26d-30f5-08fe1a80918a ;
  a2a:EventKeyRef oa:event_frl_4e6af956-451e-d2b8-50ee-21d14e22b2be_Event1 .

oa:source_frl_4e6af956-451e-d2b8-50ee-21d14e22b2be
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden", "1917-08-22 - 1917-08-22"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1917-08-22"^^xsd:date ;
    a2a:SourceIndexDateTo "1917-08-22"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1917" ;
    a2a:Month "8" ;
    a2a:Day "22" ;
    rdfs:label "1917-08-22"^^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 1917" ;
    a2a:DocumentNumber "0652" ;
    a2a:RegistryNumber "136" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Ambtenaar van de Burgerlijke Stand in Leeuwarden - Historisch Centrum Leeuwarden, Br..., Geboorteregister 1917, 0652, 136"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/19db9758-889d-a96e-7fa7-9277a3af5406.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/4e6af956-451e-d2b8-50ee-21d14e22b2be" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/19db9758-889d-a96e-7fa7-9277a3af5406.jpg"
  ] ;
  a2a:SourceLastChangeDate "2025-07-08"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/4e6af956-451e-d2b8-50ee-21d14e22b2be" ;
  a2a:RecordGUID "{4e6af956-451e-d2b8-50ee-21d14e22b2be}" ;
  a2a:SourceRemarkAkteSoort "Geboorteakte" ;
  a2a:SourceRemarkarchiefnaam "Ambtenaar van de Burgerlijke Stand in Leeuwarden - Historisch Centrum Leeuwarden" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "136" ;
  a2a:SourceRemarkregister_periode "1917" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250910_1005_00001005.xml van FRL" .

