@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_097e57d4-eae7-3d41-0035-a3a92eef4827
  a a2a:Record ;
  rdfs:label "Geboorte op 11 juli 1813" ;
  a2a:hasPerson oa:person_frl_097e57d4-eae7-3d41-0035-a3a92eef4827_Person-f2389b69-b2d1-28b8-549a-597985e84fbc, oa:person_frl_097e57d4-eae7-3d41-0035-a3a92eef4827_Person-69522780-cab4-ac28-980e-acab1467133d, oa:person_frl_097e57d4-eae7-3d41-0035-a3a92eef4827_Person-c1a5ac80-b2fb-70ca-64ed-afb4487e5e93 ;
  a2a:hasEvent oa:event_frl_097e57d4-eae7-3d41-0035-a3a92eef4827_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_097e57d4-eae7-3d41-0035-a3a92eef4827_0, oa:relationep_frl_097e57d4-eae7-3d41-0035-a3a92eef4827_1, oa:relationep_frl_097e57d4-eae7-3d41-0035-a3a92eef4827_2 ;
  a2a:hasSource oa:source_frl_097e57d4-eae7-3d41-0035-a3a92eef4827 .

oa:person_frl_097e57d4-eae7-3d41-0035-a3a92eef4827_Person-f2389b69-b2d1-28b8-549a-597985e84fbc
  a a2a:Person ;
  rdfs:label "Cornelis Rab" ;
  a2a:PersonName [
    rdfs:label "Cornelis Rab" ;
    a2a:PersonNameFirstName "Cornelis" ;
    a2a:PersonNameLastName "Rab"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_097e57d4-eae7-3d41-0035-a3a92eef4827_Person-69522780-cab4-ac28-980e-acab1467133d
  a a2a:Person ;
  rdfs:label "Sjoukje Rab" ;
  a2a:PersonName [
    rdfs:label "Sjoukje Rab" ;
    a2a:PersonNameFirstName "Sjoukje" ;
    a2a:PersonNameLastName "Rab"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1813" ;
    a2a:Month "7" ;
    a2a:Day "11" ;
    rdfs:label "1813-07-11"^^xsd:date
  ] .

oa:person_frl_097e57d4-eae7-3d41-0035-a3a92eef4827_Person-c1a5ac80-b2fb-70ca-64ed-afb4487e5e93
  a a2a:Person ;
  rdfs:label "Antje Cornelis Hoedemaker" ;
  a2a:PersonName [
    rdfs:label "Antje Cornelis Hoedemaker" ;
    a2a:PersonNameFirstName "Antje" ;
    a2a:PersonNamePatronym "Cornelis" ;
    a2a:PersonNameLastName "Hoedemaker"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_frl_097e57d4-eae7-3d41-0035-a3a92eef4827_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1813" ;
    a2a:Month "7" ;
    a2a:Day "11" ;
    rdfs:label "1813-07-11"^^xsd:date
  ] .

oa:relationep_frl_097e57d4-eae7-3d41-0035-a3a92eef4827_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_097e57d4-eae7-3d41-0035-a3a92eef4827_Person:f2389b69-b2d1-28b8-549a-597985e84fbc ;
  a2a:EventKeyRef oa:event_frl_097e57d4-eae7-3d41-0035-a3a92eef4827_Event1 .

oa:relationep_frl_097e57d4-eae7-3d41-0035-a3a92eef4827_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_frl_097e57d4-eae7-3d41-0035-a3a92eef4827_Person:69522780-cab4-ac28-980e-acab1467133d ;
  a2a:EventKeyRef oa:event_frl_097e57d4-eae7-3d41-0035-a3a92eef4827_Event1 .

oa:relationep_frl_097e57d4-eae7-3d41-0035-a3a92eef4827_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_097e57d4-eae7-3d41-0035-a3a92eef4827_Person:c1a5ac80-b2fb-70ca-64ed-afb4487e5e93 ;
  a2a:EventKeyRef oa:event_frl_097e57d4-eae7-3d41-0035-a3a92eef4827_Event1 .

oa:source_frl_097e57d4-eae7-3d41-0035-a3a92eef4827
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Vlieland" ;
    rdfs:label "Vlieland", "1813-07-11 - 1813-07-11"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1813-07-11"^^xsd:date ;
    a2a:SourceIndexDateTo "1813-07-11"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1813" ;
    a2a:Month "7" ;
    a2a:Day "11" ;
    rdfs:label "1813-07-11"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Vlieland - Tresoar, Bron: boek, Deel: 1001, Periode: 1813" ;
    a2a:Book "Geboorteregister 1813" ;
    a2a:DocumentNumber "0003" ;
    a2a:RegistryNumber "1001" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand Vlieland - Tresoar, Bron: boek, Deel: 1001, Periode: 1813, Geboorteregister 1813, 0003, 1001"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/cf9612ab-bc9b-c212-5cf8-087bf44837d9.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/097e57d4-eae7-3d41-0035-a3a92eef4827" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/cf9612ab-bc9b-c212-5cf8-087bf44837d9.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-08-30"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/097e57d4-eae7-3d41-0035-a3a92eef4827" ;
  a2a:RecordGUID "{097e57d4-eae7-3d41-0035-a3a92eef4827}" ;
  a2a:SourceRemarkarchiefnaam "Burgerlijke Stand Vlieland - Tresoar" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "1001" ;
  a2a:SourceRemarkregister_periode "1813" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250425_73706_00073706.xml van FRL" .

