@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_0d78feb8-74e8-b7da-e69a-6be9d00d4da9
  a a2a:Record ;
  rdfs:label "Overlijden (overlijdensakte) op 30 januari 1836 te Leeuwarden" ;
  a2a:hasPerson oa:person_frl_0d78feb8-74e8-b7da-e69a-6be9d00d4da9_Person-b46b3c0a-6e72-b18b-79bc-1a2c24b880b6, oa:person_frl_0d78feb8-74e8-b7da-e69a-6be9d00d4da9_Person-b8e6be23-5d37-bf89-437b-2a1780dafac4, oa:person_frl_0d78feb8-74e8-b7da-e69a-6be9d00d4da9_Person-8efce5b0-ca38-118e-9d5b-b47fa1737c5e, oa:person_frl_0d78feb8-74e8-b7da-e69a-6be9d00d4da9_Person-0f19ddd6-4db8-2731-2a47-417051f71558 ;
  a2a:hasEvent oa:event_frl_0d78feb8-74e8-b7da-e69a-6be9d00d4da9_Event1 ;
  a2a:hasRelationEP oa:relationep_frl_0d78feb8-74e8-b7da-e69a-6be9d00d4da9_0, oa:relationep_frl_0d78feb8-74e8-b7da-e69a-6be9d00d4da9_1, oa:relationep_frl_0d78feb8-74e8-b7da-e69a-6be9d00d4da9_2 ;
  a2a:hasRelationPP oa:relationpp_frl_0d78feb8-74e8-b7da-e69a-6be9d00d4da9_0 ;
  a2a:hasSource oa:source_frl_0d78feb8-74e8-b7da-e69a-6be9d00d4da9 .

oa:person_frl_0d78feb8-74e8-b7da-e69a-6be9d00d4da9_Person-b46b3c0a-6e72-b18b-79bc-1a2c24b880b6
  a a2a:Person ;
  rdfs:label "Hermanus Hulskot" ;
  a2a:PersonName [
    rdfs:label "Hermanus Hulskot" ;
    a2a:PersonNameFirstName "Hermanus" ;
    a2a:PersonNameLastName "Hulskot"
  ] ;
  a2a:Gender "Man" ;
  a2a:Residence [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "70 jaar" ;
    rdfs:label "70 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Greben (Duitsland)" ;
    rdfs:label "Greben (Duitsland)"
  ] .

