@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_9b2ef4e6-09ce-11e5-9dfe-6bcb3bccc93e
  a a2a:Record ;
  rdfs:label "Geboorte op 6 juli 1911" ;
  a2a:hasPerson oa:person_frl_9b2ef4e6-09ce-11e5-9dfe-6bcb3bccc93e_Person-8272f772-09ce-11e5-b418-43348e70f6ef, oa:person_frl_9b2ef4e6-09ce-11e5-9dfe-6bcb3bccc93e_Person-8fe40e82-09ce-11e5-af7d-0be180406946, oa:person_frl_9b2ef4e6-09ce-11e5-9dfe-6bcb3bccc93e_Person-93eb0d5a-09ce-11e5-b01f-374357c469e3 ;
  a2a:hasEvent oa:event_frl_9b2ef4e6-09ce-11e5-9dfe-6bcb3bccc93e_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_9b2ef4e6-09ce-11e5-9dfe-6bcb3bccc93e_0, oa:relationep_frl_9b2ef4e6-09ce-11e5-9dfe-6bcb3bccc93e_1, oa:relationep_frl_9b2ef4e6-09ce-11e5-9dfe-6bcb3bccc93e_2 ;
  a2a:hasSource oa:source_frl_9b2ef4e6-09ce-11e5-9dfe-6bcb3bccc93e .

oa:person_frl_9b2ef4e6-09ce-11e5-9dfe-6bcb3bccc93e_Person-8272f772-09ce-11e5-b418-43348e70f6ef
  a a2a:Person ;
  rdfs:label "Willemke Stienstra" ;
  a2a:PersonName [
    rdfs:label "Willemke Stienstra" ;
    a2a:PersonNameFirstName "Willemke" ;
    a2a:PersonNameLastName "Stienstra"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1911" ;
    a2a:Month "7" ;
    a2a:Day "6" ;
    rdfs:label "1911-07-06"^^xsd:date
  ] .

oa:person_frl_9b2ef4e6-09ce-11e5-9dfe-6bcb3bccc93e_Person-8fe40e82-09ce-11e5-af7d-0be180406946
  a a2a:Person ;
  rdfs:label "Lieuwe Stienstra" ;
  a2a:PersonName [
    rdfs:label "Lieuwe Stienstra" ;
    a2a:PersonNameFirstName "Lieuwe" ;
    a2a:PersonNameLastName "Stienstra"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_9b2ef4e6-09ce-11e5-9dfe-6bcb3bccc93e_Person-93eb0d5a-09ce-11e5-b01f-374357c469e3
  a a2a:Person ;
  rdfs:label "Meintje Westra" ;
  a2a:PersonName [
    rdfs:label "Meintje Westra" ;
    a2a:PersonNameFirstName "Meintje" ;
    a2a:PersonNameLastName "Westra"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_frl_9b2ef4e6-09ce-11e5-9dfe-6bcb3bccc93e_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1911" ;
    a2a:Month "7" ;
    a2a:Day "6" ;
    rdfs:label "1911-07-06"^^xsd:date
  ] .

oa:relationep_frl_9b2ef4e6-09ce-11e5-9dfe-6bcb3bccc93e_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_frl_9b2ef4e6-09ce-11e5-9dfe-6bcb3bccc93e_Person:8272f772-09ce-11e5-b418-43348e70f6ef ;
  a2a:EventKeyRef oa:event_frl_9b2ef4e6-09ce-11e5-9dfe-6bcb3bccc93e_Event1 .

oa:relationep_frl_9b2ef4e6-09ce-11e5-9dfe-6bcb3bccc93e_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_9b2ef4e6-09ce-11e5-9dfe-6bcb3bccc93e_Person:8fe40e82-09ce-11e5-af7d-0be180406946 ;
  a2a:EventKeyRef oa:event_frl_9b2ef4e6-09ce-11e5-9dfe-6bcb3bccc93e_Event1 .

oa:relationep_frl_9b2ef4e6-09ce-11e5-9dfe-6bcb3bccc93e_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_9b2ef4e6-09ce-11e5-9dfe-6bcb3bccc93e_Person:93eb0d5a-09ce-11e5-b01f-374357c469e3 ;
  a2a:EventKeyRef oa:event_frl_9b2ef4e6-09ce-11e5-9dfe-6bcb3bccc93e_Event1 .

oa:source_frl_9b2ef4e6-09ce-11e5-9dfe-6bcb3bccc93e
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Barradeel" ;
    rdfs:label "Barradeel", "1911-07-06 - 1911-07-06"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1911-07-06"^^xsd:date ;
    a2a:SourceIndexDateTo "1911-07-06"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1911" ;
    a2a:Month "7" ;
    a2a:Day "6" ;
    rdfs:label "1911-07-06"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Barradeel - Tresoar, Deel: 1059, Periode: 1911" ;
    a2a:Book "Geboorteregister 1911" ;
    a2a:DocumentNumber "0087" ;
    a2a:RegistryNumber "1059" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand Barradeel - Tresoar, Deel: 1059, Periode: 1911, Geboorteregister 1911, 0087, 1059"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/7b79e1bf-5912-a94f-40f8-c5fbd5837b2e.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/9b2ef4e6-09ce-11e5-9dfe-6bcb3bccc93e" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/7b79e1bf-5912-a94f-40f8-c5fbd5837b2e.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-08-30"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/9b2ef4e6-09ce-11e5-9dfe-6bcb3bccc93e" ;
  a2a:RecordGUID "{9b2ef4e6-09ce-11e5-9dfe-6bcb3bccc93e}" ;
  a2a:SourceRemarkarchiefnaam "Burgerlijke Stand Barradeel - Tresoar" ;
  a2a:SourceRemarkdeel "1059" ;
  a2a:SourceRemarkregister_periode "1911" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250424_8561_00008561.xml van FRL" .

