@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_7ff2f2ee-1e92-4bc5-9bb8-7a45e7f34e5b
  a a2a:Record ;
  rdfs:label "Trouwen op 30 april 1682 te Meppel" ;
  a2a:hasPerson oa:person_dar_7ff2f2ee-1e92-4bc5-9bb8-7a45e7f34e5b_Person-2cfc51bd-700f-4f19-8f47-6fa0e1daa820, oa:person_dar_7ff2f2ee-1e92-4bc5-9bb8-7a45e7f34e5b_Person-9e8735b8-8152-4b81-b922-f7fe5b2e60a6, oa:person_dar_7ff2f2ee-1e92-4bc5-9bb8-7a45e7f34e5b_Person-7af0e921-c07b-4a6f-a954-5a161329c47d, oa:person_dar_7ff2f2ee-1e92-4bc5-9bb8-7a45e7f34e5b_Person-dbe7d10e-7d5c-46ba-83ac-f73ce50f5da4 ;
  a2a:hasEvent oa:event_dar_7ff2f2ee-1e92-4bc5-9bb8-7a45e7f34e5b_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_7ff2f2ee-1e92-4bc5-9bb8-7a45e7f34e5b_0, oa:relationep_dar_7ff2f2ee-1e92-4bc5-9bb8-7a45e7f34e5b_1, oa:relationep_dar_7ff2f2ee-1e92-4bc5-9bb8-7a45e7f34e5b_2, oa:relationep_dar_7ff2f2ee-1e92-4bc5-9bb8-7a45e7f34e5b_3 ;
  a2a:hasSource oa:source_dar_7ff2f2ee-1e92-4bc5-9bb8-7a45e7f34e5b .

