@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_2cb8bf69-c1df-4ba8-e44f-57b4ff65366e
  a a2a:Record ;
  rdfs:label "Geboorte op 26 september 1899" ;
  a2a:hasPerson oa:person_frl_2cb8bf69-c1df-4ba8-e44f-57b4ff65366e_Person-94409511-b681-60ab-9a55-206afa75bff2, oa:person_frl_2cb8bf69-c1df-4ba8-e44f-57b4ff65366e_Person-b036657e-ba7c-c9ca-7069-08e7c225aad6, oa:person_frl_2cb8bf69-c1df-4ba8-e44f-57b4ff65366e_Person-08a35235-e142-bf63-d6a5-c7176301b483 ;
  a2a:hasEvent oa:event_frl_2cb8bf69-c1df-4ba8-e44f-57b4ff65366e_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_2cb8bf69-c1df-4ba8-e44f-57b4ff65366e_0, oa:relationep_frl_2cb8bf69-c1df-4ba8-e44f-57b4ff65366e_1, oa:relationep_frl_2cb8bf69-c1df-4ba8-e44f-57b4ff65366e_2 ;
  a2a:hasSource oa:source_frl_2cb8bf69-c1df-4ba8-e44f-57b4ff65366e .

oa:person_frl_2cb8bf69-c1df-4ba8-e44f-57b4ff65366e_Person-94409511-b681-60ab-9a55-206afa75bff2
  a a2a:Person ;
  rdfs:label "Sybren Raap" ;
  a2a:PersonName [
    rdfs:label "Sybren Raap" ;
    a2a:PersonNameFirstName "Sybren" ;
    a2a:PersonNameLastName "Raap"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_2cb8bf69-c1df-4ba8-e44f-57b4ff65366e_Person-b036657e-ba7c-c9ca-7069-08e7c225aad6
  a a2a:Person ;
  rdfs:label "Roelof Raap" ;
  a2a:PersonName [
    rdfs:label "Roelof Raap" ;
    a2a:PersonNameFirstName "Roelof" ;
    a2a:PersonNameLastName "Raap"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1899" ;
    a2a:Month "9" ;
    a2a:Day "26" ;
    rdfs:label "1899-09-26"^^xsd:date
  ] .

oa:person_frl_2cb8bf69-c1df-4ba8-e44f-57b4ff65366e_Person-08a35235-e142-bf63-d6a5-c7176301b483
  a a2a:Person ;
  rdfs:label "Hendrikje Veenstra" ;
  a2a:PersonName [
    rdfs:label "Hendrikje Veenstra" ;
    a2a:PersonNameFirstName "Hendrikje" ;
    a2a:PersonNameLastName "Veenstra"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_frl_2cb8bf69-c1df-4ba8-e44f-57b4ff65366e_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1899" ;
    a2a:Month "9" ;
    a2a:Day "26" ;
    rdfs:label "1899-09-26"^^xsd:date
  ] .

oa:relationep_frl_2cb8bf69-c1df-4ba8-e44f-57b4ff65366e_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_2cb8bf69-c1df-4ba8-e44f-57b4ff65366e_Person:94409511-b681-60ab-9a55-206afa75bff2 ;
  a2a:EventKeyRef oa:event_frl_2cb8bf69-c1df-4ba8-e44f-57b4ff65366e_Event1 .

oa:relationep_frl_2cb8bf69-c1df-4ba8-e44f-57b4ff65366e_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_frl_2cb8bf69-c1df-4ba8-e44f-57b4ff65366e_Person:b036657e-ba7c-c9ca-7069-08e7c225aad6 ;
  a2a:EventKeyRef oa:event_frl_2cb8bf69-c1df-4ba8-e44f-57b4ff65366e_Event1 .

oa:relationep_frl_2cb8bf69-c1df-4ba8-e44f-57b4ff65366e_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_2cb8bf69-c1df-4ba8-e44f-57b4ff65366e_Person:08a35235-e142-bf63-d6a5-c7176301b483 ;
  a2a:EventKeyRef oa:event_frl_2cb8bf69-c1df-4ba8-e44f-57b4ff65366e_Event1 .

oa:source_frl_2cb8bf69-c1df-4ba8-e44f-57b4ff65366e
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Dantumadeel" ;
    rdfs:label "Dantumadeel", "1899-09-26 - 1899-09-26"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1899-09-26"^^xsd:date ;
    a2a:SourceIndexDateTo "1899-09-26"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1899" ;
    a2a:Month "9" ;
    a2a:Day "26" ;
    rdfs:label "1899-09-26"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Dantumadeel - Tresoar, Bron: boek, Deel: 1046, Periode: 1899" ;
    a2a:Book "Geboorteregister 1899" ;
    a2a:DocumentNumber "0262" ;
    a2a:RegistryNumber "1046" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand Dantumadeel - Tresoar, Bron: boek, Deel: 1046, Periode: 1899, Geboorteregister 1899, 0262, 1046"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/af9491cc-cdfb-3f78-9840-d58b1517396b.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/2cb8bf69-c1df-4ba8-e44f-57b4ff65366e" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/af9491cc-cdfb-3f78-9840-d58b1517396b.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-08-30"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/2cb8bf69-c1df-4ba8-e44f-57b4ff65366e" ;
  a2a:RecordGUID "{2cb8bf69-c1df-4ba8-e44f-57b4ff65366e}" ;
  a2a:SourceRemarkarchiefnaam "Burgerlijke Stand Dantumadeel - Tresoar" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "1046" ;
  a2a:SourceRemarkregister_periode "1899" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250425_70577_00070577.xml van FRL" .

