@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_09b14212-9fa1-e2d1-7d75-971209dbafee
  a a2a:Record ;
  rdfs:label "Geboorte op 24 augustus 1840" ;
  a2a:hasPerson oa:person_frl_09b14212-9fa1-e2d1-7d75-971209dbafee_Person-ad71434f-8adb-23fb-f542-013109d82d71, oa:person_frl_09b14212-9fa1-e2d1-7d75-971209dbafee_Person-807c53b3-0daf-7d1a-0607-978bd2e251f0, oa:person_frl_09b14212-9fa1-e2d1-7d75-971209dbafee_Person-6019f4f4-83ea-245f-c1c9-da2183292713 ;
  a2a:hasEvent oa:event_frl_09b14212-9fa1-e2d1-7d75-971209dbafee_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_09b14212-9fa1-e2d1-7d75-971209dbafee_0, oa:relationep_frl_09b14212-9fa1-e2d1-7d75-971209dbafee_1, oa:relationep_frl_09b14212-9fa1-e2d1-7d75-971209dbafee_2 ;
  a2a:hasSource oa:source_frl_09b14212-9fa1-e2d1-7d75-971209dbafee .

oa:person_frl_09b14212-9fa1-e2d1-7d75-971209dbafee_Person-ad71434f-8adb-23fb-f542-013109d82d71
  a a2a:Person ;
  rdfs:label "Jan Jans Dijk" ;
  a2a:PersonName [
    rdfs:label "Jan Jans Dijk" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNamePatronym "Jans" ;
    a2a:PersonNameLastName "Dijk"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_09b14212-9fa1-e2d1-7d75-971209dbafee_Person-807c53b3-0daf-7d1a-0607-978bd2e251f0
  a a2a:Person ;
  rdfs:label "Jeltje Johannes Bosma" ;
  a2a:PersonName [
    rdfs:label "Jeltje Johannes Bosma" ;
    a2a:PersonNameFirstName "Jeltje" ;
    a2a:PersonNamePatronym "Johannes" ;
    a2a:PersonNameLastName "Bosma"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_09b14212-9fa1-e2d1-7d75-971209dbafee_Person-6019f4f4-83ea-245f-c1c9-da2183292713
  a a2a:Person ;
  rdfs:label "Grietje Jans Dijk" ;
  a2a:PersonName [
    rdfs:label "Grietje Jans Dijk" ;
    a2a:PersonNameFirstName "Grietje" ;
    a2a:PersonNamePatronym "Jans" ;
    a2a:PersonNameLastName "Dijk"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1840" ;
    a2a:Month "8" ;
    a2a:Day "24" ;
    rdfs:label "1840-08-24"^^xsd:date
  ] .

oa:event_frl_09b14212-9fa1-e2d1-7d75-971209dbafee_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1840" ;
    a2a:Month "8" ;
    a2a:Day "24" ;
    rdfs:label "1840-08-24"^^xsd:date
  ] .

oa:relationep_frl_09b14212-9fa1-e2d1-7d75-971209dbafee_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_09b14212-9fa1-e2d1-7d75-971209dbafee_Person:ad71434f-8adb-23fb-f542-013109d82d71 ;
  a2a:EventKeyRef oa:event_frl_09b14212-9fa1-e2d1-7d75-971209dbafee_Event1 .

oa:relationep_frl_09b14212-9fa1-e2d1-7d75-971209dbafee_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_09b14212-9fa1-e2d1-7d75-971209dbafee_Person:807c53b3-0daf-7d1a-0607-978bd2e251f0 ;
  a2a:EventKeyRef oa:event_frl_09b14212-9fa1-e2d1-7d75-971209dbafee_Event1 .

oa:relationep_frl_09b14212-9fa1-e2d1-7d75-971209dbafee_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_frl_09b14212-9fa1-e2d1-7d75-971209dbafee_Person:6019f4f4-83ea-245f-c1c9-da2183292713 ;
  a2a:EventKeyRef oa:event_frl_09b14212-9fa1-e2d1-7d75-971209dbafee_Event1 .

oa:source_frl_09b14212-9fa1-e2d1-7d75-971209dbafee
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Weststellingwerf" ;
    rdfs:label "Weststellingwerf", "1840-08-26 - 1840-08-26"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1840-08-26"^^xsd:date ;
    a2a:SourceIndexDateTo "1840-08-26"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1840" ;
    a2a:Month "8" ;
    a2a:Day "26" ;
    rdfs:label "1840-08-26"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Weststellingwerf - Tresoar, Bron: boek, Deel: 1017, Periode: 1840" ;
    a2a:Book "Geboorteregister 1840" ;
    a2a:DocumentNumber "0169" ;
    a2a:RegistryNumber "1017" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand Weststellingwerf - Tresoar, Bron: boek, Deel: 1017, Periode: 1840, Geboorteregister 1840, 0169, 1017"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/75de7f30-a363-2588-da93-bfee1a7cfdd0.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/09b14212-9fa1-e2d1-7d75-971209dbafee" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/75de7f30-a363-2588-da93-bfee1a7cfdd0.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-09-19"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/09b14212-9fa1-e2d1-7d75-971209dbafee" ;
  a2a:RecordGUID "{09b14212-9fa1-e2d1-7d75-971209dbafee}" ;
  a2a:SourceRemarkarchiefnaam "Burgerlijke Stand Weststellingwerf - Tresoar" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "1017" ;
  a2a:SourceRemarkregister_periode "1840" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250102_11086_00011086.xml van FRL" .

[] a2a:PersonRemarkdiversen "Ouders woonachtig te Nijelamer" .
