@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_e0256b6f-74a5-4f1f-aebd-dcc8e00a55de
  a a2a:Record ;
  rdfs:label "Geboorte op 14 oktober 1822 te Stuifzand" ;
  a2a:hasPerson oa:person_dar_e0256b6f-74a5-4f1f-aebd-dcc8e00a55de_Person-e4e5b646-c258-42bb-a974-6693cc506a4a, oa:person_dar_e0256b6f-74a5-4f1f-aebd-dcc8e00a55de_Person-5fc6cb46-6c03-432b-bdf1-d7db2703f15f, oa:person_dar_e0256b6f-74a5-4f1f-aebd-dcc8e00a55de_Person-d5256639-14be-4817-bf31-13aebac042c5 ;
  a2a:hasEvent oa:event_dar_e0256b6f-74a5-4f1f-aebd-dcc8e00a55de_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_e0256b6f-74a5-4f1f-aebd-dcc8e00a55de_0, oa:relationep_dar_e0256b6f-74a5-4f1f-aebd-dcc8e00a55de_1, oa:relationep_dar_e0256b6f-74a5-4f1f-aebd-dcc8e00a55de_2 ;
  a2a:hasSource oa:source_dar_e0256b6f-74a5-4f1f-aebd-dcc8e00a55de .

oa:person_dar_e0256b6f-74a5-4f1f-aebd-dcc8e00a55de_Person-e4e5b646-c258-42bb-a974-6693cc506a4a
  a a2a:Person ;
  rdfs:label "Aaltien Jans Snijder" ;
  a2a:PersonName [
    rdfs:label "Aaltien Jans Snijder" ;
    a2a:PersonNameFirstName "Aaltien Jans" ;
    a2a:PersonNameLastName "Snijder"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "24" ;
    rdfs:label "24"
  ] .

oa:person_dar_e0256b6f-74a5-4f1f-aebd-dcc8e00a55de_Person-5fc6cb46-6c03-432b-bdf1-d7db2703f15f
  a a2a:Person ;
  rdfs:label "Albert Hut" ;
  a2a:PersonName [
    rdfs:label "Albert Hut" ;
    a2a:PersonNameFirstName "Albert" ;
    a2a:PersonNameLastName "Hut"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1822" ;
    a2a:Month "10" ;
    a2a:Day "14" ;
    rdfs:label "1822-10-14"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Stuifzand" ;
    rdfs:label "Stuifzand"
  ] .

oa:person_dar_e0256b6f-74a5-4f1f-aebd-dcc8e00a55de_Person-d5256639-14be-4817-bf31-13aebac042c5
  a a2a:Person ;
  rdfs:label "Albert Alberts Hut" ;
  a2a:PersonName [
    rdfs:label "Albert Alberts Hut" ;
    a2a:PersonNameFirstName "Albert Alberts" ;
    a2a:PersonNameLastName "Hut"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "25" ;
    rdfs:label "25"
  ] ;
  a2a:Profession "arbeider" .

oa:event_dar_e0256b6f-74a5-4f1f-aebd-dcc8e00a55de_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1822" ;
    a2a:Month "10" ;
    a2a:Day "14" ;
    rdfs:label "1822-10-14"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Stuifzand" ;
    rdfs:label "Stuifzand"
  ] .

oa:relationep_dar_e0256b6f-74a5-4f1f-aebd-dcc8e00a55de_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_e0256b6f-74a5-4f1f-aebd-dcc8e00a55de_Person:e4e5b646-c258-42bb-a974-6693cc506a4a ;
  a2a:EventKeyRef oa:event_dar_e0256b6f-74a5-4f1f-aebd-dcc8e00a55de_Event1 .

oa:relationep_dar_e0256b6f-74a5-4f1f-aebd-dcc8e00a55de_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_e0256b6f-74a5-4f1f-aebd-dcc8e00a55de_Person:5fc6cb46-6c03-432b-bdf1-d7db2703f15f ;
  a2a:EventKeyRef oa:event_dar_e0256b6f-74a5-4f1f-aebd-dcc8e00a55de_Event1 .

oa:relationep_dar_e0256b6f-74a5-4f1f-aebd-dcc8e00a55de_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_e0256b6f-74a5-4f1f-aebd-dcc8e00a55de_Person:d5256639-14be-4817-bf31-13aebac042c5 ;
  a2a:EventKeyRef oa:event_dar_e0256b6f-74a5-4f1f-aebd-dcc8e00a55de_Event1 .

oa:source_dar_e0256b6f-74a5-4f1f-aebd-dcc8e00a55de
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Ruinen" ;
    rdfs:label "Ruinen", "1822-10-16 - 1822-10-16"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1822-10-16"^^xsd:date ;
    a2a:SourceIndexDateTo "1822-10-16"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1822" ;
    a2a:Month "10" ;
    a2a:Day "16" ;
    rdfs:label "1822-10-16"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Geboorte, Deel: 1822, Periode: 1822" ;
    a2a:Book "Geboorteregister Ruinen 1822" ;
    a2a:DocumentNumber "38" ;
    a2a:RegistryNumber "1822" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Geboorte, Deel: 1822, Periode: 1822, Geboorteregister Ruinen 1822, 38, 1822"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/fa268c24-a41e-6adf-1884-623fb72dbcdb.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/e0256b6f-74a5-4f1f-aebd-dcc8e00a55de" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/fa268c24-a41e-6adf-1884-623fb72dbcdb.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/e0256b6f-74a5-4f1f-aebd-dcc8e00a55de" ;
  a2a:RecordGUID "{e0256b6f-74a5-4f1f-aebd-dcc8e00a55de}" ;
  a2a:SourceRemarkbron "Geboorte" ;
  a2a:SourceRemarkdeel "1822" ;
  a2a:SourceRemarkregister_periode "1822" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260527_1744_00001744.xml van DAR" .

