@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_05c19f62-0858-c8a1-26a2-68337deb6152
  a a2a:Record ;
  rdfs:label "Geboorte op 24 juli 1842" ;
  a2a:hasPerson oa:person_frl_05c19f62-0858-c8a1-26a2-68337deb6152_Person-b4e6f9d9-cbae-7837-43dd-f1ac31682fcc, oa:person_frl_05c19f62-0858-c8a1-26a2-68337deb6152_Person-21ef45a3-1390-bbab-a714-27a8f1ba3b4c, oa:person_frl_05c19f62-0858-c8a1-26a2-68337deb6152_Person-48c83a0e-9fd6-03ee-389d-1fa14790bc20 ;
  a2a:hasEvent oa:event_frl_05c19f62-0858-c8a1-26a2-68337deb6152_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_05c19f62-0858-c8a1-26a2-68337deb6152_0, oa:relationep_frl_05c19f62-0858-c8a1-26a2-68337deb6152_1, oa:relationep_frl_05c19f62-0858-c8a1-26a2-68337deb6152_2 ;
  a2a:hasSource oa:source_frl_05c19f62-0858-c8a1-26a2-68337deb6152 .

oa:person_frl_05c19f62-0858-c8a1-26a2-68337deb6152_Person-b4e6f9d9-cbae-7837-43dd-f1ac31682fcc
  a a2a:Person ;
  rdfs:label "Taede Fortuin" ;
  a2a:PersonName [
    rdfs:label "Taede Fortuin" ;
    a2a:PersonNameFirstName "Taede" ;
    a2a:PersonNameLastName "Fortuin"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1842" ;
    a2a:Month "7" ;
    a2a:Day "24" ;
    rdfs:label "1842-07-24"^^xsd:date
  ] .

oa:person_frl_05c19f62-0858-c8a1-26a2-68337deb6152_Person-21ef45a3-1390-bbab-a714-27a8f1ba3b4c
  a a2a:Person ;
  rdfs:label "Ruurd Anskes Fortuin" ;
  a2a:PersonName [
    rdfs:label "Ruurd Anskes Fortuin" ;
    a2a:PersonNameFirstName "Ruurd" ;
    a2a:PersonNamePatronym "Anskes" ;
    a2a:PersonNameLastName "Fortuin"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_05c19f62-0858-c8a1-26a2-68337deb6152_Person-48c83a0e-9fd6-03ee-389d-1fa14790bc20
  a a2a:Person ;
  rdfs:label "Durkje Alberts Kamstra" ;
  a2a:PersonName [
    rdfs:label "Durkje Alberts Kamstra" ;
    a2a:PersonNameFirstName "Durkje" ;
    a2a:PersonNamePatronym "Alberts" ;
    a2a:PersonNameLastName "Kamstra"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_frl_05c19f62-0858-c8a1-26a2-68337deb6152_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1842" ;
    a2a:Month "7" ;
    a2a:Day "24" ;
    rdfs:label "1842-07-24"^^xsd:date
  ] .

oa:relationep_frl_05c19f62-0858-c8a1-26a2-68337deb6152_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_frl_05c19f62-0858-c8a1-26a2-68337deb6152_Person:b4e6f9d9-cbae-7837-43dd-f1ac31682fcc ;
  a2a:EventKeyRef oa:event_frl_05c19f62-0858-c8a1-26a2-68337deb6152_Event1 .

oa:relationep_frl_05c19f62-0858-c8a1-26a2-68337deb6152_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_05c19f62-0858-c8a1-26a2-68337deb6152_Person:21ef45a3-1390-bbab-a714-27a8f1ba3b4c ;
  a2a:EventKeyRef oa:event_frl_05c19f62-0858-c8a1-26a2-68337deb6152_Event1 .

oa:relationep_frl_05c19f62-0858-c8a1-26a2-68337deb6152_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_05c19f62-0858-c8a1-26a2-68337deb6152_Person:48c83a0e-9fd6-03ee-389d-1fa14790bc20 ;
  a2a:EventKeyRef oa:event_frl_05c19f62-0858-c8a1-26a2-68337deb6152_Event1 .

oa:source_frl_05c19f62-0858-c8a1-26a2-68337deb6152
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Wijmbritseradeel" ;
    rdfs:label "Wijmbritseradeel", "1842-07-26 - 1842-07-26"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1842-07-26"^^xsd:date ;
    a2a:SourceIndexDateTo "1842-07-26"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1842" ;
    a2a:Month "7" ;
    a2a:Day "26" ;
    rdfs:label "1842-07-26"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Wijmbritseradeel - Tresoar, Bron: boek, Deel: 1017, Periode: 1842" ;
    a2a:Book "Geboorteregister 1842" ;
    a2a:DocumentNumber "0140" ;
    a2a:RegistryNumber "1017" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand Wijmbritseradeel - Tresoar, Bron: boek, Deel: 1017, Periode: 1842, Geboorteregister 1842, 0140, 1017"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/c397d17f-880e-8100-3756-8075274c932a.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/05c19f62-0858-c8a1-26a2-68337deb6152" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/c397d17f-880e-8100-3756-8075274c932a.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-08-30"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/05c19f62-0858-c8a1-26a2-68337deb6152" ;
  a2a:RecordGUID "{05c19f62-0858-c8a1-26a2-68337deb6152}" ;
  a2a:SourceRemarkOpmerking "Moeder trouwt als \"Durkjen Alberts Kamstra\"; familienaam moeder ook vermeld als \"Kamminga\" en \"Kampstra\"" ;
  a2a:SourceRemarkarchiefnaam "Burgerlijke Stand Wijmbritseradeel - Tresoar" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "1017" ;
  a2a:SourceRemarkregister_periode "1842" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250425_73488_00073488.xml van FRL" .

