@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_75ff3a70-7e2c-44e6-a16b-eb72bb0709aa
  a a2a:Record ;
  rdfs:label "Overlijden op 21 mei 1883 te Exloo (Odoorn)" ;
  a2a:hasPerson oa:person_dar_75ff3a70-7e2c-44e6-a16b-eb72bb0709aa_overledene, oa:person_dar_75ff3a70-7e2c-44e6-a16b-eb72bb0709aa_vader_van_de_overledene, oa:person_dar_75ff3a70-7e2c-44e6-a16b-eb72bb0709aa_moeder_van_de_overledene ;
  a2a:hasEvent oa:event_dar_75ff3a70-7e2c-44e6-a16b-eb72bb0709aa_Overlijden ;
  a2a:hasRelationEP oa:relationep_dar_75ff3a70-7e2c-44e6-a16b-eb72bb0709aa_0, oa:relationep_dar_75ff3a70-7e2c-44e6-a16b-eb72bb0709aa_1, oa:relationep_dar_75ff3a70-7e2c-44e6-a16b-eb72bb0709aa_2 ;
  a2a:hasSource oa:source_dar_75ff3a70-7e2c-44e6-a16b-eb72bb0709aa .

oa:person_dar_75ff3a70-7e2c-44e6-a16b-eb72bb0709aa_overledene
  a a2a:Person ;
  rdfs:label "Jan Cremers" ;
  a2a:PersonName [
    rdfs:label "Jan Cremers" ;
    a2a:PersonNameLiteral "Jan Cremers" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Cremers"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "60 jaar en 11 maand" ;
    a2a:PersonAgeYears "60" ;
    rdfs:label "60 jaar en 11 maand, 60"
  ] ;
  a2a:BirthDate [
    a2a:Year "1822" ;
    a2a:Month "6" ;
    a2a:Day "18" ;
    rdfs:label "1822-06-18"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Odoorn" ;
    rdfs:label "Odoorn"
  ] ;
  a2a:Profession "molenaar" .

oa:person_dar_75ff3a70-7e2c-44e6-a16b-eb72bb0709aa_vader_van_de_overledene
  a a2a:Person ;
  rdfs:label "Willem Cremers" ;
  a2a:PersonName [
    rdfs:label "Willem Cremers" ;
    a2a:PersonNameLiteral "Willem Cremers" ;
    a2a:PersonNameFirstName "Willem" ;
    a2a:PersonNameLastName "Cremers"
  ] ;
  a2a:Gender "Man" .

oa:person_dar_75ff3a70-7e2c-44e6-a16b-eb72bb0709aa_moeder_van_de_overledene
  a a2a:Person ;
  rdfs:label "Annechien Stevens" ;
  a2a:PersonName [
    rdfs:label "Annechien Stevens" ;
    a2a:PersonNameLiteral "Annechien Stevens" ;
    a2a:PersonNameFirstName "Annechien" ;
    a2a:PersonNameLastName "Stevens"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_dar_75ff3a70-7e2c-44e6-a16b-eb72bb0709aa_Overlijden
  a a2a:Event ;
  rdfs:label "Overlijden" ;
  a2a:EventType "Overlijden" ;
  a2a:EventDate [
    a2a:LiteralDate "21-05-1883" ;
    a2a:Year "1883" ;
    a2a:Month "5" ;
    a2a:Day "21" ;
    rdfs:label "1883-05-21"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Exloo (Odoorn)" ;
    rdfs:label "Exloo (Odoorn)"
  ] .

oa:relationep_dar_75ff3a70-7e2c-44e6-a16b-eb72bb0709aa_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_75ff3a70-7e2c-44e6-a16b-eb72bb0709aa_vader_van_de_overledene ;
  a2a:EventKeyRef oa:event_dar_75ff3a70-7e2c-44e6-a16b-eb72bb0709aa_Overlijden .

oa:relationep_dar_75ff3a70-7e2c-44e6-a16b-eb72bb0709aa_1
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_dar_75ff3a70-7e2c-44e6-a16b-eb72bb0709aa_overledene ;
  a2a:EventKeyRef oa:event_dar_75ff3a70-7e2c-44e6-a16b-eb72bb0709aa_Overlijden .

oa:relationep_dar_75ff3a70-7e2c-44e6-a16b-eb72bb0709aa_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_75ff3a70-7e2c-44e6-a16b-eb72bb0709aa_moeder_van_de_overledene ;
  a2a:EventKeyRef oa:event_dar_75ff3a70-7e2c-44e6-a16b-eb72bb0709aa_Overlijden .

oa:source_dar_75ff3a70-7e2c-44e6-a16b-eb72bb0709aa
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Overlijden" ;
  a2a:SourcePlace [
    a2a:Place "Odoorn" ;
    rdfs:label "Odoorn", "1883-01-01 - 1883-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1883-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1883-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "21-05-1883" ;
    a2a:Year "1883" ;
    a2a:Month "5" ;
    a2a:Day "21" ;
    rdfs:label "21-05-1883"
  ] ;
  a2a:SourceType "BS Overlijden" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Assen" ;
    a2a:DocumentNumber "63" ;
    a2a:RegistryNumber "1883" ;
    rdfs:label "Drents Archief, Assen, 63, 1883"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:UriViewer "http://www.alledrenten.nl/iip.php?file=/Burgerlijke%20Stand/0167.018/0167.018_1883/NL-AsnDA_0167.018_1883_0032.jp2" ;
    a2a:UriPreview "http://www.alledrenten.nl/thumbnail.php?file=/Burgerlijke%20Stand/0167.018/0167.018_1883/NL-AsnDA_0167.018_1883_0032.jp2"
  ] ;
  a2a:SourceLastChangeDate "2011-06-14"^^xsd:date ;
  a2a:RecordGUID "{75ff3a70-7e2c-44e6-a16b-eb72bb0709aa}" ;
  a2a:SourceRemarkAkteSoort "Overlijden" .

