@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_8120e37f-e144-4c1c-8b8c-e8c8f7c245db
  a a2a:Record ;
  rdfs:label "Geboorte op 9 augustus 1818 te Peize" ;
  a2a:hasPerson oa:person_dar_8120e37f-e144-4c1c-8b8c-e8c8f7c245db_Person-71eed868-570f-4ce3-b924-735477f1f4a8, oa:person_dar_8120e37f-e144-4c1c-8b8c-e8c8f7c245db_Person-302cf8b2-f31a-4bd4-a86a-58eb97d65b78, oa:person_dar_8120e37f-e144-4c1c-8b8c-e8c8f7c245db_Person-aee4634c-b013-460a-8477-ab5d137e8bd2 ;
  a2a:hasEvent oa:event_dar_8120e37f-e144-4c1c-8b8c-e8c8f7c245db_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_8120e37f-e144-4c1c-8b8c-e8c8f7c245db_0, oa:relationep_dar_8120e37f-e144-4c1c-8b8c-e8c8f7c245db_1, oa:relationep_dar_8120e37f-e144-4c1c-8b8c-e8c8f7c245db_2 ;
  a2a:hasSource oa:source_dar_8120e37f-e144-4c1c-8b8c-e8c8f7c245db .

oa:person_dar_8120e37f-e144-4c1c-8b8c-e8c8f7c245db_Person-71eed868-570f-4ce3-b924-735477f1f4a8
  a a2a:Person ;
  rdfs:label "Jeichien Martens" ;
  a2a:PersonName [
    rdfs:label "Jeichien Martens" ;
    a2a:PersonNameFirstName "Jeichien" ;
    a2a:PersonNameLastName "Martens"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "42" ;
    rdfs:label "42"
  ] ;
  a2a:Profession "-" .

oa:person_dar_8120e37f-e144-4c1c-8b8c-e8c8f7c245db_Person-302cf8b2-f31a-4bd4-a86a-58eb97d65b78
  a a2a:Person ;
  rdfs:label "Hindrik Stroetinga" ;
  a2a:PersonName [
    rdfs:label "Hindrik Stroetinga" ;
    a2a:PersonNameFirstName "Hindrik" ;
    a2a:PersonNameLastName "Stroetinga"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1818" ;
    a2a:Month "8" ;
    a2a:Day "9" ;
    rdfs:label "1818-08-09"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Peize" ;
    rdfs:label "Peize"
  ] .

oa:person_dar_8120e37f-e144-4c1c-8b8c-e8c8f7c245db_Person-aee4634c-b013-460a-8477-ab5d137e8bd2
  a a2a:Person ;
  rdfs:label "Engbert Jans Stroetinga" ;
  a2a:PersonName [
    rdfs:label "Engbert Jans Stroetinga" ;
    a2a:PersonNameFirstName "Engbert Jans" ;
    a2a:PersonNameLastName "Stroetinga"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "44" ;
    rdfs:label "44"
  ] ;
  a2a:Profession "arbeider" .

oa:event_dar_8120e37f-e144-4c1c-8b8c-e8c8f7c245db_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1818" ;
    a2a:Month "8" ;
    a2a:Day "9" ;
    rdfs:label "1818-08-09"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Peize" ;
    rdfs:label "Peize"
  ] .

oa:relationep_dar_8120e37f-e144-4c1c-8b8c-e8c8f7c245db_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_8120e37f-e144-4c1c-8b8c-e8c8f7c245db_Person:71eed868-570f-4ce3-b924-735477f1f4a8 ;
  a2a:EventKeyRef oa:event_dar_8120e37f-e144-4c1c-8b8c-e8c8f7c245db_Event1 .

oa:relationep_dar_8120e37f-e144-4c1c-8b8c-e8c8f7c245db_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_8120e37f-e144-4c1c-8b8c-e8c8f7c245db_Person:302cf8b2-f31a-4bd4-a86a-58eb97d65b78 ;
  a2a:EventKeyRef oa:event_dar_8120e37f-e144-4c1c-8b8c-e8c8f7c245db_Event1 .

oa:relationep_dar_8120e37f-e144-4c1c-8b8c-e8c8f7c245db_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_8120e37f-e144-4c1c-8b8c-e8c8f7c245db_Person:aee4634c-b013-460a-8477-ab5d137e8bd2 ;
  a2a:EventKeyRef oa:event_dar_8120e37f-e144-4c1c-8b8c-e8c8f7c245db_Event1 .

oa:source_dar_8120e37f-e144-4c1c-8b8c-e8c8f7c245db
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Peize" ;
    rdfs:label "Peize", "1818-08-10 - 1818-08-10"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1818-08-10"^^xsd:date ;
    a2a:SourceIndexDateTo "1818-08-10"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1818" ;
    a2a:Month "8" ;
    a2a:Day "10" ;
    rdfs:label "1818-08-10"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Geboorte, Deel: 1818, Periode: 1818" ;
    a2a:Book "Geboorteregister Peize 1818" ;
    a2a:DocumentNumber "18" ;
    a2a:RegistryNumber "1818" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Geboorte, Deel: 1818, Periode: 1818, Geboorteregister Peize 1818, 18, 1818"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/2a0050c0-3c27-3cf7-44aa-26d2909b43ad.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/8120e37f-e144-4c1c-8b8c-e8c8f7c245db" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/2a0050c0-3c27-3cf7-44aa-26d2909b43ad.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/8120e37f-e144-4c1c-8b8c-e8c8f7c245db" ;
  a2a:RecordGUID "{8120e37f-e144-4c1c-8b8c-e8c8f7c245db}" ;
  a2a:SourceRemarkbron "Geboorte" ;
  a2a:SourceRemarkdeel "1818" ;
  a2a:SourceRemarkregister_periode "1818" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260527_3672_00003672.xml van DAR" .

