@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_4711b4aa-4fcc-0c88-bd8d-e8262da4ec94
  a a2a:Record ;
  rdfs:label "Geboorte op 3 juli 1876" ;
  a2a:hasPerson oa:person_frl_4711b4aa-4fcc-0c88-bd8d-e8262da4ec94_Person-ec45b30e-dcce-1c29-74d7-12e6a4770e56, oa:person_frl_4711b4aa-4fcc-0c88-bd8d-e8262da4ec94_Person-9b249917-6b7a-9de9-6a48-70efceb4130d, oa:person_frl_4711b4aa-4fcc-0c88-bd8d-e8262da4ec94_Person-09ffbc20-3268-95c1-50f2-8dcab0d7a441 ;
  a2a:hasEvent oa:event_frl_4711b4aa-4fcc-0c88-bd8d-e8262da4ec94_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_4711b4aa-4fcc-0c88-bd8d-e8262da4ec94_0, oa:relationep_frl_4711b4aa-4fcc-0c88-bd8d-e8262da4ec94_1, oa:relationep_frl_4711b4aa-4fcc-0c88-bd8d-e8262da4ec94_2 ;
  a2a:hasSource oa:source_frl_4711b4aa-4fcc-0c88-bd8d-e8262da4ec94 .

oa:person_frl_4711b4aa-4fcc-0c88-bd8d-e8262da4ec94_Person-ec45b30e-dcce-1c29-74d7-12e6a4770e56
  a a2a:Person ;
  rdfs:label "Wiebe Feitzes Talsma" ;
  a2a:PersonName [
    rdfs:label "Wiebe Feitzes Talsma" ;
    a2a:PersonNameFirstName "Wiebe" ;
    a2a:PersonNamePatronym "Feitzes" ;
    a2a:PersonNameLastName "Talsma"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_4711b4aa-4fcc-0c88-bd8d-e8262da4ec94_Person-9b249917-6b7a-9de9-6a48-70efceb4130d
  a a2a:Person ;
  rdfs:label "Maria Arends Krom" ;
  a2a:PersonName [
    rdfs:label "Maria Arends Krom" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNamePatronym "Arends" ;
    a2a:PersonNameLastName "Krom"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_4711b4aa-4fcc-0c88-bd8d-e8262da4ec94_Person-09ffbc20-3268-95c1-50f2-8dcab0d7a441
  a a2a:Person ;
  rdfs:label "Hendrik Talsma" ;
  a2a:PersonName [
    rdfs:label "Hendrik Talsma" ;
    a2a:PersonNameFirstName "Hendrik" ;
    a2a:PersonNameLastName "Talsma"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1876" ;
    a2a:Month "7" ;
    a2a:Day "3" ;
    rdfs:label "1876-07-03"^^xsd:date
  ] .

oa:event_frl_4711b4aa-4fcc-0c88-bd8d-e8262da4ec94_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1876" ;
    a2a:Month "7" ;
    a2a:Day "3" ;
    rdfs:label "1876-07-03"^^xsd:date
  ] .

oa:relationep_frl_4711b4aa-4fcc-0c88-bd8d-e8262da4ec94_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_4711b4aa-4fcc-0c88-bd8d-e8262da4ec94_Person:ec45b30e-dcce-1c29-74d7-12e6a4770e56 ;
  a2a:EventKeyRef oa:event_frl_4711b4aa-4fcc-0c88-bd8d-e8262da4ec94_Event1 .

oa:relationep_frl_4711b4aa-4fcc-0c88-bd8d-e8262da4ec94_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_4711b4aa-4fcc-0c88-bd8d-e8262da4ec94_Person:9b249917-6b7a-9de9-6a48-70efceb4130d ;
  a2a:EventKeyRef oa:event_frl_4711b4aa-4fcc-0c88-bd8d-e8262da4ec94_Event1 .

oa:relationep_frl_4711b4aa-4fcc-0c88-bd8d-e8262da4ec94_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_frl_4711b4aa-4fcc-0c88-bd8d-e8262da4ec94_Person:09ffbc20-3268-95c1-50f2-8dcab0d7a441 ;
  a2a:EventKeyRef oa:event_frl_4711b4aa-4fcc-0c88-bd8d-e8262da4ec94_Event1 .

oa:source_frl_4711b4aa-4fcc-0c88-bd8d-e8262da4ec94
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Schoterland" ;
    rdfs:label "Schoterland", "1876-07-04 - 1876-07-04"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1876-07-04"^^xsd:date ;
    a2a:SourceIndexDateTo "1876-07-04"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1876" ;
    a2a:Month "7" ;
    a2a:Day "4" ;
    rdfs:label "1876-07-04"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Schoterland - Tresoar, Bron: boek, Deel: 1040, Periode: 1876" ;
    a2a:Book "Geboorteregister 1876" ;
    a2a:DocumentNumber "0233" ;
    a2a:RegistryNumber "1040" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand Schoterland - Tresoar, Bron: boek, Deel: 1040, Periode: 1876, Geboorteregister 1876, 0233, 1040"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/f38cccd8-9c70-b15c-b3d3-d45848d2d001.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/4711b4aa-4fcc-0c88-bd8d-e8262da4ec94" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/f38cccd8-9c70-b15c-b3d3-d45848d2d001.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-08-30"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/4711b4aa-4fcc-0c88-bd8d-e8262da4ec94" ;
  a2a:RecordGUID "{4711b4aa-4fcc-0c88-bd8d-e8262da4ec94}" ;
  a2a:SourceRemarkarchiefnaam "Burgerlijke Stand Schoterland - Tresoar" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "1040" ;
  a2a:SourceRemarkregister_periode "1876" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250425_72103_00072103.xml van FRL" .

[] a2a:PersonRemarkdiversen "Ouders woonachtig te Nieuwehorne" .
