@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_febbe1ce-d643-d33b-8606-0aaea7aec2ab
  a a2a:Record ;
  rdfs:label "Geboorte op 19 november 1848" ;
  a2a:hasPerson oa:person_frl_febbe1ce-d643-d33b-8606-0aaea7aec2ab_Person-3278157b-a56b-9792-d9db-98d6d27d2fe2, oa:person_frl_febbe1ce-d643-d33b-8606-0aaea7aec2ab_Person-d20ab99c-c019-cbf1-3774-8a38690469a6, oa:person_frl_febbe1ce-d643-d33b-8606-0aaea7aec2ab_Person-9a4b8022-3554-6646-2e33-6196c340b7bf ;
  a2a:hasEvent oa:event_frl_febbe1ce-d643-d33b-8606-0aaea7aec2ab_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_febbe1ce-d643-d33b-8606-0aaea7aec2ab_0, oa:relationep_frl_febbe1ce-d643-d33b-8606-0aaea7aec2ab_1, oa:relationep_frl_febbe1ce-d643-d33b-8606-0aaea7aec2ab_2 ;
  a2a:hasSource oa:source_frl_febbe1ce-d643-d33b-8606-0aaea7aec2ab .

oa:person_frl_febbe1ce-d643-d33b-8606-0aaea7aec2ab_Person-3278157b-a56b-9792-d9db-98d6d27d2fe2
  a a2a:Person ;
  rdfs:label "Gerrit Fennema" ;
  a2a:PersonName [
    rdfs:label "Gerrit Fennema" ;
    a2a:PersonNameFirstName "Gerrit" ;
    a2a:PersonNameLastName "Fennema"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1848" ;
    a2a:Month "11" ;
    a2a:Day "19" ;
    rdfs:label "1848-11-19"^^xsd:date
  ] .

oa:person_frl_febbe1ce-d643-d33b-8606-0aaea7aec2ab_Person-d20ab99c-c019-cbf1-3774-8a38690469a6
  a a2a:Person ;
  rdfs:label "Wierd Gerrits Fennema" ;
  a2a:PersonName [
    rdfs:label "Wierd Gerrits Fennema" ;
    a2a:PersonNameFirstName "Wierd" ;
    a2a:PersonNamePatronym "Gerrits" ;
    a2a:PersonNameLastName "Fennema"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_febbe1ce-d643-d33b-8606-0aaea7aec2ab_Person-9a4b8022-3554-6646-2e33-6196c340b7bf
  a a2a:Person ;
  rdfs:label "Jacobje Eiberts Visser" ;
  a2a:PersonName [
    rdfs:label "Jacobje Eiberts Visser" ;
    a2a:PersonNameFirstName "Jacobje" ;
    a2a:PersonNamePatronym "Eiberts" ;
    a2a:PersonNameLastName "Visser"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_frl_febbe1ce-d643-d33b-8606-0aaea7aec2ab_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1848" ;
    a2a:Month "11" ;
    a2a:Day "19" ;
    rdfs:label "1848-11-19"^^xsd:date
  ] .

oa:relationep_frl_febbe1ce-d643-d33b-8606-0aaea7aec2ab_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_frl_febbe1ce-d643-d33b-8606-0aaea7aec2ab_Person:3278157b-a56b-9792-d9db-98d6d27d2fe2 ;
  a2a:EventKeyRef oa:event_frl_febbe1ce-d643-d33b-8606-0aaea7aec2ab_Event1 .

oa:relationep_frl_febbe1ce-d643-d33b-8606-0aaea7aec2ab_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_febbe1ce-d643-d33b-8606-0aaea7aec2ab_Person:d20ab99c-c019-cbf1-3774-8a38690469a6 ;
  a2a:EventKeyRef oa:event_frl_febbe1ce-d643-d33b-8606-0aaea7aec2ab_Event1 .

oa:relationep_frl_febbe1ce-d643-d33b-8606-0aaea7aec2ab_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_febbe1ce-d643-d33b-8606-0aaea7aec2ab_Person:9a4b8022-3554-6646-2e33-6196c340b7bf ;
  a2a:EventKeyRef oa:event_frl_febbe1ce-d643-d33b-8606-0aaea7aec2ab_Event1 .

oa:source_frl_febbe1ce-d643-d33b-8606-0aaea7aec2ab
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Sloten" ;
    rdfs:label "Sloten", "1848-11-21 - 1848-11-21"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1848-11-21"^^xsd:date ;
    a2a:SourceIndexDateTo "1848-11-21"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1848" ;
    a2a:Month "11" ;
    a2a:Day "21" ;
    rdfs:label "1848-11-21"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Sloten - Tresoar, Bron: boek, Deel: 1004, Periode: 1848" ;
    a2a:Book "Geboorteregister 1848" ;
    a2a:DocumentNumber "0029" ;
    a2a:RegistryNumber "1004" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand Sloten - Tresoar, Bron: boek, Deel: 1004, Periode: 1848, Geboorteregister 1848, 0029, 1004"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/f4cb5cc7-70e0-78a8-bcfc-1fa6931619f2.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/febbe1ce-d643-d33b-8606-0aaea7aec2ab" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/f4cb5cc7-70e0-78a8-bcfc-1fa6931619f2.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-08-30"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/febbe1ce-d643-d33b-8606-0aaea7aec2ab" ;
  a2a:RecordGUID "{febbe1ce-d643-d33b-8606-0aaea7aec2ab}" ;
  a2a:SourceRemarkarchiefnaam "Burgerlijke Stand Sloten - Tresoar" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "1004" ;
  a2a:SourceRemarkregister_periode "1848" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250425_68473_00068473.xml van FRL" .

