@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_dar_a30ebb87-aeea-4422-93e8-a03310e2e69f
  a a2a:Record ;
  rdfs:label "Overlijden op 2 februari 1955 te Assen" ;
  a2a:hasPerson oa:person_dar_a30ebb87-aeea-4422-93e8-a03310e2e69f_Person-4eae38db-e230-42b4-a063-65a5b5a20ec2, oa:person_dar_a30ebb87-aeea-4422-93e8-a03310e2e69f_Person-c777f855-7073-4773-b8b6-d0b192007b75, oa:person_dar_a30ebb87-aeea-4422-93e8-a03310e2e69f_Person-72604144-ed77-414c-a03b-d6dae0e0c977, oa:person_dar_a30ebb87-aeea-4422-93e8-a03310e2e69f_Person-6c0d8c40-8d7c-44c2-8081-113cdb78b341 ;
  a2a:hasEvent oa:event_dar_a30ebb87-aeea-4422-93e8-a03310e2e69f_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_a30ebb87-aeea-4422-93e8-a03310e2e69f_0, oa:relationep_dar_a30ebb87-aeea-4422-93e8-a03310e2e69f_1, oa:relationep_dar_a30ebb87-aeea-4422-93e8-a03310e2e69f_2 ;
  a2a:hasRelationPP oa:relationpp_dar_a30ebb87-aeea-4422-93e8-a03310e2e69f_0 ;
  a2a:hasSource oa:source_dar_a30ebb87-aeea-4422-93e8-a03310e2e69f .

oa:person_dar_a30ebb87-aeea-4422-93e8-a03310e2e69f_Person-4eae38db-e230-42b4-a063-65a5b5a20ec2
  a a2a:Person ;
  rdfs:label "Frouwiena Buining" ;
  a2a:PersonName [
    rdfs:label "Frouwiena Buining" ;
    a2a:PersonNameFirstName "Frouwiena" ;
    a2a:PersonNameLastName "Buining"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_a30ebb87-aeea-4422-93e8-a03310e2e69f_Person-c777f855-7073-4773-b8b6-d0b192007b75
  a a2a:Person ;
  rdfs:label "Heero Hooghoudt" ;
  a2a:PersonName [
    rdfs:label "Heero Hooghoudt" ;
    a2a:PersonNameFirstName "Heero" ;
    a2a:PersonNameLastName "Hooghoudt"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "80 jaar" ;
    rdfs:label "80 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Hoogezand-Sappemeer" ;
    rdfs:label "Hoogezand-Sappemeer"
  ] ;
  a2a:Profession "zonder" .

oa:person_dar_a30ebb87-aeea-4422-93e8-a03310e2e69f_Person-72604144-ed77-414c-a03b-d6dae0e0c977
  a a2a:Person ;
  rdfs:label "Tonnis Hooghoudt" ;
  a2a:PersonName [
    rdfs:label "Tonnis Hooghoudt" ;
    a2a:PersonNameFirstName "Tonnis" ;
    a2a:PersonNameLastName "Hooghoudt"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_a30ebb87-aeea-4422-93e8-a03310e2e69f_Person-6c0d8c40-8d7c-44c2-8081-113cdb78b341
  a a2a:Person ;
  rdfs:label "Catharina Titia Huisman" ;
  a2a:PersonName [
    rdfs:label "Catharina Titia Huisman" ;
    a2a:PersonNameFirstName "Catharina Titia" ;
    a2a:PersonNameLastName "Huisman"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_a30ebb87-aeea-4422-93e8-a03310e2e69f_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1955" ;
    a2a:Month "2" ;
    a2a:Day "2" ;
    rdfs:label "1955-02-02"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Assen" ;
    rdfs:label "Assen"
  ] .

oa:relationep_dar_a30ebb87-aeea-4422-93e8-a03310e2e69f_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_a30ebb87-aeea-4422-93e8-a03310e2e69f_Person:4eae38db-e230-42b4-a063-65a5b5a20ec2 ;
  a2a:EventKeyRef oa:event_dar_a30ebb87-aeea-4422-93e8-a03310e2e69f_Event1 .

oa:relationep_dar_a30ebb87-aeea-4422-93e8-a03310e2e69f_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_a30ebb87-aeea-4422-93e8-a03310e2e69f_Person:c777f855-7073-4773-b8b6-d0b192007b75 ;
  a2a:EventKeyRef oa:event_dar_a30ebb87-aeea-4422-93e8-a03310e2e69f_Event1 .

oa:relationep_dar_a30ebb87-aeea-4422-93e8-a03310e2e69f_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_a30ebb87-aeea-4422-93e8-a03310e2e69f_Person:72604144-ed77-414c-a03b-d6dae0e0c977 ;
  a2a:EventKeyRef oa:event_dar_a30ebb87-aeea-4422-93e8-a03310e2e69f_Event1 .

oa:relationpp_dar_a30ebb87-aeea-4422-93e8-a03310e2e69f_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_dar_a30ebb87-aeea-4422-93e8-a03310e2e69f_Person:c777f855-7073-4773-b8b6-d0b192007b75, oa:person_dar_a30ebb87-aeea-4422-93e8-a03310e2e69f_Person:6c0d8c40-8d7c-44c2-8081-113cdb78b341 .

oa:source_dar_a30ebb87-aeea-4422-93e8-a03310e2e69f
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Assen" ;
    rdfs:label "Assen", "1955-02-03 - 1955-02-03"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1955-02-03"^^xsd:date ;
    a2a:SourceIndexDateTo "1955-02-03"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1955" ;
    a2a:Month "2" ;
    a2a:Day "3" ;
    rdfs:label "1955-02-03"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Overlijden, Deel: 1955, Periode: 1955" ;
    a2a:Book "Overlijdensregister Assen 1955" ;
    a2a:DocumentNumber "37" ;
    a2a:RegistryNumber "1955" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Overlijden, Deel: 1955, Periode: 1955, Overlijdensregister Assen 1955, 37, 1955"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/25e8d909-db20-9cbb-b9b8-bc281c468bbf.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/a30ebb87-aeea-4422-93e8-a03310e2e69f" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/25e8d909-db20-9cbb-b9b8-bc281c468bbf.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/a30ebb87-aeea-4422-93e8-a03310e2e69f" ;
  a2a:RecordGUID "{a30ebb87-aeea-4422-93e8-a03310e2e69f}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_6058_00006058.xml van DAR" .

