@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_080ff4cf-e932-7e0d-3d24-38ceb8933e99
  a a2a:Record ;
  rdfs:label "Geboorte op 24 november 1922 te Ternaard" ;
  a2a:hasPerson oa:person_frl_080ff4cf-e932-7e0d-3d24-38ceb8933e99_Person-04d819ed-0d90-b4c5-c443-3d44f74bacd7, oa:person_frl_080ff4cf-e932-7e0d-3d24-38ceb8933e99_Person-7c85ab4e-f095-427c-b327-566a6eecc881, oa:person_frl_080ff4cf-e932-7e0d-3d24-38ceb8933e99_Person-544c45d5-735e-a805-0dc6-bb15ff3c50d1 ;
  a2a:hasEvent oa:event_frl_080ff4cf-e932-7e0d-3d24-38ceb8933e99_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_080ff4cf-e932-7e0d-3d24-38ceb8933e99_0, oa:relationep_frl_080ff4cf-e932-7e0d-3d24-38ceb8933e99_1, oa:relationep_frl_080ff4cf-e932-7e0d-3d24-38ceb8933e99_2 ;
  a2a:hasSource oa:source_frl_080ff4cf-e932-7e0d-3d24-38ceb8933e99 .

oa:person_frl_080ff4cf-e932-7e0d-3d24-38ceb8933e99_Person-04d819ed-0d90-b4c5-c443-3d44f74bacd7
  a a2a:Person ;
  rdfs:label "Anna Vellema" ;
  a2a:PersonName [
    rdfs:label "Anna Vellema" ;
    a2a:PersonNameFirstName "Anna" ;
    a2a:PersonNameLastName "Vellema"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1922" ;
    a2a:Month "11" ;
    a2a:Day "24" ;
    rdfs:label "1922-11-24"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Ternaard" ;
    rdfs:label "Ternaard"
  ] .

oa:person_frl_080ff4cf-e932-7e0d-3d24-38ceb8933e99_Person-7c85ab4e-f095-427c-b327-566a6eecc881
  a a2a:Person ;
  rdfs:label "Popke Vellema" ;
  a2a:PersonName [
    rdfs:label "Popke Vellema" ;
    a2a:PersonNameFirstName "Popke" ;
    a2a:PersonNameLastName "Vellema"
  ] ;
  a2a:Gender "Man" ;
  a2a:Residence [
    a2a:Place "Ternaard" ;
    rdfs:label "Ternaard"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "24 jaar" ;
    rdfs:label "24 jaar"
  ] ;
  a2a:Profession "veldarbeider" .

oa:person_frl_080ff4cf-e932-7e0d-3d24-38ceb8933e99_Person-544c45d5-735e-a805-0dc6-bb15ff3c50d1
  a a2a:Person ;
  rdfs:label "Meike Damstra" ;
  a2a:PersonName [
    rdfs:label "Meike Damstra" ;
    a2a:PersonNameFirstName "Meike" ;
    a2a:PersonNameLastName "Damstra"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Residence [
    a2a:Place "Ternaard" ;
    rdfs:label "Ternaard"
  ] .

oa:event_frl_080ff4cf-e932-7e0d-3d24-38ceb8933e99_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1922" ;
    a2a:Month "11" ;
    a2a:Day "24" ;
    rdfs:label "1922-11-24"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Ternaard" ;
    rdfs:label "Ternaard"
  ] .

oa:relationep_frl_080ff4cf-e932-7e0d-3d24-38ceb8933e99_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_frl_080ff4cf-e932-7e0d-3d24-38ceb8933e99_Person:04d819ed-0d90-b4c5-c443-3d44f74bacd7 ;
  a2a:EventKeyRef oa:event_frl_080ff4cf-e932-7e0d-3d24-38ceb8933e99_Event1 .

oa:relationep_frl_080ff4cf-e932-7e0d-3d24-38ceb8933e99_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_080ff4cf-e932-7e0d-3d24-38ceb8933e99_Person:7c85ab4e-f095-427c-b327-566a6eecc881 ;
  a2a:EventKeyRef oa:event_frl_080ff4cf-e932-7e0d-3d24-38ceb8933e99_Event1 .

oa:relationep_frl_080ff4cf-e932-7e0d-3d24-38ceb8933e99_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_080ff4cf-e932-7e0d-3d24-38ceb8933e99_Person:544c45d5-735e-a805-0dc6-bb15ff3c50d1 ;
  a2a:EventKeyRef oa:event_frl_080ff4cf-e932-7e0d-3d24-38ceb8933e99_Event1 .

oa:source_frl_080ff4cf-e932-7e0d-3d24-38ceb8933e99
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Westdongeradeel" ;
    rdfs:label "Westdongeradeel", "1922-11-24 - 1922-11-24"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1922-11-24"^^xsd:date ;
    a2a:SourceIndexDateTo "1922-11-24"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1922" ;
    a2a:Month "11" ;
    a2a:Day "24" ;
    rdfs:label "1922-11-24"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Westdongeradeel - Tresoar, Deel: 1065, Periode: 1922" ;
    a2a:Book "Geboorteregister 1922" ;
    a2a:DocumentNumber "0177" ;
    a2a:RegistryNumber "1065" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand Westdongeradeel - Tresoar, Deel: 1065, Periode: 1922, Geboorteregister 1922, 0177, 1065"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/4f2217f6-69c3-1305-8630-195bd7e877f8.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/080ff4cf-e932-7e0d-3d24-38ceb8933e99" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/4f2217f6-69c3-1305-8630-195bd7e877f8.jpg"
  ] ;
  a2a:SourceLastChangeDate "2025-04-15"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/080ff4cf-e932-7e0d-3d24-38ceb8933e99" ;
  a2a:RecordGUID "{080ff4cf-e932-7e0d-3d24-38ceb8933e99}" ;
  a2a:SourceRemarkarchiefnaam "Burgerlijke Stand Westdongeradeel - Tresoar" ;
  a2a:SourceRemarkdeel "1065" ;
  a2a:SourceRemarkregister_periode "1922" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260528_1238_00001238.xml van FRL" .

