@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_6cfc73f9-d37b-4e76-a7f0-c736bd3940cf
  a a2a:Record ;
  rdfs:label "Geboorte op 31 december 1824 te Smilde" ;
  a2a:hasPerson oa:person_dar_6cfc73f9-d37b-4e76-a7f0-c736bd3940cf_Person-e5c1afb0-1dea-4b31-9aea-fa47f021f498, oa:person_dar_6cfc73f9-d37b-4e76-a7f0-c736bd3940cf_Person-2c77cc78-aadf-45b7-a410-baa55396ef80, oa:person_dar_6cfc73f9-d37b-4e76-a7f0-c736bd3940cf_Person-a338605b-80f9-4be0-a21f-23bd088d06d0 ;
  a2a:hasEvent oa:event_dar_6cfc73f9-d37b-4e76-a7f0-c736bd3940cf_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_6cfc73f9-d37b-4e76-a7f0-c736bd3940cf_0, oa:relationep_dar_6cfc73f9-d37b-4e76-a7f0-c736bd3940cf_1, oa:relationep_dar_6cfc73f9-d37b-4e76-a7f0-c736bd3940cf_2 ;
  a2a:hasSource oa:source_dar_6cfc73f9-d37b-4e76-a7f0-c736bd3940cf .

oa:person_dar_6cfc73f9-d37b-4e76-a7f0-c736bd3940cf_Person-e5c1afb0-1dea-4b31-9aea-fa47f021f498
  a a2a:Person ;
  rdfs:label "Engbert Egberts de Vries" ;
  a2a:PersonName [
    rdfs:label "Engbert Egberts de Vries" ;
    a2a:PersonNameFirstName "Engbert Egberts" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Vries"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "47" ;
    rdfs:label "47"
  ] ;
  a2a:Profession "arbeider" .

oa:person_dar_6cfc73f9-d37b-4e76-a7f0-c736bd3940cf_Person-2c77cc78-aadf-45b7-a410-baa55396ef80
  a a2a:Person ;
  rdfs:label "Antje Johannes" ;
  a2a:PersonName [
    rdfs:label "Antje Johannes" ;
    a2a:PersonNameFirstName "Antje" ;
    a2a:PersonNameLastName "Johannes"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "40" ;
    rdfs:label "40"
  ] .

oa:person_dar_6cfc73f9-d37b-4e76-a7f0-c736bd3940cf_Person-a338605b-80f9-4be0-a21f-23bd088d06d0
  a a2a:Person ;
  rdfs:label "Marchjen de Vries" ;
  a2a:PersonName [
    rdfs:label "Marchjen de Vries" ;
    a2a:PersonNameFirstName "Marchjen" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Vries"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1824" ;
    a2a:Month "12" ;
    a2a:Day "31" ;
    rdfs:label "1824-12-31"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Smilde" ;
    rdfs:label "Smilde"
  ] .

oa:event_dar_6cfc73f9-d37b-4e76-a7f0-c736bd3940cf_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1824" ;
    a2a:Month "12" ;
    a2a:Day "31" ;
    rdfs:label "1824-12-31"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Smilde" ;
    rdfs:label "Smilde"
  ] .

oa:relationep_dar_6cfc73f9-d37b-4e76-a7f0-c736bd3940cf_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_6cfc73f9-d37b-4e76-a7f0-c736bd3940cf_Person:e5c1afb0-1dea-4b31-9aea-fa47f021f498 ;
  a2a:EventKeyRef oa:event_dar_6cfc73f9-d37b-4e76-a7f0-c736bd3940cf_Event1 .

oa:relationep_dar_6cfc73f9-d37b-4e76-a7f0-c736bd3940cf_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_6cfc73f9-d37b-4e76-a7f0-c736bd3940cf_Person:2c77cc78-aadf-45b7-a410-baa55396ef80 ;
  a2a:EventKeyRef oa:event_dar_6cfc73f9-d37b-4e76-a7f0-c736bd3940cf_Event1 .

oa:relationep_dar_6cfc73f9-d37b-4e76-a7f0-c736bd3940cf_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_6cfc73f9-d37b-4e76-a7f0-c736bd3940cf_Person:a338605b-80f9-4be0-a21f-23bd088d06d0 ;
  a2a:EventKeyRef oa:event_dar_6cfc73f9-d37b-4e76-a7f0-c736bd3940cf_Event1 .

oa:source_dar_6cfc73f9-d37b-4e76-a7f0-c736bd3940cf
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Smilde" ;
    rdfs:label "Smilde", "1824-12-31 - 1824-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1824-12-31"^^xsd:date ;
    a2a:SourceIndexDateTo "1824-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1824" ;
    a2a:Month "12" ;
    a2a:Day "31" ;
    rdfs:label "1824-12-31"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Geboorte, Deel: 1824, Periode: 1824" ;
    a2a:Book "Geboorteregister Smilde 1824" ;
    a2a:DocumentNumber "101" ;
    a2a:RegistryNumber "1824" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Geboorte, Deel: 1824, Periode: 1824, Geboorteregister Smilde 1824, 101, 1824"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/04ee324f-5985-8c22-7afb-07c2f31aefd1.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/6cfc73f9-d37b-4e76-a7f0-c736bd3940cf" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/04ee324f-5985-8c22-7afb-07c2f31aefd1.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/6cfc73f9-d37b-4e76-a7f0-c736bd3940cf" ;
  a2a:RecordGUID "{6cfc73f9-d37b-4e76-a7f0-c736bd3940cf}" ;
  a2a:SourceRemarkbron "Geboorte" ;
  a2a:SourceRemarkdeel "1824" ;
  a2a:SourceRemarkregister_periode "1824" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260527_875_00000875.xml van DAR" .

