@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_2c3c0fda-4cbb-1c2c-2165-9cf321c4ccf0
  a a2a:Record ;
  rdfs:label "Geboorte op 1 november 1876" ;
  a2a:hasPerson oa:person_frl_2c3c0fda-4cbb-1c2c-2165-9cf321c4ccf0_Person-fa3c8d5c-62f4-4179-5796-24619694d219, oa:person_frl_2c3c0fda-4cbb-1c2c-2165-9cf321c4ccf0_Person-39f1822c-bfb7-d74b-b560-0c46412ec1c1, oa:person_frl_2c3c0fda-4cbb-1c2c-2165-9cf321c4ccf0_Person-401e50dc-0e86-461c-c1a1-e3c9e243cd1a ;
  a2a:hasEvent oa:event_frl_2c3c0fda-4cbb-1c2c-2165-9cf321c4ccf0_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_2c3c0fda-4cbb-1c2c-2165-9cf321c4ccf0_0, oa:relationep_frl_2c3c0fda-4cbb-1c2c-2165-9cf321c4ccf0_1, oa:relationep_frl_2c3c0fda-4cbb-1c2c-2165-9cf321c4ccf0_2 ;
  a2a:hasSource oa:source_frl_2c3c0fda-4cbb-1c2c-2165-9cf321c4ccf0 .

oa:person_frl_2c3c0fda-4cbb-1c2c-2165-9cf321c4ccf0_Person-fa3c8d5c-62f4-4179-5796-24619694d219
  a a2a:Person ;
  rdfs:label "Wiebe Veenstra" ;
  a2a:PersonName [
    rdfs:label "Wiebe Veenstra" ;
    a2a:PersonNameFirstName "Wiebe" ;
    a2a:PersonNameLastName "Veenstra"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1876" ;
    a2a:Month "11" ;
    a2a:Day "1" ;
    rdfs:label "1876-11-01"^^xsd:date
  ] .

oa:person_frl_2c3c0fda-4cbb-1c2c-2165-9cf321c4ccf0_Person-39f1822c-bfb7-d74b-b560-0c46412ec1c1
  a a2a:Person ;
  rdfs:label "Elisabeth Wiebes Plantinga" ;
  a2a:PersonName [
    rdfs:label "Elisabeth Wiebes Plantinga" ;
    a2a:PersonNameFirstName "Elisabeth" ;
    a2a:PersonNamePatronym "Wiebes" ;
    a2a:PersonNameLastName "Plantinga"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_2c3c0fda-4cbb-1c2c-2165-9cf321c4ccf0_Person-401e50dc-0e86-461c-c1a1-e3c9e243cd1a
  a a2a:Person ;
  rdfs:label "Geert Poois Veenstra" ;
  a2a:PersonName [
    rdfs:label "Geert Poois Veenstra" ;
    a2a:PersonNameFirstName "Geert" ;
    a2a:PersonNamePatronym "Poois" ;
    a2a:PersonNameLastName "Veenstra"
  ] ;
  a2a:Gender "Man" .

oa:event_frl_2c3c0fda-4cbb-1c2c-2165-9cf321c4ccf0_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1876" ;
    a2a:Month "11" ;
    a2a:Day "1" ;
    rdfs:label "1876-11-01"^^xsd:date
  ] .

oa:relationep_frl_2c3c0fda-4cbb-1c2c-2165-9cf321c4ccf0_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_frl_2c3c0fda-4cbb-1c2c-2165-9cf321c4ccf0_Person:fa3c8d5c-62f4-4179-5796-24619694d219 ;
  a2a:EventKeyRef oa:event_frl_2c3c0fda-4cbb-1c2c-2165-9cf321c4ccf0_Event1 .

oa:relationep_frl_2c3c0fda-4cbb-1c2c-2165-9cf321c4ccf0_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_2c3c0fda-4cbb-1c2c-2165-9cf321c4ccf0_Person:39f1822c-bfb7-d74b-b560-0c46412ec1c1 ;
  a2a:EventKeyRef oa:event_frl_2c3c0fda-4cbb-1c2c-2165-9cf321c4ccf0_Event1 .

oa:relationep_frl_2c3c0fda-4cbb-1c2c-2165-9cf321c4ccf0_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_2c3c0fda-4cbb-1c2c-2165-9cf321c4ccf0_Person:401e50dc-0e86-461c-c1a1-e3c9e243cd1a ;
  a2a:EventKeyRef oa:event_frl_2c3c0fda-4cbb-1c2c-2165-9cf321c4ccf0_Event1 .

oa:source_frl_2c3c0fda-4cbb-1c2c-2165-9cf321c4ccf0
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Opsterland" ;
    rdfs:label "Opsterland", "1876-11-02 - 1876-11-02"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1876-11-02"^^xsd:date ;
    a2a:SourceIndexDateTo "1876-11-02"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1876" ;
    a2a:Month "11" ;
    a2a:Day "2" ;
    rdfs:label "1876-11-02"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Opsterland - Tresoar, Bron: boek, Deel: 1047, Periode: 1876" ;
    a2a:Book "Geboorteregister 1876" ;
    a2a:DocumentNumber "0374" ;
    a2a:RegistryNumber "1047" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand Opsterland - Tresoar, Bron: boek, Deel: 1047, Periode: 1876, Geboorteregister 1876, 0374, 1047"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/87508c0b-6d15-87a1-9eba-a49ba9fc2dc4.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/2c3c0fda-4cbb-1c2c-2165-9cf321c4ccf0" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/87508c0b-6d15-87a1-9eba-a49ba9fc2dc4.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-08-30"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/2c3c0fda-4cbb-1c2c-2165-9cf321c4ccf0" ;
  a2a:RecordGUID "{2c3c0fda-4cbb-1c2c-2165-9cf321c4ccf0}" ;
  a2a:SourceRemarkarchiefnaam "Burgerlijke Stand Opsterland - Tresoar" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "1047" ;
  a2a:SourceRemarkregister_periode "1876" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250424_8107_00008107.xml van FRL" .

