@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_0a7cc95e-e08d-ecae-ec8c-9e35b1015d76
  a a2a:Record ;
  rdfs:label "Geboorte op 23 maart 1915 te Westergeest" ;
  a2a:hasPerson oa:person_frl_0a7cc95e-e08d-ecae-ec8c-9e35b1015d76_Person-a041fe95-ae96-4db6-7a5d-0e757e717e42, oa:person_frl_0a7cc95e-e08d-ecae-ec8c-9e35b1015d76_Person-693493e2-b663-e4b9-130c-164b6a9b10af, oa:person_frl_0a7cc95e-e08d-ecae-ec8c-9e35b1015d76_Person-5e9fd091-1519-1191-88a6-85c562cf405b ;
  a2a:hasEvent oa:event_frl_0a7cc95e-e08d-ecae-ec8c-9e35b1015d76_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_0a7cc95e-e08d-ecae-ec8c-9e35b1015d76_0, oa:relationep_frl_0a7cc95e-e08d-ecae-ec8c-9e35b1015d76_1, oa:relationep_frl_0a7cc95e-e08d-ecae-ec8c-9e35b1015d76_2 ;
  a2a:hasSource oa:source_frl_0a7cc95e-e08d-ecae-ec8c-9e35b1015d76 .

oa:person_frl_0a7cc95e-e08d-ecae-ec8c-9e35b1015d76_Person-a041fe95-ae96-4db6-7a5d-0e757e717e42
  a a2a:Person ;
  rdfs:label "Gerke Nicolai" ;
  a2a:PersonName [
    rdfs:label "Gerke Nicolai" ;
    a2a:PersonNameFirstName "Gerke" ;
    a2a:PersonNameLastName "Nicolai"
  ] ;
  a2a:Gender "Man" ;
  a2a:Residence [
    a2a:Place "Westergeest" ;
    rdfs:label "Westergeest"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "30 jaar" ;
    rdfs:label "30 jaar"
  ] ;
  a2a:Profession "arbeider" .

oa:person_frl_0a7cc95e-e08d-ecae-ec8c-9e35b1015d76_Person-693493e2-b663-e4b9-130c-164b6a9b10af
  a a2a:Person ;
  rdfs:label "Froukje Louisa Huisman" ;
  a2a:PersonName [
    rdfs:label "Froukje Louisa Huisman" ;
    a2a:PersonNameFirstName "Froukje Louisa" ;
    a2a:PersonNameLastName "Huisman"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Residence [
    a2a:Place "Westergeest" ;
    rdfs:label "Westergeest"
  ] .

oa:person_frl_0a7cc95e-e08d-ecae-ec8c-9e35b1015d76_Person-5e9fd091-1519-1191-88a6-85c562cf405b
  a a2a:Person ;
  rdfs:label "Tetje Nicolai" ;
  a2a:PersonName [
    rdfs:label "Tetje Nicolai" ;
    a2a:PersonNameFirstName "Tetje" ;
    a2a:PersonNameLastName "Nicolai"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1915" ;
    a2a:Month "3" ;
    a2a:Day "23" ;
    rdfs:label "1915-03-23"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Westergeest" ;
    rdfs:label "Westergeest"
  ] .

oa:event_frl_0a7cc95e-e08d-ecae-ec8c-9e35b1015d76_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1915" ;
    a2a:Month "3" ;
    a2a:Day "23" ;
    rdfs:label "1915-03-23"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Westergeest" ;
    rdfs:label "Westergeest"
  ] .

oa:relationep_frl_0a7cc95e-e08d-ecae-ec8c-9e35b1015d76_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_0a7cc95e-e08d-ecae-ec8c-9e35b1015d76_Person:a041fe95-ae96-4db6-7a5d-0e757e717e42 ;
  a2a:EventKeyRef oa:event_frl_0a7cc95e-e08d-ecae-ec8c-9e35b1015d76_Event1 .

oa:relationep_frl_0a7cc95e-e08d-ecae-ec8c-9e35b1015d76_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_0a7cc95e-e08d-ecae-ec8c-9e35b1015d76_Person:693493e2-b663-e4b9-130c-164b6a9b10af ;
  a2a:EventKeyRef oa:event_frl_0a7cc95e-e08d-ecae-ec8c-9e35b1015d76_Event1 .

oa:relationep_frl_0a7cc95e-e08d-ecae-ec8c-9e35b1015d76_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_frl_0a7cc95e-e08d-ecae-ec8c-9e35b1015d76_Person:5e9fd091-1519-1191-88a6-85c562cf405b ;
  a2a:EventKeyRef oa:event_frl_0a7cc95e-e08d-ecae-ec8c-9e35b1015d76_Event1 .

oa:source_frl_0a7cc95e-e08d-ecae-ec8c-9e35b1015d76
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Kollumerland c.a." ;
    rdfs:label "Kollumerland c.a.", "1915-03-24 - 1915-03-24"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1915-03-24"^^xsd:date ;
    a2a:SourceIndexDateTo "1915-03-24"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1915" ;
    a2a:Month "3" ;
    a2a:Day "24" ;
    rdfs:label "1915-03-24"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Kollumerland c.a. - Tresoar, Deel: 1055, Periode: 1915" ;
    a2a:Book "Geboorteregister 1915" ;
    a2a:DocumentNumber "0046" ;
    a2a:RegistryNumber "1055" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand Kollumerland c.a. - Tresoar, Deel: 1055, Periode: 1915, Geboorteregister 1915, 0046, 1055"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/2ce899ab-9b86-1ffb-c4d9-649e2cfa67f8.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/0a7cc95e-e08d-ecae-ec8c-9e35b1015d76" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/2ce899ab-9b86-1ffb-c4d9-649e2cfa67f8.jpg"
  ] ;
  a2a:SourceLastChangeDate "2025-02-25"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/0a7cc95e-e08d-ecae-ec8c-9e35b1015d76" ;
  a2a:RecordGUID "{0a7cc95e-e08d-ecae-ec8c-9e35b1015d76}" ;
  a2a:SourceRemarkarchiefnaam "Burgerlijke Stand Kollumerland c.a. - Tresoar" ;
  a2a:SourceRemarkdeel "1055" ;
  a2a:SourceRemarkregister_periode "1915" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250426_83341_00083341.xml van FRL" .

