@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_1516d8eb-8759-dff5-e0f9-e0e3f44c25ce
  a a2a:Record ;
  rdfs:label "Geboorte op 5 februari 1884" ;
  a2a:hasPerson oa:person_frl_1516d8eb-8759-dff5-e0f9-e0e3f44c25ce_Person-c79e2896-743f-ad26-d522-464227b4ce3c, oa:person_frl_1516d8eb-8759-dff5-e0f9-e0e3f44c25ce_Person-df15a9a5-056f-1a48-fc18-89e4d7966f44, oa:person_frl_1516d8eb-8759-dff5-e0f9-e0e3f44c25ce_Person-a6a3610f-3da3-e10b-65d1-a6601b12d96d ;
  a2a:hasEvent oa:event_frl_1516d8eb-8759-dff5-e0f9-e0e3f44c25ce_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_1516d8eb-8759-dff5-e0f9-e0e3f44c25ce_0, oa:relationep_frl_1516d8eb-8759-dff5-e0f9-e0e3f44c25ce_1, oa:relationep_frl_1516d8eb-8759-dff5-e0f9-e0e3f44c25ce_2 ;
  a2a:hasSource oa:source_frl_1516d8eb-8759-dff5-e0f9-e0e3f44c25ce .

oa:person_frl_1516d8eb-8759-dff5-e0f9-e0e3f44c25ce_Person-c79e2896-743f-ad26-d522-464227b4ce3c
  a a2a:Person ;
  rdfs:label "Geert Bijma" ;
  a2a:PersonName [
    rdfs:label "Geert Bijma" ;
    a2a:PersonNameFirstName "Geert" ;
    a2a:PersonNameLastName "Bijma"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_1516d8eb-8759-dff5-e0f9-e0e3f44c25ce_Person-df15a9a5-056f-1a48-fc18-89e4d7966f44
  a a2a:Person ;
  rdfs:label "Jitske Bijma" ;
  a2a:PersonName [
    rdfs:label "Jitske Bijma" ;
    a2a:PersonNameFirstName "Jitske" ;
    a2a:PersonNameLastName "Bijma"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1884" ;
    a2a:Month "2" ;
    a2a:Day "5" ;
    rdfs:label "1884-02-05"^^xsd:date
  ] .

oa:person_frl_1516d8eb-8759-dff5-e0f9-e0e3f44c25ce_Person-a6a3610f-3da3-e10b-65d1-a6601b12d96d
  a a2a:Person ;
  rdfs:label "Swaantje Bijma" ;
  a2a:PersonName [
    rdfs:label "Swaantje Bijma" ;
    a2a:PersonNameFirstName "Swaantje" ;
    a2a:PersonNameLastName "Bijma"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_frl_1516d8eb-8759-dff5-e0f9-e0e3f44c25ce_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1884" ;
    a2a:Month "2" ;
    a2a:Day "5" ;
    rdfs:label "1884-02-05"^^xsd:date
  ] .

oa:relationep_frl_1516d8eb-8759-dff5-e0f9-e0e3f44c25ce_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_1516d8eb-8759-dff5-e0f9-e0e3f44c25ce_Person:c79e2896-743f-ad26-d522-464227b4ce3c ;
  a2a:EventKeyRef oa:event_frl_1516d8eb-8759-dff5-e0f9-e0e3f44c25ce_Event1 .

oa:relationep_frl_1516d8eb-8759-dff5-e0f9-e0e3f44c25ce_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_frl_1516d8eb-8759-dff5-e0f9-e0e3f44c25ce_Person:df15a9a5-056f-1a48-fc18-89e4d7966f44 ;
  a2a:EventKeyRef oa:event_frl_1516d8eb-8759-dff5-e0f9-e0e3f44c25ce_Event1 .

oa:relationep_frl_1516d8eb-8759-dff5-e0f9-e0e3f44c25ce_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_1516d8eb-8759-dff5-e0f9-e0e3f44c25ce_Person:a6a3610f-3da3-e10b-65d1-a6601b12d96d ;
  a2a:EventKeyRef oa:event_frl_1516d8eb-8759-dff5-e0f9-e0e3f44c25ce_Event1 .

oa:source_frl_1516d8eb-8759-dff5-e0f9-e0e3f44c25ce
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Opsterland" ;
    rdfs:label "Opsterland", "1884-02-06 - 1884-02-06"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1884-02-06"^^xsd:date ;
    a2a:SourceIndexDateTo "1884-02-06"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1884" ;
    a2a:Month "2" ;
    a2a:Day "6" ;
    rdfs:label "1884-02-06"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Opsterland - Tresoar, Bron: boek, Deel: 1051, Periode: 1884" ;
    a2a:Book "Geboorteregister 1884" ;
    a2a:DocumentNumber "0034" ;
    a2a:RegistryNumber "1051" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand Opsterland - Tresoar, Bron: boek, Deel: 1051, Periode: 1884, Geboorteregister 1884, 0034, 1051"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/8094bd3c-94ac-48b2-edbe-57fa67d44313.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/1516d8eb-8759-dff5-e0f9-e0e3f44c25ce" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/8094bd3c-94ac-48b2-edbe-57fa67d44313.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-08-30"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/1516d8eb-8759-dff5-e0f9-e0e3f44c25ce" ;
  a2a:RecordGUID "{1516d8eb-8759-dff5-e0f9-e0e3f44c25ce}" ;
  a2a:SourceRemarkarchiefnaam "Burgerlijke Stand Opsterland - Tresoar" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "1051" ;
  a2a:SourceRemarkregister_periode "1884" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250424_8055_00008055.xml van FRL" .

