@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_abcde449-96cf-f751-e292-25bcdec73bfe
  a a2a:Record ;
  rdfs:label "Overlijden op 2 mei 1820 te Dronrijp" ;
  a2a:hasPerson oa:person_frl_abcde449-96cf-f751-e292-25bcdec73bfe_Person-117530ff-1405-cfcd-096c-c13410b97d9f, oa:person_frl_abcde449-96cf-f751-e292-25bcdec73bfe_Person-12b8ac70-8c07-4928-9bc7-a20c0f0ac86b, oa:person_frl_abcde449-96cf-f751-e292-25bcdec73bfe_Person-0352f38e-1454-411a-b5ec-c64c6be759b3 ;
  a2a:hasEvent oa:event_frl_abcde449-96cf-f751-e292-25bcdec73bfe_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_abcde449-96cf-f751-e292-25bcdec73bfe_0, oa:relationep_frl_abcde449-96cf-f751-e292-25bcdec73bfe_1, oa:relationep_frl_abcde449-96cf-f751-e292-25bcdec73bfe_2 ;
  a2a:hasSource oa:source_frl_abcde449-96cf-f751-e292-25bcdec73bfe .

oa:person_frl_abcde449-96cf-f751-e292-25bcdec73bfe_Person-117530ff-1405-cfcd-096c-c13410b97d9f
  a a2a:Person ;
  rdfs:label "Jetze Poppes Kuipers" ;
  a2a:PersonName [
    rdfs:label "Jetze Poppes Kuipers" ;
    a2a:PersonNameFirstName "Jetze" ;
    a2a:PersonNamePatronym "Poppes" ;
    a2a:PersonNameLastName "Kuipers"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "6 maanden" ;
    rdfs:label "6 maanden"
  ] .

oa:person_frl_abcde449-96cf-f751-e292-25bcdec73bfe_Person-12b8ac70-8c07-4928-9bc7-a20c0f0ac86b
  a a2a:Person ;
  rdfs:label "Poppe Dirks Kuipers" ;
  a2a:PersonName [
    rdfs:label "Poppe Dirks Kuipers" ;
    a2a:PersonNameFirstName "Poppe" ;
    a2a:PersonNamePatronym "Dirks" ;
    a2a:PersonNameLastName "Kuipers"
  ] ;
  a2a:Gender "Man" ;
  a2a:Profession "timmerman" .

oa:person_frl_abcde449-96cf-f751-e292-25bcdec73bfe_Person-0352f38e-1454-411a-b5ec-c64c6be759b3
  a a2a:Person ;
  rdfs:label "Albertje Jetzes" ;
  a2a:PersonName [
    rdfs:label "Albertje Jetzes" ;
    a2a:PersonNameFirstName "Albertje" ;
    a2a:PersonNamePatronym "Jetzes"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_frl_abcde449-96cf-f751-e292-25bcdec73bfe_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1820" ;
    a2a:Month "5" ;
    a2a:Day "2" ;
    rdfs:label "1820-05-02"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Dronrijp" ;
    rdfs:label "Dronrijp"
  ] .

oa:relationep_frl_abcde449-96cf-f751-e292-25bcdec73bfe_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_frl_abcde449-96cf-f751-e292-25bcdec73bfe_Person:117530ff-1405-cfcd-096c-c13410b97d9f ;
  a2a:EventKeyRef oa:event_frl_abcde449-96cf-f751-e292-25bcdec73bfe_Event1 .

oa:relationep_frl_abcde449-96cf-f751-e292-25bcdec73bfe_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_abcde449-96cf-f751-e292-25bcdec73bfe_Person:12b8ac70-8c07-4928-9bc7-a20c0f0ac86b ;
  a2a:EventKeyRef oa:event_frl_abcde449-96cf-f751-e292-25bcdec73bfe_Event1 .

oa:relationep_frl_abcde449-96cf-f751-e292-25bcdec73bfe_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_abcde449-96cf-f751-e292-25bcdec73bfe_Person:0352f38e-1454-411a-b5ec-c64c6be759b3 ;
  a2a:EventKeyRef oa:event_frl_abcde449-96cf-f751-e292-25bcdec73bfe_Event1 .

oa:source_frl_abcde449-96cf-f751-e292-25bcdec73bfe
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Menaldumadeel" ;
    rdfs:label "Menaldumadeel", "1820-05-02 - 1820-05-02"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1820-05-02"^^xsd:date ;
    a2a:SourceIndexDateTo "1820-05-02"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1820" ;
    a2a:Month "5" ;
    a2a:Day "2" ;
    rdfs:label "1820-05-02"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Menaldumadeel - Tresoar, Bron: boek, Deel: 3006, Periode: 1820" ;
    a2a:Book "Overlijdensregister 1820" ;
    a2a:RegistryNumber "3006" ;
    a2a:Folio "014" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand Menaldumadeel - Tresoar, Bron: boek, Deel: 3006, Periode: 1820, Overlijdensregister 1820, 3006, 014"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/2fa5349e-ed98-8400-0934-8df403fb0812.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/abcde449-96cf-f751-e292-25bcdec73bfe" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/2fa5349e-ed98-8400-0934-8df403fb0812.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-08-20"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/abcde449-96cf-f751-e292-25bcdec73bfe" ;
  a2a:RecordGUID "{abcde449-96cf-f751-e292-25bcdec73bfe}" ;
  a2a:SourceRemarkOpmerking "<i><b>Verkeerde akte? Gebruik \"Volgende\" rechtsboven op afbeeldingsscherm.</b></i>" ;
  a2a:SourceRemarkarchiefnaam "Burgerlijke Stand Menaldumadeel - Tresoar" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "3006" ;
  a2a:SourceRemarkregister_periode "1820" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250425_64106_00064106.xml van FRL" .

[]
  a2a:PersonRemarkplaats_overlijden "Dronrijp" ;
  a2a:PersonRemarkdatum_overlijden "1820-05-02" .