oa:person_frl_0d78feb8-74e8-b7da-e69a-6be9d00d4da9_Person-b8e6be23-5d37-bf89-437b-2a1780dafac4
  a a2a:Person ;
  rdfs:label "Maria des Communes" ;
  a2a:PersonName [
    rdfs:label "Maria des Communes" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNamePrefixLastName "des" ;
    a2a:PersonNameLastName "Communes"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_frl_0d78feb8-74e8-b7da-e69a-6be9d00d4da9_Person-8efce5b0-ca38-118e-9d5b-b47fa1737c5e
  a a2a:Person ;
  rdfs:label "Jan Berend Hulskot" ;
  a2a:PersonName [
    rdfs:label "Jan Berend Hulskot" ;
    a2a:PersonNameFirstName "Jan Berend" ;
    a2a:PersonNameLastName "Hulskot"
  ] ;
  a2a:Gender "Man" .

oa:person_frl_0d78feb8-74e8-b7da-e69a-6be9d00d4da9_Person-0f19ddd6-4db8-2731-2a47-417051f71558
  a a2a:Person ;
  rdfs:label "Anna Maria Stroek" ;
  a2a:PersonName [
    rdfs:label "Anna Maria Stroek" ;
    a2a:PersonNameFirstName "Anna Maria" ;
    a2a:PersonNameLastName "Stroek"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_frl_0d78feb8-74e8-b7da-e69a-6be9d00d4da9_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1836" ;
    a2a:Month "1" ;
    a2a:Day "30" ;
    rdfs:label "1836-01-30"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden"
  ] .

oa:relationep_frl_0d78feb8-74e8-b7da-e69a-6be9d00d4da9_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_frl_0d78feb8-74e8-b7da-e69a-6be9d00d4da9_Person:b46b3c0a-6e72-b18b-79bc-1a2c24b880b6 ;
  a2a:EventKeyRef oa:event_frl_0d78feb8-74e8-b7da-e69a-6be9d00d4da9_Event1 .

oa:relationep_frl_0d78feb8-74e8-b7da-e69a-6be9d00d4da9_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_frl_0d78feb8-74e8-b7da-e69a-6be9d00d4da9_Person:8efce5b0-ca38-118e-9d5b-b47fa1737c5e ;
  a2a:EventKeyRef oa:event_frl_0d78feb8-74e8-b7da-e69a-6be9d00d4da9_Event1 .

oa:relationep_frl_0d78feb8-74e8-b7da-e69a-6be9d00d4da9_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_frl_0d78feb8-74e8-b7da-e69a-6be9d00d4da9_Person:0f19ddd6-4db8-2731-2a47-417051f71558 ;
  a2a:EventKeyRef oa:event_frl_0d78feb8-74e8-b7da-e69a-6be9d00d4da9_Event1 .

oa:relationpp_frl_0d78feb8-74e8-b7da-e69a-6be9d00d4da9_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_frl_0d78feb8-74e8-b7da-e69a-6be9d00d4da9_Person:b46b3c0a-6e72-b18b-79bc-1a2c24b880b6, oa:person_frl_0d78feb8-74e8-b7da-e69a-6be9d00d4da9_Person:b8e6be23-5d37-bf89-437b-2a1780dafac4 .

oa:source_frl_0d78feb8-74e8-b7da-e69a-6be9d00d4da9
  a a2a:Source ;
  rdfs:label "AlleFriezen, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Leeuwarden" ;
    rdfs:label "Leeuwarden", "1836-02-01 - 1836-02-01"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1836-02-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1836-02-01"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1836" ;
    a2a:Month "2" ;
    a2a:Day "1" ;
    rdfs:label "1836-02-01"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleFriezen" ;
    a2a:Place "Leeuwarden" ;
    a2a:Collection "Archiefnaam: Ambtenaar van de Burgerlijke Stand in Leeuwarden - Historisch Centrum Leeuwarden, Br..." ;
    a2a:Book "Overlijdensregister 1836" ;
    a2a:DocumentNumber "0064" ;
    a2a:RegistryNumber "636" ;
    rdfs:label "AlleFriezen, Leeuwarden, Archiefnaam: Ambtenaar van de Burgerlijke Stand in Leeuwarden - Historisch Centrum Leeuwarden, Br..., Overlijdensregister 1836, 0064, 636"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://tresoar-images.memorix.nl/frl/thumb/640x480/43ab7dd6-a78c-e045-494f-9b0b28436e16.jpg" ;
    a2a:UriViewer "http://allefriezen.nl/zoeken/deeds/0d78feb8-74e8-b7da-e69a-6be9d00d4da9" ;
    a2a:UriPreview "https://tresoar-images.memorix.nl/frl/thumb/250x250/43ab7dd6-a78c-e045-494f-9b0b28436e16.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-02-13"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allefriezen.nl/zoeken/deeds/0d78feb8-74e8-b7da-e69a-6be9d00d4da9" ;
  a2a:RecordGUID "{0d78feb8-74e8-b7da-e69a-6be9d00d4da9}" ;
  a2a:SourceRemarkOpmerking "Adres wijk I nr. 274" ;
  a2a:SourceRemarkAkteSoort "Overlijdensakte" ;
  a2a:SourceRemarkarchiefnaam "Ambtenaar van de Burgerlijke Stand in Leeuwarden - Historisch Centrum Leeuwarden" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "636" ;
  a2a:SourceRemarkregister_periode "1836" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250425_52106_00052106.xml van FRL" .

[]
  a2a:PersonRemarkplaats_overlijden "Leeuwarden" ;
  a2a:PersonRemarkdatum_overlijden "1836-01-30" .