oa:person_dar_7ff2f2ee-1e92-4bc5-9bb8-7a45e7f34e5b_Person-2cfc51bd-700f-4f19-8f47-6fa0e1daa820
  a a2a:Person ;
  rdfs:label "Jentjen Hendricks" ;
  a2a:PersonName [
    rdfs:label "Jentjen Hendricks" ;
    a2a:PersonNameFirstName "Jentjen" ;
    a2a:PersonNamePatronym "Hendricks"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_7ff2f2ee-1e92-4bc5-9bb8-7a45e7f34e5b_Person-9e8735b8-8152-4b81-b922-f7fe5b2e60a6
  a a2a:Person ;
  rdfs:label "Peter Dercks" ;
  a2a:PersonName [
    rdfs:label "Peter Dercks" ;
    a2a:PersonNameFirstName "Peter" ;
    a2a:PersonNamePatronym "Dercks"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_7ff2f2ee-1e92-4bc5-9bb8-7a45e7f34e5b_Person-7af0e921-c07b-4a6f-a954-5a161329c47d
  a a2a:Person ;
  rdfs:label "Carst Wouters" ;
  a2a:PersonName [
    rdfs:label "Carst Wouters" ;
    a2a:PersonNameFirstName "Carst" ;
    a2a:PersonNamePatronym "Wouters"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Genemuijden" ;
    rdfs:label "Genemuijden"
  ] ;
  a2a:Profession "-" .

oa:person_dar_7ff2f2ee-1e92-4bc5-9bb8-7a45e7f34e5b_Person-dbe7d10e-7d5c-46ba-83ac-f73ce50f5da4
  a a2a:Person ;
  rdfs:label "Jentjen Claas" ;
  a2a:PersonName [
    rdfs:label "Jentjen Claas" ;
    a2a:PersonNameFirstName "Jentjen" ;
    a2a:PersonNamePatronym "Claas"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Meppell" ;
    rdfs:label "Meppell"
  ] ;
  a2a:Profession "-" .

oa:event_dar_7ff2f2ee-1e92-4bc5-9bb8-7a45e7f34e5b_Event1
  a a2a:Event ;
  rdfs:label "Trouwen" ;
  a2a:EventType "Trouwen" ;
  a2a:EventDate [
    a2a:Year "1682" ;
    a2a:Month "4" ;
    a2a:Day "30" ;
    rdfs:label "1682-04-30"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Meppel" ;
    rdfs:label "Meppel"
  ] ;
  a2a:EventReligion "herv." .

oa:relationep_dar_7ff2f2ee-1e92-4bc5-9bb8-7a45e7f34e5b_0
  a a2a:RelationEP ;
  rdfs:label "other:Eerdere man" ;
  a2a:RelationType "other:Eerdere man" ;
  a2a:PersonKeyRef oa:person_dar_7ff2f2ee-1e92-4bc5-9bb8-7a45e7f34e5b_Person:2cfc51bd-700f-4f19-8f47-6fa0e1daa820 ;
  a2a:EventKeyRef oa:event_dar_7ff2f2ee-1e92-4bc5-9bb8-7a45e7f34e5b_Event1 .

oa:relationep_dar_7ff2f2ee-1e92-4bc5-9bb8-7a45e7f34e5b_1
  a a2a:RelationEP ;
  rdfs:label "other:Eerdere vrouw" ;
  a2a:RelationType "other:Eerdere vrouw" ;
  a2a:PersonKeyRef oa:person_dar_7ff2f2ee-1e92-4bc5-9bb8-7a45e7f34e5b_Person:9e8735b8-8152-4b81-b922-f7fe5b2e60a6 ;
  a2a:EventKeyRef oa:event_dar_7ff2f2ee-1e92-4bc5-9bb8-7a45e7f34e5b_Event1 .

oa:relationep_dar_7ff2f2ee-1e92-4bc5-9bb8-7a45e7f34e5b_2
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_dar_7ff2f2ee-1e92-4bc5-9bb8-7a45e7f34e5b_Person:7af0e921-c07b-4a6f-a954-5a161329c47d ;
  a2a:EventKeyRef oa:event_dar_7ff2f2ee-1e92-4bc5-9bb8-7a45e7f34e5b_Event1 .

oa:relationep_dar_7ff2f2ee-1e92-4bc5-9bb8-7a45e7f34e5b_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_dar_7ff2f2ee-1e92-4bc5-9bb8-7a45e7f34e5b_Person:dbe7d10e-7d5c-46ba-83ac-f73ce50f5da4 ;
  a2a:EventKeyRef oa:event_dar_7ff2f2ee-1e92-4bc5-9bb8-7a45e7f34e5b_Event1 .

oa:source_dar_7ff2f2ee-1e92-4bc5-9bb8-7a45e7f34e5b
  a a2a:Source ;
  rdfs:label "Drents Archief, DTB Trouwen" ;
  a2a:SourcePlace [
    a2a:Place "Meppel" ;
    rdfs:label "Meppel", "1682-04-30 - 1682-04-30"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1682-04-30"^^xsd:date ;
    a2a:SourceIndexDateTo "1682-04-30"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1682" ;
    a2a:Month "4" ;
    a2a:Day "30" ;
    rdfs:label "1682-04-30"^^xsd:date
  ] ;
  a2a:SourceType "DTB Trouwen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Drenthe" ;
    a2a:Collection "Bron: Trouw, Deel: 73" ;
    a2a:Book "Trouwregister Meppel 73" ;
    a2a:DocumentNumber "0176.01" ;
    a2a:RegistryNumber "73" ;
    rdfs:label "Drents Archief, Drenthe, Bron: Trouw, Deel: 73, Trouwregister Meppel 73, 0176.01, 73"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/dre/thumb/640x480/1297c367-3dfc-5284-f15b-9ca3c6cb8eca.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/7ff2f2ee-1e92-4bc5-9bb8-7a45e7f34e5b" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/1297c367-3dfc-5284-f15b-9ca3c6cb8eca.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-27"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/7ff2f2ee-1e92-4bc5-9bb8-7a45e7f34e5b" ;
  a2a:RecordGUID "{7ff2f2ee-1e92-4bc5-9bb8-7a45e7f34e5b}" ;
  a2a:SourceRemarkOpmerking "Religie: herv." ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_7493_00007493.xml van DAR" .

