@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_d8fce64f-e347-4531-afa0-affa912a50cb
  a a2a:Record ;
  rdfs:label "Huwelijk op 10 mei 1844 te Anloo" ;
  a2a:hasPerson oa:person_dar_d8fce64f-e347-4531-afa0-affa912a50cb_Person-060d491a-e4c5-4bec-886e-40d27d2f00f2, oa:person_dar_d8fce64f-e347-4531-afa0-affa912a50cb_Person-141714b5-7423-426b-aa1e-ac9a4ceeb676, oa:person_dar_d8fce64f-e347-4531-afa0-affa912a50cb_Person-53f6b61e-8e7d-41f0-863f-98c9695fbc6b, oa:person_dar_d8fce64f-e347-4531-afa0-affa912a50cb_Person-48fc9aea-3b0d-4440-8ae9-f881dad9d7d1, oa:person_dar_d8fce64f-e347-4531-afa0-affa912a50cb_Person-dce5c9f7-fae4-4525-800e-a96c43e37faa ;
  a2a:hasEvent oa:event_dar_d8fce64f-e347-4531-afa0-affa912a50cb_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_d8fce64f-e347-4531-afa0-affa912a50cb_0, oa:relationep_dar_d8fce64f-e347-4531-afa0-affa912a50cb_1, oa:relationep_dar_d8fce64f-e347-4531-afa0-affa912a50cb_2, oa:relationep_dar_d8fce64f-e347-4531-afa0-affa912a50cb_3, oa:relationep_dar_d8fce64f-e347-4531-afa0-affa912a50cb_4 ;
  a2a:hasSource oa:source_dar_d8fce64f-e347-4531-afa0-affa912a50cb .

oa:person_dar_d8fce64f-e347-4531-afa0-affa912a50cb_Person-060d491a-e4c5-4bec-886e-40d27d2f00f2
  a a2a:Person ;
  rdfs:label "Jan Jans Arends" ;
  a2a:PersonName [
    rdfs:label "Jan Jans Arends" ;
    a2a:PersonNameFirstName "Jan Jans" ;
    a2a:PersonNameLastName "Arends"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "32" ;
    rdfs:label "32"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Eelde" ;
    rdfs:label "Eelde"
  ] ;
  a2a:Profession "dienstknecht" .

oa:person_dar_d8fce64f-e347-4531-afa0-affa912a50cb_Person-141714b5-7423-426b-aa1e-ac9a4ceeb676
  a a2a:Person ;
  rdfs:label "Janna Jans Hambeek" ;
  a2a:PersonName [
    rdfs:label "Janna Jans Hambeek" ;
    a2a:PersonNameFirstName "Janna Jans" ;
    a2a:PersonNameLastName "Hambeek"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "28" ;
    rdfs:label "28"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Anloo" ;
    rdfs:label "Anloo"
  ] ;
  a2a:Profession "arbeidster" .

oa:person_dar_d8fce64f-e347-4531-afa0-affa912a50cb_Person-53f6b61e-8e7d-41f0-863f-98c9695fbc6b
  a a2a:Person ;
  rdfs:label "Grietje Geerds" ;
  a2a:PersonName [
    rdfs:label "Grietje Geerds" ;
    a2a:PersonNameFirstName "Grietje" ;
    a2a:PersonNameLastName "Geerds"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_d8fce64f-e347-4531-afa0-affa912a50cb_Person-48fc9aea-3b0d-4440-8ae9-f881dad9d7d1
  a a2a:Person ;
  rdfs:label "Antje Willems" ;
  a2a:PersonName [
    rdfs:label "Antje Willems" ;
    a2a:PersonNameFirstName "Antje" ;
    a2a:PersonNameLastName "Willems"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_d8fce64f-e347-4531-afa0-affa912a50cb_Person-dce5c9f7-fae4-4525-800e-a96c43e37faa
  a a2a:Person ;
  rdfs:label "Jan Evers" ;
  a2a:PersonName [
    rdfs:label "Jan Evers" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Evers"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_dar_d8fce64f-e347-4531-afa0-affa912a50cb_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:Year "1844" ;
    a2a:Month "5" ;
    a2a:Day "10" ;
    rdfs:label "1844-05-10"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Anloo" ;
    rdfs:label "Anloo"
  ] .

oa:relationep_dar_d8fce64f-e347-4531-afa0-affa912a50cb_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_dar_d8fce64f-e347-4531-afa0-affa912a50cb_Person:060d491a-e4c5-4bec-886e-40d27d2f00f2 ;
  a2a:EventKeyRef oa:event_dar_d8fce64f-e347-4531-afa0-affa912a50cb_Event1 .

oa:relationep_dar_d8fce64f-e347-4531-afa0-affa912a50cb_1
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_dar_d8fce64f-e347-4531-afa0-affa912a50cb_Person:141714b5-7423-426b-aa1e-ac9a4ceeb676 ;
  a2a:EventKeyRef oa:event_dar_d8fce64f-e347-4531-afa0-affa912a50cb_Event1 .

oa:relationep_dar_d8fce64f-e347-4531-afa0-affa912a50cb_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_dar_d8fce64f-e347-4531-afa0-affa912a50cb_Person:53f6b61e-8e7d-41f0-863f-98c9695fbc6b ;
  a2a:EventKeyRef oa:event_dar_d8fce64f-e347-4531-afa0-affa912a50cb_Event1 .

oa:relationep_dar_d8fce64f-e347-4531-afa0-affa912a50cb_3
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_dar_d8fce64f-e347-4531-afa0-affa912a50cb_Person:48fc9aea-3b0d-4440-8ae9-f881dad9d7d1 ;
  a2a:EventKeyRef oa:event_dar_d8fce64f-e347-4531-afa0-affa912a50cb_Event1 .

oa:relationep_dar_d8fce64f-e347-4531-afa0-affa912a50cb_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_dar_d8fce64f-e347-4531-afa0-affa912a50cb_Person:dce5c9f7-fae4-4525-800e-a96c43e37faa ;
  a2a:EventKeyRef oa:event_dar_d8fce64f-e347-4531-afa0-affa912a50cb_Event1 .

oa:source_dar_d8fce64f-e347-4531-afa0-affa912a50cb
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Anloo" ;
    rdfs:label "Anloo", "1844-05-10 - 1844-05-10"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1844-05-10"^^xsd:date ;
    a2a:SourceIndexDateTo "1844-05-10"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1844" ;
    a2a:Month "5" ;
    a2a:Day "10" ;
    rdfs:label "1844-05-10"^^xsd:date
  ] ;
  a2a:SourceType "BS Huwelijk" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Huwelijk, Deel: 1844, Periode: 1844" ;
    a2a:Book "Huwelijksregister Anloo 1844" ;
    a2a:DocumentNumber "5" ;
    a2a:RegistryNumber "1844" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Huwelijk, Deel: 1844, Periode: 1844, Huwelijksregister Anloo 1844, 5, 1844"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/582ade2a-fe63-ec98-f876-523375f3bc1b.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/d8fce64f-e347-4531-afa0-affa912a50cb" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/582ade2a-fe63-ec98-f876-523375f3bc1b.jpg"
  ] ;
  a2a:SourceLastChangeDate "2026-01-05"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/d8fce64f-e347-4531-afa0-affa912a50cb" ;
  a2a:RecordGUID "{d8fce64f-e347-4531-afa0-affa912a50cb}" ;
  a2a:SourceRemarkbron "Huwelijk" ;
  a2a:SourceRemarkdeel "1844" ;
  a2a:SourceRemarkregister_periode "1844" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260527_4113_00004113.xml van DAR" .

