@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_53ef12bd-75e5-e346-c78b-60abbdd4cb68
  a a2a:Record ;
  rdfs:label "Geboorte op 29 februari 1916 te Buitenpost" ;
  a2a:hasPerson oa:person_frl_53ef12bd-75e5-e346-c78b-60abbdd4cb68_Person-1cbafec0-e3d6-c601-63d2-270adf390093, oa:person_frl_53ef12bd-75e5-e346-c78b-60abbdd4cb68_Person-c7ed6df7-250b-867d-af42-97feaba9d86c, oa:person_frl_53ef12bd-75e5-e346-c78b-60abbdd4cb68_Person-fcfe2d1e-71c5-2a46-08f4-7be5a0f9ef10 ;
  a2a:hasEvent oa:event_frl_53ef12bd-75e5-e346-c78b-60abbdd4cb68_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_53ef12bd-75e5-e346-c78b-60abbdd4cb68_0, oa:relationep_frl_53ef12bd-75e5-e346-c78b-60abbdd4cb68_1, oa:relationep_frl_53ef12bd-75e5-e346-c78b-60abbdd4cb68_2 ;
  a2a:hasSource oa:source_frl_53ef12bd-75e5-e346-c78b-60abbdd4cb68 .

oa:person_frl_53ef12bd-75e5-e346-c78b-60abbdd4cb68_Person-1cbafec0-e3d6-c601-63d2-270adf390093
  a a2a:Person ;
  rdfs:label "Feye Faber" ;
  a2a:PersonName [
    rdfs:label "Feye Faber" ;
    a2a:PersonNameFirstName "Feye" ;
    a2a:PersonNameLastName "Faber"
  ] ;
  a2a:Gender "Man" ;
  a2a:Residence [
    a2a:Place "Buitenpost" ;
    rdfs:label "Buitenpost"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "32 jaar" ;
    rdfs:label "32 jaar"
  ] ;
  a2a:Profession "arbeider" .

oa:person_frl_53ef12bd-75e5-e346-c78b-60abbdd4cb68_Person-c7ed6df7-250b-867d-af42-97feaba9d86c
  a a2a:Person ;
  rdfs:label "Tetje Hoekstra" ;
  a2a:PersonName [
    rdfs:label "Tetje Hoekstra" ;
    a2a:PersonNameFirstName "Tetje" ;
    a2a:PersonNameLastName "Hoekstra"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Residence [
    a2a:Place "Buitenpost" ;
    rdfs:label "Buitenpost"
  ] .

oa:person_frl_53ef12bd-75e5-e346-c78b-60abbdd4cb68_Person-fcfe2d1e-71c5-2a46-08f4-7be5a0f9ef10
  a a2a:Person ;
  rdfs:label "Sjoerd Faber" ;
  a2a:PersonName [
    rdfs:label "Sjoerd Faber" ;
    a2a:PersonNameFirstName "Sjoerd" ;
    a2a:PersonNameLastName "Faber"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1916" ;
    a2a:Month "2" ;
    a2a:Day "29" ;
    rdfs:label "1916-02-29"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Buitenpost" ;
    rdfs:label "Buitenpost"
  ] .

oa:event_frl_53ef12bd-75e5-e346-c78b-60abbdd4cb68_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1916" ;
    a2a:Month "2" ;
    a2a:Day "29" ;
    rdfs:label "1916-02-29"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Buitenpost" ;
    rdfs:label "Buitenpost"
  ] .

oa:relationep_frl_53ef12bd-75e5-e346-c78b-60abbdd4cb68_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_53ef12bd-75e5-e346-c78b-60abbdd4cb68_Person:1cbafec0-e3d6-c601-63d2-270adf390093 ;
  a2a:EventKeyRef oa:event_frl_53ef12bd-75e5-e346-c78b-60abbdd4cb68_Event1 .

oa:relationep_frl_53ef12bd-75e5-e346-c78b-60abbdd4cb68_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_53ef12bd-75e5-e346-c78b-60abbdd4cb68_Person:c7ed6df7-250b-867d-af42-97feaba9d86c ;
  a2a:EventKeyRef oa:event_frl_53ef12bd-75e5-e346-c78b-60abbdd4cb68_Event1 .

oa:relationep_frl_53ef12bd-75e5-e346-c78b-60abbdd4cb68_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_frl_53ef12bd-75e5-e346-c78b-60abbdd4cb68_Person:fcfe2d1e-71c5-2a46-08f4-7be5a0f9ef10 ;
  a2a:EventKeyRef oa:event_frl_53ef12bd-75e5-e346-c78b-60abbdd4cb68_Event1 .

oa:source_frl_53ef12bd-75e5-e346-c78b-60abbdd4cb68
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Achtkarspelen" ;
    rdfs:label "Achtkarspelen", "1916-03-02 - 1916-03-02"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1916-03-02"^^xsd:date ;
    a2a:SourceIndexDateTo "1916-03-02"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1916" ;
    a2a:Month "3" ;
    a2a:Day "2" ;
    rdfs:label "1916-03-02"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Achtkarspelen - Tresoar, Deel: 1073, Periode: 1916" ;
    a2a:Book "Geboorteregister 1916" ;
    a2a:DocumentNumber "0075" ;
    a2a:RegistryNumber "1073" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand Achtkarspelen - Tresoar, Deel: 1073, Periode: 1916, Geboorteregister 1916, 0075, 1073"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/659442c2-a328-7091-dd5f-8a59094b28a3.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/53ef12bd-75e5-e346-c78b-60abbdd4cb68" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/659442c2-a328-7091-dd5f-8a59094b28a3.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-05-29"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/53ef12bd-75e5-e346-c78b-60abbdd4cb68" ;
  a2a:RecordGUID "{53ef12bd-75e5-e346-c78b-60abbdd4cb68}" ;
  a2a:SourceRemarkarchiefnaam "Burgerlijke Stand Achtkarspelen - Tresoar" ;
  a2a:SourceRemarkdeel "1073" ;
  a2a:SourceRemarkregister_periode "1916" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250425_68812_00068812.xml van FRL" .

