@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_1f1cc9dc-2d2c-5aa5-6dda-bd2c1bd8fcd5
  a a2a:Record ;
  rdfs:label "Overlijden op 17 november 1934 te Ferwerderadeel" ;
  a2a:hasPerson oa:person_frl_1f1cc9dc-2d2c-5aa5-6dda-bd2c1bd8fcd5_Person-9d370a8b-a559-782f-8630-5e4791096cc9, oa:person_frl_1f1cc9dc-2d2c-5aa5-6dda-bd2c1bd8fcd5_Person-78aa9c1d-6a2e-530f-d9ff-5e6b278fb0ed, oa:person_frl_1f1cc9dc-2d2c-5aa5-6dda-bd2c1bd8fcd5_Person-722932de-d787-63a0-f00b-cb9d63757360 ;
  a2a:hasEvent oa:event_frl_1f1cc9dc-2d2c-5aa5-6dda-bd2c1bd8fcd5_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_1f1cc9dc-2d2c-5aa5-6dda-bd2c1bd8fcd5_0, oa:relationep_frl_1f1cc9dc-2d2c-5aa5-6dda-bd2c1bd8fcd5_1, oa:relationep_frl_1f1cc9dc-2d2c-5aa5-6dda-bd2c1bd8fcd5_2 ;
  a2a:hasSource oa:source_frl_1f1cc9dc-2d2c-5aa5-6dda-bd2c1bd8fcd5 .

oa:person_frl_1f1cc9dc-2d2c-5aa5-6dda-bd2c1bd8fcd5_Person-9d370a8b-a559-782f-8630-5e4791096cc9
  a a2a:Person ;
  rdfs:label "Antje Johannes Kingma" ;
  a2a:PersonName [
    rdfs:label "Antje Johannes Kingma" ;
    a2a:PersonNameFirstName "Antje" ;
    a2a:PersonNamePatronym "Johannes" ;
    a2a:PersonNameLastName "Kingma"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_1f1cc9dc-2d2c-5aa5-6dda-bd2c1bd8fcd5_Person-78aa9c1d-6a2e-530f-d9ff-5e6b278fb0ed
  a a2a:Person ;
  rdfs:label "Gerben Annes Koopmans" ;
  a2a:PersonName [
    rdfs:label "Gerben Annes Koopmans" ;
    a2a:PersonNameFirstName "Gerben" ;
    a2a:PersonNamePatronym "Annes" ;
    a2a:PersonNameLastName "Koopmans"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_1f1cc9dc-2d2c-5aa5-6dda-bd2c1bd8fcd5_Person-722932de-d787-63a0-f00b-cb9d63757360
  a a2a:Person ;
  rdfs:label "Lijsbert Koopmans" ;
  a2a:PersonName [
    rdfs:label "Lijsbert Koopmans" ;
    a2a:PersonNameFirstName "Lijsbert" ;
    a2a:PersonNameLastName "Koopmans"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeLiteral "43 jaar" ;
    rdfs:label "43 jaar"
  ] .

oa:event_frl_1f1cc9dc-2d2c-5aa5-6dda-bd2c1bd8fcd5_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1934" ;
    a2a:Month "11" ;
    a2a:Day "17" ;
    rdfs:label "1934-11-17"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Ferwerderadeel" ;
    rdfs:label "Ferwerderadeel"
  ] .

oa:relationep_frl_1f1cc9dc-2d2c-5aa5-6dda-bd2c1bd8fcd5_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_1f1cc9dc-2d2c-5aa5-6dda-bd2c1bd8fcd5_Person:9d370a8b-a559-782f-8630-5e4791096cc9 ;
  a2a:EventKeyRef oa:event_frl_1f1cc9dc-2d2c-5aa5-6dda-bd2c1bd8fcd5_Event1 .

oa:relationep_frl_1f1cc9dc-2d2c-5aa5-6dda-bd2c1bd8fcd5_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_1f1cc9dc-2d2c-5aa5-6dda-bd2c1bd8fcd5_Person:78aa9c1d-6a2e-530f-d9ff-5e6b278fb0ed ;
  a2a:EventKeyRef oa:event_frl_1f1cc9dc-2d2c-5aa5-6dda-bd2c1bd8fcd5_Event1 .

oa:relationep_frl_1f1cc9dc-2d2c-5aa5-6dda-bd2c1bd8fcd5_2
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_frl_1f1cc9dc-2d2c-5aa5-6dda-bd2c1bd8fcd5_Person:722932de-d787-63a0-f00b-cb9d63757360 ;
  a2a:EventKeyRef oa:event_frl_1f1cc9dc-2d2c-5aa5-6dda-bd2c1bd8fcd5_Event1 .

oa:source_frl_1f1cc9dc-2d2c-5aa5-6dda-bd2c1bd8fcd5
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Ferwerderadeel" ;
    rdfs:label "Ferwerderadeel", "1934-11-19 - 1934-11-19"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1934-11-19"^^xsd:date ;
    a2a:SourceIndexDateTo "1934-11-19"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1934" ;
    a2a:Month "11" ;
    a2a:Day "19" ;
    rdfs:label "1934-11-19"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Ferwerderadeel - Tresoar, Bron: boek, Deel: 3061, Periode: 1934" ;
    a2a:Book "Overlijdensregister 1934" ;
    a2a:DocumentNumber "0063" ;
    a2a:RegistryNumber "3061" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand Ferwerderadeel - Tresoar, Bron: boek, Deel: 3061, Periode: 1934, Overlijdensregister 1934, 0063, 3061"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/7a4afd43-3a2d-cde8-6c7e-0d9eb40d2e9a.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/1f1cc9dc-2d2c-5aa5-6dda-bd2c1bd8fcd5" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/7a4afd43-3a2d-cde8-6c7e-0d9eb40d2e9a.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-08-29"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/1f1cc9dc-2d2c-5aa5-6dda-bd2c1bd8fcd5" ;
  a2a:RecordGUID "{1f1cc9dc-2d2c-5aa5-6dda-bd2c1bd8fcd5}" ;
  a2a:SourceRemarkarchiefnaam "Burgerlijke Stand Ferwerderadeel - Tresoar" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "3061" ;
  a2a:SourceRemarkregister_periode "1934" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250425_50966_00050966.xml van FRL" .

[]
  a2a:PersonRemarkdiversen "ongehuwd" ;
  a2a:PersonRemarkdatum_overlijden "1934-11-17" .

