@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_81a020b1-85ab-8b44-0fe9-eae4e0acad73
  a a2a:Record ;
  rdfs:label "Geboorte op 19 september 1872" ;
  a2a:hasPerson oa:person_frl_81a020b1-85ab-8b44-0fe9-eae4e0acad73_Person-29d77f4c-6e07-d5e1-ca77-f2707a75217e, oa:person_frl_81a020b1-85ab-8b44-0fe9-eae4e0acad73_Person-2ca5d06d-5ab6-209b-85c7-77ee9cc6e0aa, oa:person_frl_81a020b1-85ab-8b44-0fe9-eae4e0acad73_Person-e6ea06c2-5926-2da4-bd41-214cff7fc3b9 ;
  a2a:hasEvent oa:event_frl_81a020b1-85ab-8b44-0fe9-eae4e0acad73_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_81a020b1-85ab-8b44-0fe9-eae4e0acad73_0, oa:relationep_frl_81a020b1-85ab-8b44-0fe9-eae4e0acad73_1, oa:relationep_frl_81a020b1-85ab-8b44-0fe9-eae4e0acad73_2 ;
  a2a:hasSource oa:source_frl_81a020b1-85ab-8b44-0fe9-eae4e0acad73 .

oa:person_frl_81a020b1-85ab-8b44-0fe9-eae4e0acad73_Person-29d77f4c-6e07-d5e1-ca77-f2707a75217e
  a a2a:Person ;
  rdfs:label "Wiebe van der Vegt" ;
  a2a:PersonName [
    rdfs:label "Wiebe van der Vegt" ;
    a2a:PersonNameFirstName "Wiebe" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Vegt"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_81a020b1-85ab-8b44-0fe9-eae4e0acad73_Person-2ca5d06d-5ab6-209b-85c7-77ee9cc6e0aa
  a a2a:Person ;
  rdfs:label "Roelofje Jacobs Waslander" ;
  a2a:PersonName [
    rdfs:label "Roelofje Jacobs Waslander" ;
    a2a:PersonNameFirstName "Roelofje" ;
    a2a:PersonNamePatronym "Jacobs" ;
    a2a:PersonNameLastName "Waslander"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_81a020b1-85ab-8b44-0fe9-eae4e0acad73_Person-e6ea06c2-5926-2da4-bd41-214cff7fc3b9
  a a2a:Person ;
  rdfs:label "Tjeerd van der Vegt" ;
  a2a:PersonName [
    rdfs:label "Tjeerd van der Vegt" ;
    a2a:PersonNameFirstName "Tjeerd" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Vegt"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1872" ;
    a2a:Month "9" ;
    a2a:Day "19" ;
    rdfs:label "1872-09-19"^^xsd:date
  ] .

oa:event_frl_81a020b1-85ab-8b44-0fe9-eae4e0acad73_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1872" ;
    a2a:Month "9" ;
    a2a:Day "19" ;
    rdfs:label "1872-09-19"^^xsd:date
  ] .

oa:relationep_frl_81a020b1-85ab-8b44-0fe9-eae4e0acad73_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_81a020b1-85ab-8b44-0fe9-eae4e0acad73_Person:29d77f4c-6e07-d5e1-ca77-f2707a75217e ;
  a2a:EventKeyRef oa:event_frl_81a020b1-85ab-8b44-0fe9-eae4e0acad73_Event1 .

oa:relationep_frl_81a020b1-85ab-8b44-0fe9-eae4e0acad73_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_81a020b1-85ab-8b44-0fe9-eae4e0acad73_Person:2ca5d06d-5ab6-209b-85c7-77ee9cc6e0aa ;
  a2a:EventKeyRef oa:event_frl_81a020b1-85ab-8b44-0fe9-eae4e0acad73_Event1 .

oa:relationep_frl_81a020b1-85ab-8b44-0fe9-eae4e0acad73_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_frl_81a020b1-85ab-8b44-0fe9-eae4e0acad73_Person:e6ea06c2-5926-2da4-bd41-214cff7fc3b9 ;
  a2a:EventKeyRef oa:event_frl_81a020b1-85ab-8b44-0fe9-eae4e0acad73_Event1 .

oa:source_frl_81a020b1-85ab-8b44-0fe9-eae4e0acad73
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Weststellingwerf" ;
    rdfs:label "Weststellingwerf", "1872-09-21 - 1872-09-21"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1872-09-21"^^xsd:date ;
    a2a:SourceIndexDateTo "1872-09-21"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1872" ;
    a2a:Month "9" ;
    a2a:Day "21" ;
    rdfs:label "1872-09-21"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Weststellingwerf - Tresoar, Bron: boek, Deel: 1042, Periode: 1872" ;
    a2a:Book "Geboorteregister 1872" ;
    a2a:DocumentNumber "0327" ;
    a2a:RegistryNumber "1042" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand Weststellingwerf - Tresoar, Bron: boek, Deel: 1042, Periode: 1872, Geboorteregister 1872, 0327, 1042"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/553da1a1-49ce-f6a9-dbec-e9d6d8355d16.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/81a020b1-85ab-8b44-0fe9-eae4e0acad73" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/553da1a1-49ce-f6a9-dbec-e9d6d8355d16.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-09-19"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/81a020b1-85ab-8b44-0fe9-eae4e0acad73" ;
  a2a:RecordGUID "{81a020b1-85ab-8b44-0fe9-eae4e0acad73}" ;
  a2a:SourceRemarkarchiefnaam "Burgerlijke Stand Weststellingwerf - Tresoar" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "1042" ;
  a2a:SourceRemarkregister_periode "1872" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250102_11420_00011420.xml van FRL" .

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