@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_b00a9baa-452b-15d4-c838-a19f80d72a6b
  a a2a:Record ;
  rdfs:label "Geboorte op 16 september 1877" ;
  a2a:hasPerson oa:person_frl_b00a9baa-452b-15d4-c838-a19f80d72a6b_Person-b901773d-3c63-4cfd-33c7-1a6b5a5c0c05, oa:person_frl_b00a9baa-452b-15d4-c838-a19f80d72a6b_Person-11f48484-c2bc-4d16-1c4d-c0e09d8ad77e, oa:person_frl_b00a9baa-452b-15d4-c838-a19f80d72a6b_Person-00b25602-57a1-1335-4696-80b5335c93b8 ;
  a2a:hasEvent oa:event_frl_b00a9baa-452b-15d4-c838-a19f80d72a6b_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_b00a9baa-452b-15d4-c838-a19f80d72a6b_0, oa:relationep_frl_b00a9baa-452b-15d4-c838-a19f80d72a6b_1, oa:relationep_frl_b00a9baa-452b-15d4-c838-a19f80d72a6b_2 ;
  a2a:hasSource oa:source_frl_b00a9baa-452b-15d4-c838-a19f80d72a6b .

oa:person_frl_b00a9baa-452b-15d4-c838-a19f80d72a6b_Person-b901773d-3c63-4cfd-33c7-1a6b5a5c0c05
  a a2a:Person ;
  rdfs:label "Johannes Jeltema" ;
  a2a:PersonName [
    rdfs:label "Johannes Jeltema" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNameLastName "Jeltema"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1877" ;
    a2a:Month "9" ;
    a2a:Day "16" ;
    rdfs:label "1877-09-16"^^xsd:date
  ] .

oa:person_frl_b00a9baa-452b-15d4-c838-a19f80d72a6b_Person-11f48484-c2bc-4d16-1c4d-c0e09d8ad77e
  a a2a:Person ;
  rdfs:label "Jeltje Dirks Smid" ;
  a2a:PersonName [
    rdfs:label "Jeltje Dirks Smid" ;
    a2a:PersonNameFirstName "Jeltje" ;
    a2a:PersonNamePatronym "Dirks" ;
    a2a:PersonNameLastName "Smid"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_b00a9baa-452b-15d4-c838-a19f80d72a6b_Person-00b25602-57a1-1335-4696-80b5335c93b8
  a a2a:Person ;
  rdfs:label "Theunis Johannes Jeltema" ;
  a2a:PersonName [
    rdfs:label "Theunis Johannes Jeltema" ;
    a2a:PersonNameFirstName "Theunis" ;
    a2a:PersonNamePatronym "Johannes" ;
    a2a:PersonNameLastName "Jeltema"
  ] ;
  a2a:Gender "Man" .

oa:event_frl_b00a9baa-452b-15d4-c838-a19f80d72a6b_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1877" ;
    a2a:Month "9" ;
    a2a:Day "16" ;
    rdfs:label "1877-09-16"^^xsd:date
  ] .

oa:relationep_frl_b00a9baa-452b-15d4-c838-a19f80d72a6b_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_frl_b00a9baa-452b-15d4-c838-a19f80d72a6b_Person:b901773d-3c63-4cfd-33c7-1a6b5a5c0c05 ;
  a2a:EventKeyRef oa:event_frl_b00a9baa-452b-15d4-c838-a19f80d72a6b_Event1 .

oa:relationep_frl_b00a9baa-452b-15d4-c838-a19f80d72a6b_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_b00a9baa-452b-15d4-c838-a19f80d72a6b_Person:11f48484-c2bc-4d16-1c4d-c0e09d8ad77e ;
  a2a:EventKeyRef oa:event_frl_b00a9baa-452b-15d4-c838-a19f80d72a6b_Event1 .

oa:relationep_frl_b00a9baa-452b-15d4-c838-a19f80d72a6b_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_b00a9baa-452b-15d4-c838-a19f80d72a6b_Person:00b25602-57a1-1335-4696-80b5335c93b8 ;
  a2a:EventKeyRef oa:event_frl_b00a9baa-452b-15d4-c838-a19f80d72a6b_Event1 .

oa:source_frl_b00a9baa-452b-15d4-c838-a19f80d72a6b
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Dantumadeel" ;
    rdfs:label "Dantumadeel", "1877-09-17 - 1877-09-17"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1877-09-17"^^xsd:date ;
    a2a:SourceIndexDateTo "1877-09-17"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1877" ;
    a2a:Month "9" ;
    a2a:Day "17" ;
    rdfs:label "1877-09-17"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Dantumadeel - Tresoar, Bron: boek, Deel: 1034, Periode: 1877" ;
    a2a:Book "Geboorteregister 1877" ;
    a2a:DocumentNumber "0249" ;
    a2a:RegistryNumber "1034" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand Dantumadeel - Tresoar, Bron: boek, Deel: 1034, Periode: 1877, Geboorteregister 1877, 0249, 1034"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/b44ce6e9-6c34-fed1-5c42-21dedf6b7ffe.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/b00a9baa-452b-15d4-c838-a19f80d72a6b" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/b44ce6e9-6c34-fed1-5c42-21dedf6b7ffe.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-08-30"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/b00a9baa-452b-15d4-c838-a19f80d72a6b" ;
  a2a:RecordGUID "{b00a9baa-452b-15d4-c838-a19f80d72a6b}" ;
  a2a:SourceRemarkarchiefnaam "Burgerlijke Stand Dantumadeel - Tresoar" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "1034" ;
  a2a:SourceRemarkregister_periode "1877" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250425_55530_00055530.xml van FRL" .

