@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_febaa386-e613-48c7-b6bd-08023384eb14
  a a2a:Record ;
  rdfs:label "Overlijden op 27 juli 1896 te Assen" ;
  a2a:hasPerson oa:person_dar_febaa386-e613-48c7-b6bd-08023384eb14_Person-9963e6e5-11cf-4f30-9fb7-ce66f3b321c8, oa:person_dar_febaa386-e613-48c7-b6bd-08023384eb14_Person-86e25c58-9bb6-4ea4-af64-c2f27f9a3f72, oa:person_dar_febaa386-e613-48c7-b6bd-08023384eb14_Person-4f060e31-64a9-4d8d-a9b4-b209401dffa6, oa:person_dar_febaa386-e613-48c7-b6bd-08023384eb14_Person-70c3f250-438a-4759-9c40-a91fe8c2aec3 ;
  a2a:hasEvent oa:event_dar_febaa386-e613-48c7-b6bd-08023384eb14_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_febaa386-e613-48c7-b6bd-08023384eb14_0, oa:relationep_dar_febaa386-e613-48c7-b6bd-08023384eb14_1, oa:relationep_dar_febaa386-e613-48c7-b6bd-08023384eb14_2 ;
  a2a:hasRelationPP oa:relationpp_dar_febaa386-e613-48c7-b6bd-08023384eb14_0 ;
  a2a:hasSource oa:source_dar_febaa386-e613-48c7-b6bd-08023384eb14 .

oa:person_dar_febaa386-e613-48c7-b6bd-08023384eb14_Person-9963e6e5-11cf-4f30-9fb7-ce66f3b321c8
  a a2a:Person ;
  rdfs:label "Tjerk Sjoerds" ;
  a2a:PersonName [
    rdfs:label "Tjerk Sjoerds" ;
    a2a:PersonNameFirstName "Tjerk" ;
    a2a:PersonNameLastName "Sjoerds"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_febaa386-e613-48c7-b6bd-08023384eb14_Person-86e25c58-9bb6-4ea4-af64-c2f27f9a3f72
  a a2a:Person ;
  rdfs:label "Hendrika Hendriks" ;
  a2a:PersonName [
    rdfs:label "Hendrika Hendriks" ;
    a2a:PersonNameFirstName "Hendrika" ;
    a2a:PersonNameLastName "Hendriks"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:person_dar_febaa386-e613-48c7-b6bd-08023384eb14_Person-4f060e31-64a9-4d8d-a9b4-b209401dffa6
  a a2a:Person ;
  rdfs:label "Janke Brons" ;
  a2a:PersonName [
    rdfs:label "Janke Brons" ;
    a2a:PersonNameFirstName "Janke" ;
    a2a:PersonNameLastName "Brons"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1836" ;
    a2a:Month "12" ;
    a2a:Day "7" ;
    rdfs:label "1836-12-07"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen"
  ] ;
  a2a:Profession "zonder" .

oa:person_dar_febaa386-e613-48c7-b6bd-08023384eb14_Person-70c3f250-438a-4759-9c40-a91fe8c2aec3
  a a2a:Person ;
  rdfs:label "Hindrik Brons" ;
  a2a:PersonName [
    rdfs:label "Hindrik Brons" ;
    a2a:PersonNameFirstName "Hindrik" ;
    a2a:PersonNameLastName "Brons"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "-" .

oa:event_dar_febaa386-e613-48c7-b6bd-08023384eb14_Event1
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:Year "1896" ;
    a2a:Month "7" ;
    a2a:Day "27" ;
    rdfs:label "1896-07-27"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Assen" ;
    rdfs:label "Assen"
  ] .

oa:relationep_dar_febaa386-e613-48c7-b6bd-08023384eb14_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_febaa386-e613-48c7-b6bd-08023384eb14_Person:86e25c58-9bb6-4ea4-af64-c2f27f9a3f72 ;
  a2a:EventKeyRef oa:event_dar_febaa386-e613-48c7-b6bd-08023384eb14_Event1 .

oa:relationep_dar_febaa386-e613-48c7-b6bd-08023384eb14_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_febaa386-e613-48c7-b6bd-08023384eb14_Person:4f060e31-64a9-4d8d-a9b4-b209401dffa6 ;
  a2a:EventKeyRef oa:event_dar_febaa386-e613-48c7-b6bd-08023384eb14_Event1 .

oa:relationep_dar_febaa386-e613-48c7-b6bd-08023384eb14_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_febaa386-e613-48c7-b6bd-08023384eb14_Person:70c3f250-438a-4759-9c40-a91fe8c2aec3 ;
  a2a:EventKeyRef oa:event_dar_febaa386-e613-48c7-b6bd-08023384eb14_Event1 .

oa:relationpp_dar_febaa386-e613-48c7-b6bd-08023384eb14_0
  a a2a:RelationPP ;
  rdfs:label "Relatie" ;
  a2a:RelationType "Relatie" ;
  a2a:PersonKeyRef oa:person_dar_febaa386-e613-48c7-b6bd-08023384eb14_Person:4f060e31-64a9-4d8d-a9b4-b209401dffa6, oa:person_dar_febaa386-e613-48c7-b6bd-08023384eb14_Person:9963e6e5-11cf-4f30-9fb7-ce66f3b321c8 .

oa:source_dar_febaa386-e613-48c7-b6bd-08023384eb14
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Assen" ;
    rdfs:label "Assen", "1896-07-28 - 1896-07-28"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1896-07-28"^^xsd:date ;
    a2a:SourceIndexDateTo "1896-07-28"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1896" ;
    a2a:Month "7" ;
    a2a:Day "28" ;
    rdfs:label "1896-07-28"^^xsd:date
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Overlijden, Deel: 1896, Periode: 1896" ;
    a2a:Book "Overlijdensregister Assen 1896" ;
    a2a:DocumentNumber "113" ;
    a2a:RegistryNumber "1896" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Overlijden, Deel: 1896, Periode: 1896, Overlijdensregister Assen 1896, 113, 1896"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/0fdebabb-138a-dc5f-9a45-75d19fd227b6.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/febaa386-e613-48c7-b6bd-08023384eb14" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/0fdebabb-138a-dc5f-9a45-75d19fd227b6.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/febaa386-e613-48c7-b6bd-08023384eb14" ;
  a2a:RecordGUID "{febaa386-e613-48c7-b6bd-08023384eb14}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_7002_00007002.xml van DAR" .

