@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_3cd8b7c2-b6b5-8e46-0010-fa7ef4e55773
  a a2a:Record ;
  rdfs:label "Overlijden op 3 september 1962 te Weststellingwerf" ;
  a2a:hasPerson oa:person_frl_3cd8b7c2-b6b5-8e46-0010-fa7ef4e55773_Person-a9e3b763-6ab6-32b1-e853-b3a5659de526, oa:person_frl_3cd8b7c2-b6b5-8e46-0010-fa7ef4e55773_Person-71b09ab4-1942-1a3e-c42f-19d65ec38b38, oa:person_frl_3cd8b7c2-b6b5-8e46-0010-fa7ef4e55773_Person-7d765503-bdfe-dc01-3ba1-26424205f3ee ;
  a2a:hasEvent oa:event_frl_3cd8b7c2-b6b5-8e46-0010-fa7ef4e55773_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_3cd8b7c2-b6b5-8e46-0010-fa7ef4e55773_0, oa:relationep_frl_3cd8b7c2-b6b5-8e46-0010-fa7ef4e55773_1, oa:relationep_frl_3cd8b7c2-b6b5-8e46-0010-fa7ef4e55773_2 ;
  a2a:hasSource oa:source_frl_3cd8b7c2-b6b5-8e46-0010-fa7ef4e55773 .

oa:person_frl_3cd8b7c2-b6b5-8e46-0010-fa7ef4e55773_Person-a9e3b763-6ab6-32b1-e853-b3a5659de526
  a a2a:Person ;
  rdfs:label "Antonia Maria Haverink" ;
  a2a:PersonName [
    rdfs:label "Antonia Maria Haverink" ;
    a2a:PersonNameFirstName "Antonia Maria" ;
    a2a:PersonNameLastName "Haverink"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Residence [
    a2a:Place "Peperga" ;
    rdfs:label "Peperga"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "64 jaar" ;
    rdfs:label "64 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Dalfsen" ;
    rdfs:label "Dalfsen"
  ] .

oa:person_frl_3cd8b7c2-b6b5-8e46-0010-fa7ef4e55773_Person-71b09ab4-1942-1a3e-c42f-19d65ec38b38
  a a2a:Person ;
  rdfs:label "Egbartus Everhardus Haverink" ;
  a2a:PersonName [
    rdfs:label "Egbartus Everhardus Haverink" ;
    a2a:PersonNameFirstName "Egbartus Everhardus" ;
    a2a:PersonNameLastName "Haverink"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_3cd8b7c2-b6b5-8e46-0010-fa7ef4e55773_Person-7d765503-bdfe-dc01-3ba1-26424205f3ee
  a a2a:Person ;
  rdfs:label "Nicola Catharina Boelens" ;
  a2a:PersonName [
    rdfs:label "Nicola Catharina Boelens" ;
    a2a:PersonNameFirstName "Nicola Catharina" ;
    a2a:PersonNameLastName "Boelens"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_frl_3cd8b7c2-b6b5-8e46-0010-fa7ef4e55773_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1962" ;
    a2a:Month "9" ;
    a2a:Day "3" ;
    rdfs:label "1962-09-03"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Weststellingwerf" ;
    rdfs:label "Weststellingwerf"
  ] .

oa:relationep_frl_3cd8b7c2-b6b5-8e46-0010-fa7ef4e55773_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_frl_3cd8b7c2-b6b5-8e46-0010-fa7ef4e55773_Person:a9e3b763-6ab6-32b1-e853-b3a5659de526 ;
  a2a:EventKeyRef oa:event_frl_3cd8b7c2-b6b5-8e46-0010-fa7ef4e55773_Event1 .

oa:relationep_frl_3cd8b7c2-b6b5-8e46-0010-fa7ef4e55773_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_3cd8b7c2-b6b5-8e46-0010-fa7ef4e55773_Person:71b09ab4-1942-1a3e-c42f-19d65ec38b38 ;
  a2a:EventKeyRef oa:event_frl_3cd8b7c2-b6b5-8e46-0010-fa7ef4e55773_Event1 .

oa:relationep_frl_3cd8b7c2-b6b5-8e46-0010-fa7ef4e55773_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_3cd8b7c2-b6b5-8e46-0010-fa7ef4e55773_Person:7d765503-bdfe-dc01-3ba1-26424205f3ee ;
  a2a:EventKeyRef oa:event_frl_3cd8b7c2-b6b5-8e46-0010-fa7ef4e55773_Event1 .

oa:source_frl_3cd8b7c2-b6b5-8e46-0010-fa7ef4e55773
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Weststellingwerf" ;
    rdfs:label "Weststellingwerf", "1962-09-05 - 1962-09-05"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1962-09-05"^^xsd:date ;
    a2a:SourceIndexDateTo "1962-09-05"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1962" ;
    a2a:Month "9" ;
    a2a:Day "5" ;
    rdfs:label "1962-09-05"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Burgerlijke Stand Weststellingwerf - Tresoar, Bron: boek, Deel: 3150, Periode: 1962" ;
    a2a:Book "Overlijdensregister 1962 Wolvega" ;
    a2a:DocumentNumber "0074" ;
    a2a:RegistryNumber "3150" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Burgerlijke Stand Weststellingwerf - Tresoar, Bron: boek, Deel: 3150, Periode: 1962, Overlijdensregister 1962 Wolvega, 0074, 3150"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/611d375c-9130-ecf1-d049-b1f2e96e7ebb.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/3cd8b7c2-b6b5-8e46-0010-fa7ef4e55773" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/611d375c-9130-ecf1-d049-b1f2e96e7ebb.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-09-19"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/3cd8b7c2-b6b5-8e46-0010-fa7ef4e55773" ;
  a2a:RecordGUID "{3cd8b7c2-b6b5-8e46-0010-fa7ef4e55773}" ;
  a2a:SourceRemarkarchiefnaam "Burgerlijke Stand Weststellingwerf - Tresoar" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "3150" ;
  a2a:SourceRemarkregister_periode "1962" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250102_10576_00010576.xml van FRL" .

[]
  a2a:PersonRemarkdiversen "ongehuwd" ;
  a2a:PersonRemarkdatum_overlijden "1962-09-03" .

