@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_2fe26bb3-6c75-4925-b2c6-4e2d5119d2bb
  a a2a:Record ;
  rdfs:label "Geboorte (geboorteakte) op 7 maart 1920 te Huizum" ;
  a2a:hasPerson oa:person_frl_2fe26bb3-6c75-4925-b2c6-4e2d5119d2bb_Person-3d97db33-3098-4ec2-9847-36346d5f5e98, oa:person_frl_2fe26bb3-6c75-4925-b2c6-4e2d5119d2bb_Person-c123f683-0ea9-753b-3cbf-18a3d4294e82, oa:person_frl_2fe26bb3-6c75-4925-b2c6-4e2d5119d2bb_Person-a46e44b6-c516-e276-60df-74dfb0857235 ;
  a2a:hasEvent oa:event_frl_2fe26bb3-6c75-4925-b2c6-4e2d5119d2bb_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_2fe26bb3-6c75-4925-b2c6-4e2d5119d2bb_0, oa:relationep_frl_2fe26bb3-6c75-4925-b2c6-4e2d5119d2bb_1, oa:relationep_frl_2fe26bb3-6c75-4925-b2c6-4e2d5119d2bb_2 ;
  a2a:hasSource oa:source_frl_2fe26bb3-6c75-4925-b2c6-4e2d5119d2bb .

oa:person_frl_2fe26bb3-6c75-4925-b2c6-4e2d5119d2bb_Person-3d97db33-3098-4ec2-9847-36346d5f5e98
  a a2a:Person ;
  rdfs:label "Anna Catharina Elisabeth Feenstra" ;
  a2a:PersonName [
    rdfs:label "Anna Catharina Elisabeth Feenstra" ;
    a2a:PersonNameFirstName "Anna Catharina Elisabeth" ;
    a2a:PersonNameLastName "Feenstra"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1920" ;
    a2a:Month "3" ;
    a2a:Day "7" ;
    rdfs:label "1920-03-07"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Huizum" ;
    rdfs:label "Huizum"
  ] .

oa:person_frl_2fe26bb3-6c75-4925-b2c6-4e2d5119d2bb_Person-c123f683-0ea9-753b-3cbf-18a3d4294e82
  a a2a:Person ;
  rdfs:label "Jeremias Feenstra" ;
  a2a:PersonName [
    rdfs:label "Jeremias Feenstra" ;
    a2a:PersonNameFirstName "Jeremias" ;
    a2a:PersonNameLastName "Feenstra"
  ] ;
  a2a:Gender "Man" ;
  a2a:Residence [
    a2a:Place "Huizum" ;
    rdfs:label "Huizum"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "42 jaar" ;
    rdfs:label "42 jaar"
  ] ;
  a2a:Profession "koopman" .

oa:person_frl_2fe26bb3-6c75-4925-b2c6-4e2d5119d2bb_Person-a46e44b6-c516-e276-60df-74dfb0857235
  a a2a:Person ;
  rdfs:label "Anna Catharina Elizabeth Jansons" ;
  a2a:PersonName [
    rdfs:label "Anna Catharina Elizabeth Jansons" ;
    a2a:PersonNameFirstName "Anna Catharina Elizabeth" ;
    a2a:PersonNameLastName "Jansons"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Residence [
    a2a:Place "Huizum" ;
    rdfs:label "Huizum"
  ] .

oa:event_frl_2fe26bb3-6c75-4925-b2c6-4e2d5119d2bb_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1920" ;
    a2a:Month "3" ;
    a2a:Day "7" ;
    rdfs:label "1920-03-07"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Huizum" ;
    rdfs:label "Huizum"
  ] .

oa:relationep_frl_2fe26bb3-6c75-4925-b2c6-4e2d5119d2bb_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_frl_2fe26bb3-6c75-4925-b2c6-4e2d5119d2bb_Person:3d97db33-3098-4ec2-9847-36346d5f5e98 ;
  a2a:EventKeyRef oa:event_frl_2fe26bb3-6c75-4925-b2c6-4e2d5119d2bb_Event1 .

oa:relationep_frl_2fe26bb3-6c75-4925-b2c6-4e2d5119d2bb_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_2fe26bb3-6c75-4925-b2c6-4e2d5119d2bb_Person:c123f683-0ea9-753b-3cbf-18a3d4294e82 ;
  a2a:EventKeyRef oa:event_frl_2fe26bb3-6c75-4925-b2c6-4e2d5119d2bb_Event1 .

oa:relationep_frl_2fe26bb3-6c75-4925-b2c6-4e2d5119d2bb_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_2fe26bb3-6c75-4925-b2c6-4e2d5119d2bb_Person:a46e44b6-c516-e276-60df-74dfb0857235 ;
  a2a:EventKeyRef oa:event_frl_2fe26bb3-6c75-4925-b2c6-4e2d5119d2bb_Event1 .

oa:source_frl_2fe26bb3-6c75-4925-b2c6-4e2d5119d2bb
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Leeuwarderadeel" ;
    rdfs:label "Leeuwarderadeel", "1920-03-10 - 1920-03-10"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1920-03-10"^^xsd:date ;
    a2a:SourceIndexDateTo "1920-03-10"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1920" ;
    a2a:Month "3" ;
    a2a:Day "10" ;
    rdfs:label "1920-03-10"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Leeuwarderadeel - Historisch Centrum Leeuwarden, Deel: 110, Period..." ;
    a2a:Book "Geboorteregister 1920" ;
    a2a:DocumentNumber "0059" ;
    a2a:RegistryNumber "110" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand Leeuwarderadeel - Historisch Centrum Leeuwarden, Deel: 110, Period..., Geboorteregister 1920, 0059, 110"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/c35dc7cf-1473-b53c-9954-42ab1eed6d84.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/2fe26bb3-6c75-4925-b2c6-4e2d5119d2bb" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/c35dc7cf-1473-b53c-9954-42ab1eed6d84.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-02-26"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/2fe26bb3-6c75-4925-b2c6-4e2d5119d2bb" ;
  a2a:RecordGUID "{2fe26bb3-6c75-4925-b2c6-4e2d5119d2bb}" ;
  a2a:SourceRemarkAkteSoort "Geboorteakte" ;
  a2a:SourceRemarkarchiefnaam "Burgerlijke Stand Leeuwarderadeel - Historisch Centrum Leeuwarden" ;
  a2a:SourceRemarkdeel "110" ;
  a2a:SourceRemarkregister_periode "1920" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250424_13153_00013153.xml van FRL" .

