@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_0b5b02b8-ef40-fe99-25da-e2a2bab089ac
  a a2a:Record ;
  rdfs:label "Geboorte op 1 maart 1898" ;
  a2a:hasPerson oa:person_frl_0b5b02b8-ef40-fe99-25da-e2a2bab089ac_Person-967c2846-7273-4a39-a7a3-948941154556, oa:person_frl_0b5b02b8-ef40-fe99-25da-e2a2bab089ac_Person-9cf1373d-84d4-6250-b2a2-b4ed08eaaf9a, oa:person_frl_0b5b02b8-ef40-fe99-25da-e2a2bab089ac_Person-d35a8360-f79a-a860-4140-4f0c3775d7ae ;
  a2a:hasEvent oa:event_frl_0b5b02b8-ef40-fe99-25da-e2a2bab089ac_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_0b5b02b8-ef40-fe99-25da-e2a2bab089ac_0, oa:relationep_frl_0b5b02b8-ef40-fe99-25da-e2a2bab089ac_1, oa:relationep_frl_0b5b02b8-ef40-fe99-25da-e2a2bab089ac_2 ;
  a2a:hasSource oa:source_frl_0b5b02b8-ef40-fe99-25da-e2a2bab089ac .

oa:person_frl_0b5b02b8-ef40-fe99-25da-e2a2bab089ac_Person-967c2846-7273-4a39-a7a3-948941154556
  a a2a:Person ;
  rdfs:label "Harm Dirk Voogd" ;
  a2a:PersonName [
    rdfs:label "Harm Dirk Voogd" ;
    a2a:PersonNameFirstName "Harm Dirk" ;
    a2a:PersonNameLastName "Voogd"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_0b5b02b8-ef40-fe99-25da-e2a2bab089ac_Person-9cf1373d-84d4-6250-b2a2-b4ed08eaaf9a
  a a2a:Person ;
  rdfs:label "Hendrika Johanna Voogd" ;
  a2a:PersonName [
    rdfs:label "Hendrika Johanna Voogd" ;
    a2a:PersonNameFirstName "Hendrika Johanna" ;
    a2a:PersonNameLastName "Voogd"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1898" ;
    a2a:Month "3" ;
    a2a:Day "1" ;
    rdfs:label "1898-03-01"^^xsd:date
  ] .

oa:person_frl_0b5b02b8-ef40-fe99-25da-e2a2bab089ac_Person-d35a8360-f79a-a860-4140-4f0c3775d7ae
  a a2a:Person ;
  rdfs:label "Eeke Steenstra" ;
  a2a:PersonName [
    rdfs:label "Eeke Steenstra" ;
    a2a:PersonNameFirstName "Eeke" ;
    a2a:PersonNameLastName "Steenstra"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_frl_0b5b02b8-ef40-fe99-25da-e2a2bab089ac_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1898" ;
    a2a:Month "3" ;
    a2a:Day "1" ;
    rdfs:label "1898-03-01"^^xsd:date
  ] .

oa:relationep_frl_0b5b02b8-ef40-fe99-25da-e2a2bab089ac_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_0b5b02b8-ef40-fe99-25da-e2a2bab089ac_Person:967c2846-7273-4a39-a7a3-948941154556 ;
  a2a:EventKeyRef oa:event_frl_0b5b02b8-ef40-fe99-25da-e2a2bab089ac_Event1 .

oa:relationep_frl_0b5b02b8-ef40-fe99-25da-e2a2bab089ac_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_frl_0b5b02b8-ef40-fe99-25da-e2a2bab089ac_Person:9cf1373d-84d4-6250-b2a2-b4ed08eaaf9a ;
  a2a:EventKeyRef oa:event_frl_0b5b02b8-ef40-fe99-25da-e2a2bab089ac_Event1 .

oa:relationep_frl_0b5b02b8-ef40-fe99-25da-e2a2bab089ac_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_0b5b02b8-ef40-fe99-25da-e2a2bab089ac_Person:d35a8360-f79a-a860-4140-4f0c3775d7ae ;
  a2a:EventKeyRef oa:event_frl_0b5b02b8-ef40-fe99-25da-e2a2bab089ac_Event1 .

oa:source_frl_0b5b02b8-ef40-fe99-25da-e2a2bab089ac
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Harlingen" ;
    rdfs:label "Harlingen", "1898-03-03 - 1898-03-03"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1898-03-03"^^xsd:date ;
    a2a:SourceIndexDateTo "1898-03-03"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1898" ;
    a2a:Month "3" ;
    a2a:Day "3" ;
    rdfs:label "1898-03-03"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Harlingen - Tresoar, Bron: boek, Deel: 1054, Periode: 1898" ;
    a2a:Book "Geboorteregister 1898" ;
    a2a:DocumentNumber "0061" ;
    a2a:RegistryNumber "1054" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand Harlingen - Tresoar, Bron: boek, Deel: 1054, Periode: 1898, Geboorteregister 1898, 0061, 1054"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/29b1c964-a4a8-504c-caff-030a8b4ac305.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/0b5b02b8-ef40-fe99-25da-e2a2bab089ac" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/29b1c964-a4a8-504c-caff-030a8b4ac305.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-08-30"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/0b5b02b8-ef40-fe99-25da-e2a2bab089ac" ;
  a2a:RecordGUID "{0b5b02b8-ef40-fe99-25da-e2a2bab089ac}" ;
  a2a:SourceRemarkarchiefnaam "Burgerlijke Stand Harlingen - Tresoar" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "1054" ;
  a2a:SourceRemarkregister_periode "1898" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250425_72663_00072663.xml van FRL" .

