@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_d3d39cdc-5e03-0d2b-643a-dffcfebd38f4
  a a2a:Record ;
  rdfs:label "Geboorte op 13 oktober 1921 te Valthermond" ;
  a2a:hasPerson oa:person_dar_d3d39cdc-5e03-0d2b-643a-dffcfebd38f4_Person-37e48bdb-a78f-1b31-d9c6-d7e1f4936d48, oa:person_dar_d3d39cdc-5e03-0d2b-643a-dffcfebd38f4_Person-9d51b76b-cb2c-0e24-52eb-045fcacb5349, oa:person_dar_d3d39cdc-5e03-0d2b-643a-dffcfebd38f4_Person-df1cc4e2-4cd4-a6a1-d0ab-70f51f2193a3 ;
  a2a:hasEvent oa:event_dar_d3d39cdc-5e03-0d2b-643a-dffcfebd38f4_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_d3d39cdc-5e03-0d2b-643a-dffcfebd38f4_0, oa:relationep_dar_d3d39cdc-5e03-0d2b-643a-dffcfebd38f4_1, oa:relationep_dar_d3d39cdc-5e03-0d2b-643a-dffcfebd38f4_2 ;
  a2a:hasSource oa:source_dar_d3d39cdc-5e03-0d2b-643a-dffcfebd38f4 .

oa:person_dar_d3d39cdc-5e03-0d2b-643a-dffcfebd38f4_Person-37e48bdb-a78f-1b31-d9c6-d7e1f4936d48
  a a2a:Person ;
  rdfs:label "Frans Gerard Dreier" ;
  a2a:PersonName [
    rdfs:label "Frans Gerard Dreier" ;
    a2a:PersonNameFirstName "Frans Gerard" ;
    a2a:PersonNameLastName "Dreier"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "33" ;
    rdfs:label "33"
  ] ;
  a2a:Profession "landbouwer" .

oa:person_dar_d3d39cdc-5e03-0d2b-643a-dffcfebd38f4_Person-9d51b76b-cb2c-0e24-52eb-045fcacb5349
  a a2a:Person ;
  rdfs:label "Herman Heinrich Dreier" ;
  a2a:PersonName [
    rdfs:label "Herman Heinrich Dreier" ;
    a2a:PersonNameFirstName "Herman Heinrich" ;
    a2a:PersonNameLastName "Dreier"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1921" ;
    a2a:Month "10" ;
    a2a:Day "13" ;
    rdfs:label "1921-10-13"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Valthermond" ;
    rdfs:label "Valthermond"
  ] .

oa:person_dar_d3d39cdc-5e03-0d2b-643a-dffcfebd38f4_Person-df1cc4e2-4cd4-a6a1-d0ab-70f51f2193a3
  a a2a:Person ;
  rdfs:label "Gezina Maria Mensen" ;
  a2a:PersonName [
    rdfs:label "Gezina Maria Mensen" ;
    a2a:PersonNameFirstName "Gezina Maria" ;
    a2a:PersonNameLastName "Mensen"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_d3d39cdc-5e03-0d2b-643a-dffcfebd38f4_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1921" ;
    a2a:Month "10" ;
    a2a:Day "13" ;
    rdfs:label "1921-10-13"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Valthermond" ;
    rdfs:label "Valthermond"
  ] .

oa:relationep_dar_d3d39cdc-5e03-0d2b-643a-dffcfebd38f4_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_d3d39cdc-5e03-0d2b-643a-dffcfebd38f4_Person:37e48bdb-a78f-1b31-d9c6-d7e1f4936d48 ;
  a2a:EventKeyRef oa:event_dar_d3d39cdc-5e03-0d2b-643a-dffcfebd38f4_Event1 .

oa:relationep_dar_d3d39cdc-5e03-0d2b-643a-dffcfebd38f4_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_d3d39cdc-5e03-0d2b-643a-dffcfebd38f4_Person:9d51b76b-cb2c-0e24-52eb-045fcacb5349 ;
  a2a:EventKeyRef oa:event_dar_d3d39cdc-5e03-0d2b-643a-dffcfebd38f4_Event1 .

oa:relationep_dar_d3d39cdc-5e03-0d2b-643a-dffcfebd38f4_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_d3d39cdc-5e03-0d2b-643a-dffcfebd38f4_Person:df1cc4e2-4cd4-a6a1-d0ab-70f51f2193a3 ;
  a2a:EventKeyRef oa:event_dar_d3d39cdc-5e03-0d2b-643a-dffcfebd38f4_Event1 .

oa:source_dar_d3d39cdc-5e03-0d2b-643a-dffcfebd38f4
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Odoorn" ;
    rdfs:label "Odoorn", "1921-10-15 - 1921-10-15"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1921-10-15"^^xsd:date ;
    a2a:SourceIndexDateTo "1921-10-15"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1921" ;
    a2a:Month "10" ;
    a2a:Day "15" ;
    rdfs:label "1921-10-15"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Deel: 1921, Periode: 1921" ;
    a2a:Book "Geboorteregister Odoorn 1921" ;
    a2a:DocumentNumber "380" ;
    a2a:RegistryNumber "1921" ;
    rdfs:label "Drents Archief, Drenthe, Deel: 1921, Periode: 1921, Geboorteregister Odoorn 1921, 380, 1921"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/dc608a13-1bac-6f86-519b-9ba54ab02fa6.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/d3d39cdc-5e03-0d2b-643a-dffcfebd38f4" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/dc608a13-1bac-6f86-519b-9ba54ab02fa6.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-07-29"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/d3d39cdc-5e03-0d2b-643a-dffcfebd38f4" ;
  a2a:RecordGUID "{d3d39cdc-5e03-0d2b-643a-dffcfebd38f4}" ;
  a2a:SourceRemarkdeel "1921" ;
  a2a:SourceRemarkregister_periode "1921" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260527_5568_00005568.xml van DAR" .

