@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_a94b5f24-e04a-2ef3-101a-d4527397b3db
  a a2a:Record ;
  rdfs:label "Geboorte (geboorteakte) op 27 november 1922 te Leeuwarden" ;
  a2a:hasPerson oa:person_frl_a94b5f24-e04a-2ef3-101a-d4527397b3db_Person-a68c595e-d0e4-c6cb-da5f-f6cccd17d1df, oa:person_frl_a94b5f24-e04a-2ef3-101a-d4527397b3db_Person-9cf06924-ac5f-4066-fde5-197089764d8b, oa:person_frl_a94b5f24-e04a-2ef3-101a-d4527397b3db_Person-836688d9-c728-a314-f8ce-6219b4ea7cbe ;
  a2a:hasEvent oa:event_frl_a94b5f24-e04a-2ef3-101a-d4527397b3db_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_a94b5f24-e04a-2ef3-101a-d4527397b3db_0, oa:relationep_frl_a94b5f24-e04a-2ef3-101a-d4527397b3db_1, oa:relationep_frl_a94b5f24-e04a-2ef3-101a-d4527397b3db_2 ;
  a2a:hasSource oa:source_frl_a94b5f24-e04a-2ef3-101a-d4527397b3db .

oa:person_frl_a94b5f24-e04a-2ef3-101a-d4527397b3db_Person-a68c595e-d0e4-c6cb-da5f-f6cccd17d1df
  a a2a:Person ;
  rdfs:label "Oeds Pieter Topma" ;
  a2a:PersonName [
    rdfs:label "Oeds Pieter Topma" ;
    a2a:PersonNameFirstName "Oeds Pieter" ;
    a2a:PersonNameLastName "Topma"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1922" ;
    a2a:Month "11" ;
    a2a:Day "27" ;
    rdfs:label "1922-11-27"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden"
  ] .

oa:person_frl_a94b5f24-e04a-2ef3-101a-d4527397b3db_Person-9cf06924-ac5f-4066-fde5-197089764d8b
  a a2a:Person ;
  rdfs:label "Pieter Topma" ;
  a2a:PersonName [
    rdfs:label "Pieter Topma" ;
    a2a:PersonNameFirstName "Pieter" ;
    a2a:PersonNameLastName "Topma"
  ] ;
  a2a:Gender "Man" ;
  a2a:Residence [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "28 jaar" ;
    rdfs:label "28 jaar"
  ] ;
  a2a:Profession "arbeider" .

oa:person_frl_a94b5f24-e04a-2ef3-101a-d4527397b3db_Person-836688d9-c728-a314-f8ce-6219b4ea7cbe
  a a2a:Person ;
  rdfs:label "Froukje van Zwol" ;
  a2a:PersonName [
    rdfs:label "Froukje van Zwol" ;
    a2a:PersonNameFirstName "Froukje" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Zwol"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Residence [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden"
  ] .

oa:event_frl_a94b5f24-e04a-2ef3-101a-d4527397b3db_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1922" ;
    a2a:Month "11" ;
    a2a:Day "27" ;
    rdfs:label "1922-11-27"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden"
  ] .

oa:relationep_frl_a94b5f24-e04a-2ef3-101a-d4527397b3db_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_frl_a94b5f24-e04a-2ef3-101a-d4527397b3db_Person:a68c595e-d0e4-c6cb-da5f-f6cccd17d1df ;
  a2a:EventKeyRef oa:event_frl_a94b5f24-e04a-2ef3-101a-d4527397b3db_Event1 .

oa:relationep_frl_a94b5f24-e04a-2ef3-101a-d4527397b3db_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_a94b5f24-e04a-2ef3-101a-d4527397b3db_Person:9cf06924-ac5f-4066-fde5-197089764d8b ;
  a2a:EventKeyRef oa:event_frl_a94b5f24-e04a-2ef3-101a-d4527397b3db_Event1 .

oa:relationep_frl_a94b5f24-e04a-2ef3-101a-d4527397b3db_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_a94b5f24-e04a-2ef3-101a-d4527397b3db_Person:836688d9-c728-a314-f8ce-6219b4ea7cbe ;
  a2a:EventKeyRef oa:event_frl_a94b5f24-e04a-2ef3-101a-d4527397b3db_Event1 .

oa:source_frl_a94b5f24-e04a-2ef3-101a-d4527397b3db
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden", "1922-11-29 - 1922-11-29"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1922-11-29"^^xsd:date ;
    a2a:SourceIndexDateTo "1922-11-29"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1922" ;
    a2a:Month "11" ;
    a2a:Day "29" ;
    rdfs:label "1922-11-29"^^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 1922" ;
    a2a:DocumentNumber "0971" ;
    a2a:RegistryNumber "141" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Ambtenaar van de Burgerlijke Stand in Leeuwarden - Historisch Centrum Leeuwarden, Br..., Geboorteregister 1922, 0971, 141"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/2ea17ead-37cb-ed74-0fa3-b24e8876ef0a.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/a94b5f24-e04a-2ef3-101a-d4527397b3db" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/2ea17ead-37cb-ed74-0fa3-b24e8876ef0a.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-08-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/a94b5f24-e04a-2ef3-101a-d4527397b3db" ;
  a2a:RecordGUID "{a94b5f24-e04a-2ef3-101a-d4527397b3db}" ;
  a2a:SourceRemarkAkteSoort "Geboorteakte" ;
  a2a:SourceRemarkarchiefnaam "Ambtenaar van de Burgerlijke Stand in Leeuwarden - Historisch Centrum Leeuwarden" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "141" ;
  a2a:SourceRemarkregister_periode "1922" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250425_52834_00052834.xml van FRL" .

