@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_0a6755d2-0dae-11e5-be2e-13e62071f764
  a a2a:Record ;
  rdfs:label "Overlijden op 3 maart 1952 te Haulerwijk" ;
  a2a:hasPerson oa:person_frl_0a6755d2-0dae-11e5-be2e-13e62071f764_Person-f371b07a-0dad-11e5-b90b-ef9a5a288e12, oa:person_frl_0a6755d2-0dae-11e5-be2e-13e62071f764_Person-0a413488-0dae-11e5-95d9-fff322781c2f, oa:person_frl_0a6755d2-0dae-11e5-be2e-13e62071f764_Person-09f25700-0dae-11e5-9ed6-1b2cb407f548, oa:person_frl_0a6755d2-0dae-11e5-be2e-13e62071f764_Person-0a19aabc-0dae-11e5-a6e0-d7e7646a6102 ;
  a2a:hasEvent oa:event_frl_0a6755d2-0dae-11e5-be2e-13e62071f764_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_0a6755d2-0dae-11e5-be2e-13e62071f764_0, oa:relationep_frl_0a6755d2-0dae-11e5-be2e-13e62071f764_1, oa:relationep_frl_0a6755d2-0dae-11e5-be2e-13e62071f764_2 ;
  a2a:hasRelationPP oa:relationpp_frl_0a6755d2-0dae-11e5-be2e-13e62071f764_0 ;
  a2a:hasSource oa:source_frl_0a6755d2-0dae-11e5-be2e-13e62071f764 .

oa:person_frl_0a6755d2-0dae-11e5-be2e-13e62071f764_Person-f371b07a-0dad-11e5-b90b-ef9a5a288e12
  a a2a:Person ;
  rdfs:label "Tryntje Broekert" ;
  a2a:PersonName [
    rdfs:label "Tryntje Broekert" ;
    a2a:PersonNameFirstName "Tryntje" ;
    a2a:PersonNameLastName "Broekert"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Residence [
    a2a:Place "Haulerwijk" ;
    rdfs:label "Haulerwijk"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "91 jaar" ;
    rdfs:label "91 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Haulerwijk" ;
    rdfs:label "Haulerwijk"
  ] .

oa:person_frl_0a6755d2-0dae-11e5-be2e-13e62071f764_Person-0a413488-0dae-11e5-95d9-fff322781c2f
  a a2a:Person ;
  rdfs:label "Harm Boonstra" ;
  a2a:PersonName [
    rdfs:label "Harm Boonstra" ;
    a2a:PersonNameFirstName "Harm" ;
    a2a:PersonNameLastName "Boonstra"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_0a6755d2-0dae-11e5-be2e-13e62071f764_Person-09f25700-0dae-11e5-9ed6-1b2cb407f548
  a a2a:Person ;
  rdfs:label "Jan Willems Broekert" ;
  a2a:PersonName [
    rdfs:label "Jan Willems Broekert" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNamePatronym "Willems" ;
    a2a:PersonNameLastName "Broekert"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_0a6755d2-0dae-11e5-be2e-13e62071f764_Person-0a19aabc-0dae-11e5-a6e0-d7e7646a6102
  a a2a:Person ;
  rdfs:label "Aaltje Douwes Olthof" ;
  a2a:PersonName [
    rdfs:label "Aaltje Douwes Olthof" ;
    a2a:PersonNameFirstName "Aaltje" ;
    a2a:PersonNamePatronym "Douwes" ;
    a2a:PersonNameLastName "Olthof"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_frl_0a6755d2-0dae-11e5-be2e-13e62071f764_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1952" ;
    a2a:Month "3" ;
    a2a:Day "3" ;
    rdfs:label "1952-03-03"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Haulerwijk" ;
    rdfs:label "Haulerwijk"
  ] .

oa:relationep_frl_0a6755d2-0dae-11e5-be2e-13e62071f764_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_frl_0a6755d2-0dae-11e5-be2e-13e62071f764_Person:f371b07a-0dad-11e5-b90b-ef9a5a288e12 ;
  a2a:EventKeyRef oa:event_frl_0a6755d2-0dae-11e5-be2e-13e62071f764_Event1 .

oa:relationep_frl_0a6755d2-0dae-11e5-be2e-13e62071f764_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_0a6755d2-0dae-11e5-be2e-13e62071f764_Person:09f25700-0dae-11e5-9ed6-1b2cb407f548 ;
  a2a:EventKeyRef oa:event_frl_0a6755d2-0dae-11e5-be2e-13e62071f764_Event1 .

oa:relationep_frl_0a6755d2-0dae-11e5-be2e-13e62071f764_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_0a6755d2-0dae-11e5-be2e-13e62071f764_Person:0a19aabc-0dae-11e5-a6e0-d7e7646a6102 ;
  a2a:EventKeyRef oa:event_frl_0a6755d2-0dae-11e5-be2e-13e62071f764_Event1 .

oa:relationpp_frl_0a6755d2-0dae-11e5-be2e-13e62071f764_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_frl_0a6755d2-0dae-11e5-be2e-13e62071f764_Person:f371b07a-0dad-11e5-b90b-ef9a5a288e12, oa:person_frl_0a6755d2-0dae-11e5-be2e-13e62071f764_Person:0a413488-0dae-11e5-95d9-fff322781c2f .

oa:source_frl_0a6755d2-0dae-11e5-be2e-13e62071f764
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Ooststellingwerf" ;
    rdfs:label "Ooststellingwerf", "1952-03-05 - 1952-03-05"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1952-03-05"^^xsd:date ;
    a2a:SourceIndexDateTo "1952-03-05"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1952" ;
    a2a:Month "3" ;
    a2a:Day "5" ;
    rdfs:label "1952-03-05"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Ooststellingwerf - Tresoar, Deel: 3083, Periode: 1952" ;
    a2a:Book "Overlijdensregister 1952" ;
    a2a:DocumentNumber "0026" ;
    a2a:RegistryNumber "3083" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand Ooststellingwerf - Tresoar, Deel: 3083, Periode: 1952, Overlijdensregister 1952, 0026, 3083"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/NL-0400410000%2FNL-0400410000_30-27%2FNL-0400410000_30-27_3083%2FNL-0400410000_30-27_3083_008.jp2" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/0a6755d2-0dae-11e5-be2e-13e62071f764" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/NL-0400410000%2FNL-0400410000_30-27%2FNL-0400410000_30-27_3083%2FNL-0400410000_30-27_3083_008.jp2"
  ] ;
  a2a:SourceLastChangeDate "2019-08-29"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/0a6755d2-0dae-11e5-be2e-13e62071f764" ;
  a2a:RecordGUID "{0a6755d2-0dae-11e5-be2e-13e62071f764}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231211_68178_00068178.xml van FRL" .

