@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_31ba5a70-cfb7-e0bf-b96f-a1bb136faa57
  a a2a:Record ;
  rdfs:label "Geboorte op 4 oktober 1844" ;
  a2a:hasPerson oa:person_frl_31ba5a70-cfb7-e0bf-b96f-a1bb136faa57_Person-eb1c8d1b-68ff-af5e-9d1f-8583443c40ad, oa:person_frl_31ba5a70-cfb7-e0bf-b96f-a1bb136faa57_Person-4c2dfe3a-310b-9845-96be-490b2211c93b, oa:person_frl_31ba5a70-cfb7-e0bf-b96f-a1bb136faa57_Person-e66dc27d-b07d-8e17-b6f6-aa59430fa002 ;
  a2a:hasEvent oa:event_frl_31ba5a70-cfb7-e0bf-b96f-a1bb136faa57_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_31ba5a70-cfb7-e0bf-b96f-a1bb136faa57_0, oa:relationep_frl_31ba5a70-cfb7-e0bf-b96f-a1bb136faa57_1, oa:relationep_frl_31ba5a70-cfb7-e0bf-b96f-a1bb136faa57_2 ;
  a2a:hasSource oa:source_frl_31ba5a70-cfb7-e0bf-b96f-a1bb136faa57 .

oa:person_frl_31ba5a70-cfb7-e0bf-b96f-a1bb136faa57_Person-eb1c8d1b-68ff-af5e-9d1f-8583443c40ad
  a a2a:Person ;
  rdfs:label "Jelle Feenstra" ;
  a2a:PersonName [
    rdfs:label "Jelle Feenstra" ;
    a2a:PersonNameFirstName "Jelle" ;
    a2a:PersonNameLastName "Feenstra"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1844" ;
    a2a:Month "10" ;
    a2a:Day "4" ;
    rdfs:label "1844-10-04"^^xsd:date
  ] .

oa:person_frl_31ba5a70-cfb7-e0bf-b96f-a1bb136faa57_Person-4c2dfe3a-310b-9845-96be-490b2211c93b
  a a2a:Person ;
  rdfs:label "Klaasje Jelles Rotsma" ;
  a2a:PersonName [
    rdfs:label "Klaasje Jelles Rotsma" ;
    a2a:PersonNameFirstName "Klaasje" ;
    a2a:PersonNamePatronym "Jelles" ;
    a2a:PersonNameLastName "Rotsma"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_31ba5a70-cfb7-e0bf-b96f-a1bb136faa57_Person-e66dc27d-b07d-8e17-b6f6-aa59430fa002
  a a2a:Person ;
  rdfs:label "Anne Minnes Feenstra" ;
  a2a:PersonName [
    rdfs:label "Anne Minnes Feenstra" ;
    a2a:PersonNameFirstName "Anne" ;
    a2a:PersonNamePatronym "Minnes" ;
    a2a:PersonNameLastName "Feenstra"
  ] ;
  a2a:Gender "Man" .

oa:event_frl_31ba5a70-cfb7-e0bf-b96f-a1bb136faa57_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1844" ;
    a2a:Month "10" ;
    a2a:Day "4" ;
    rdfs:label "1844-10-04"^^xsd:date
  ] .

oa:relationep_frl_31ba5a70-cfb7-e0bf-b96f-a1bb136faa57_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_frl_31ba5a70-cfb7-e0bf-b96f-a1bb136faa57_Person:eb1c8d1b-68ff-af5e-9d1f-8583443c40ad ;
  a2a:EventKeyRef oa:event_frl_31ba5a70-cfb7-e0bf-b96f-a1bb136faa57_Event1 .

oa:relationep_frl_31ba5a70-cfb7-e0bf-b96f-a1bb136faa57_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_31ba5a70-cfb7-e0bf-b96f-a1bb136faa57_Person:4c2dfe3a-310b-9845-96be-490b2211c93b ;
  a2a:EventKeyRef oa:event_frl_31ba5a70-cfb7-e0bf-b96f-a1bb136faa57_Event1 .

oa:relationep_frl_31ba5a70-cfb7-e0bf-b96f-a1bb136faa57_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_31ba5a70-cfb7-e0bf-b96f-a1bb136faa57_Person:e66dc27d-b07d-8e17-b6f6-aa59430fa002 ;
  a2a:EventKeyRef oa:event_frl_31ba5a70-cfb7-e0bf-b96f-a1bb136faa57_Event1 .

oa:source_frl_31ba5a70-cfb7-e0bf-b96f-a1bb136faa57
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Het Bildt" ;
    rdfs:label "Het Bildt", "1844-10-05 - 1844-10-05"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1844-10-05"^^xsd:date ;
    a2a:SourceIndexDateTo "1844-10-05"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1844" ;
    a2a:Month "10" ;
    a2a:Day "5" ;
    rdfs:label "1844-10-05"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Het Bildt - Tresoar, Bron: boek, Deel: 1019, Periode: 1844" ;
    a2a:Book "Geboorteregister 1844" ;
    a2a:DocumentNumber "0172" ;
    a2a:RegistryNumber "1019" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand Het Bildt - Tresoar, Bron: boek, Deel: 1019, Periode: 1844, Geboorteregister 1844, 0172, 1019"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/8ffd6b3a-ad2c-7aa8-8e7d-7ea96c58edfb.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/31ba5a70-cfb7-e0bf-b96f-a1bb136faa57" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/8ffd6b3a-ad2c-7aa8-8e7d-7ea96c58edfb.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-08-30"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/31ba5a70-cfb7-e0bf-b96f-a1bb136faa57" ;
  a2a:RecordGUID "{31ba5a70-cfb7-e0bf-b96f-a1bb136faa57}" ;
  a2a:SourceRemarkarchiefnaam "Burgerlijke Stand Het Bildt - Tresoar" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "1019" ;
  a2a:SourceRemarkregister_periode "1844" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250425_70868_00070868.xml van FRL" .

