@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_2c5ce90c-e1c5-eab2-eb68-1e6cf7827d79
  a a2a:Record ;
  rdfs:label "Geboorte op 4 februari 1886" ;
  a2a:hasPerson oa:person_frl_2c5ce90c-e1c5-eab2-eb68-1e6cf7827d79_Person-f4ee7355-bb3c-44b3-8199-ff42043a537b, oa:person_frl_2c5ce90c-e1c5-eab2-eb68-1e6cf7827d79_Person-50da9c28-3491-2fb9-ce66-37ab7fa8c52c, oa:person_frl_2c5ce90c-e1c5-eab2-eb68-1e6cf7827d79_Person-83f77a00-5a0b-c49d-85c7-61b48b2f3f2b ;
  a2a:hasEvent oa:event_frl_2c5ce90c-e1c5-eab2-eb68-1e6cf7827d79_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_2c5ce90c-e1c5-eab2-eb68-1e6cf7827d79_0, oa:relationep_frl_2c5ce90c-e1c5-eab2-eb68-1e6cf7827d79_1, oa:relationep_frl_2c5ce90c-e1c5-eab2-eb68-1e6cf7827d79_2 ;
  a2a:hasSource oa:source_frl_2c5ce90c-e1c5-eab2-eb68-1e6cf7827d79 .

oa:person_frl_2c5ce90c-e1c5-eab2-eb68-1e6cf7827d79_Person-f4ee7355-bb3c-44b3-8199-ff42043a537b
  a a2a:Person ;
  rdfs:label "Trijntje Feenstra" ;
  a2a:PersonName [
    rdfs:label "Trijntje Feenstra" ;
    a2a:PersonNameFirstName "Trijntje" ;
    a2a:PersonNameLastName "Feenstra"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1886" ;
    a2a:Month "2" ;
    a2a:Day "4" ;
    rdfs:label "1886-02-04"^^xsd:date
  ] .

oa:person_frl_2c5ce90c-e1c5-eab2-eb68-1e6cf7827d79_Person-50da9c28-3491-2fb9-ce66-37ab7fa8c52c
  a a2a:Person ;
  rdfs:label "Grietje Visser" ;
  a2a:PersonName [
    rdfs:label "Grietje Visser" ;
    a2a:PersonNameFirstName "Grietje" ;
    a2a:PersonNameLastName "Visser"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_2c5ce90c-e1c5-eab2-eb68-1e6cf7827d79_Person-83f77a00-5a0b-c49d-85c7-61b48b2f3f2b
  a a2a:Person ;
  rdfs:label "Berend Feenstra" ;
  a2a:PersonName [
    rdfs:label "Berend Feenstra" ;
    a2a:PersonNameFirstName "Berend" ;
    a2a:PersonNameLastName "Feenstra"
  ] ;
  a2a:Gender "Man" .

oa:event_frl_2c5ce90c-e1c5-eab2-eb68-1e6cf7827d79_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1886" ;
    a2a:Month "2" ;
    a2a:Day "4" ;
    rdfs:label "1886-02-04"^^xsd:date
  ] .

oa:relationep_frl_2c5ce90c-e1c5-eab2-eb68-1e6cf7827d79_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_frl_2c5ce90c-e1c5-eab2-eb68-1e6cf7827d79_Person:f4ee7355-bb3c-44b3-8199-ff42043a537b ;
  a2a:EventKeyRef oa:event_frl_2c5ce90c-e1c5-eab2-eb68-1e6cf7827d79_Event1 .

oa:relationep_frl_2c5ce90c-e1c5-eab2-eb68-1e6cf7827d79_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_2c5ce90c-e1c5-eab2-eb68-1e6cf7827d79_Person:50da9c28-3491-2fb9-ce66-37ab7fa8c52c ;
  a2a:EventKeyRef oa:event_frl_2c5ce90c-e1c5-eab2-eb68-1e6cf7827d79_Event1 .

oa:relationep_frl_2c5ce90c-e1c5-eab2-eb68-1e6cf7827d79_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_2c5ce90c-e1c5-eab2-eb68-1e6cf7827d79_Person:83f77a00-5a0b-c49d-85c7-61b48b2f3f2b ;
  a2a:EventKeyRef oa:event_frl_2c5ce90c-e1c5-eab2-eb68-1e6cf7827d79_Event1 .

oa:source_frl_2c5ce90c-e1c5-eab2-eb68-1e6cf7827d79
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Doniawerstal" ;
    rdfs:label "Doniawerstal", "1886-02-06 - 1886-02-06"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1886-02-06"^^xsd:date ;
    a2a:SourceIndexDateTo "1886-02-06"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1886" ;
    a2a:Month "2" ;
    a2a:Day "6" ;
    rdfs:label "1886-02-06"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Doniawerstal - Tresoar, Bron: boek, Deel: 1018, Periode: 1886" ;
    a2a:Book "Geboorteregister 1886" ;
    a2a:DocumentNumber "0014" ;
    a2a:RegistryNumber "1018" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand Doniawerstal - Tresoar, Bron: boek, Deel: 1018, Periode: 1886, Geboorteregister 1886, 0014, 1018"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/552fc4f0-cff0-7fc1-adaa-c9f2e30b9d33.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/2c5ce90c-e1c5-eab2-eb68-1e6cf7827d79" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/552fc4f0-cff0-7fc1-adaa-c9f2e30b9d33.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-08-30"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/2c5ce90c-e1c5-eab2-eb68-1e6cf7827d79" ;
  a2a:RecordGUID "{2c5ce90c-e1c5-eab2-eb68-1e6cf7827d79}" ;
  a2a:SourceRemarkarchiefnaam "Burgerlijke Stand Doniawerstal - Tresoar" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "1018" ;
  a2a:SourceRemarkregister_periode "1886" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250425_70556_00070556.xml van FRL" .

