@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_ecb4ec15-ca65-4a14-86ba-6e55fcb69ea8
  a a2a:Record ;
  rdfs:label "Trouwen op 1 januari 1717 te Meppel" ;
  a2a:hasPerson oa:person_dar_ecb4ec15-ca65-4a14-86ba-6e55fcb69ea8_Person-eb11c999-4020-4fb2-9721-05bdf4a8c320, oa:person_dar_ecb4ec15-ca65-4a14-86ba-6e55fcb69ea8_Person-3c37e9da-983d-4ab3-b8cd-d04c6d9e37c6, oa:person_dar_ecb4ec15-ca65-4a14-86ba-6e55fcb69ea8_Person-a62004d1-2b7e-49b3-be29-85e3fbc5385d ;
  a2a:hasEvent oa:event_dar_ecb4ec15-ca65-4a14-86ba-6e55fcb69ea8_Event1 ;
  a2a:hasRelationEP oa:relationep_dar_ecb4ec15-ca65-4a14-86ba-6e55fcb69ea8_0, oa:relationep_dar_ecb4ec15-ca65-4a14-86ba-6e55fcb69ea8_1, oa:relationep_dar_ecb4ec15-ca65-4a14-86ba-6e55fcb69ea8_2 ;
  a2a:hasSource oa:source_dar_ecb4ec15-ca65-4a14-86ba-6e55fcb69ea8 .

oa:person_dar_ecb4ec15-ca65-4a14-86ba-6e55fcb69ea8_Person-eb11c999-4020-4fb2-9721-05bdf4a8c320
  a a2a:Person ;
  rdfs:label "Klaasje Wichers" ;
  a2a:PersonName [
    rdfs:label "Klaasje Wichers" ;
    a2a:PersonNameFirstName "Klaasje" ;
    a2a:PersonNamePatronym "Wichers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_dar_ecb4ec15-ca65-4a14-86ba-6e55fcb69ea8_Person-3c37e9da-983d-4ab3-b8cd-d04c6d9e37c6
  a a2a:Person ;
  rdfs:label "Adolf Swiers" ;
  a2a:PersonName [
    rdfs:label "Adolf Swiers" ;
    a2a:PersonNameFirstName "Adolf" ;
    a2a:PersonNamePatronym "Swiers"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Meppel" ;
    rdfs:label "Meppel"
  ] ;
  a2a:Profession "-" .

oa:person_dar_ecb4ec15-ca65-4a14-86ba-6e55fcb69ea8_Person-a62004d1-2b7e-49b3-be29-85e3fbc5385d
  a a2a:Person ;
  rdfs:label "Jacobje Jans" ;
  a2a:PersonName [
    rdfs:label "Jacobje Jans" ;
    a2a:PersonNameFirstName "Jacobje" ;
    a2a:PersonNamePatronym "Jans"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Meppel" ;
    rdfs:label "Meppel"
  ] ;
  a2a:Profession "-" .

oa:event_dar_ecb4ec15-ca65-4a14-86ba-6e55fcb69ea8_Event1
  a a2a:Event ;
  rdfs:label "Trouwen" ;
  a2a:EventType "Trouwen" ;
  a2a:EventDate [
    a2a:Year "1717" ;
    a2a:Month "1" ;
    a2a:Day "1" ;
    rdfs:label "1717-01-01"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Meppel" ;
    rdfs:label "Meppel"
  ] ;
  a2a:EventReligion "herv." .

oa:relationep_dar_ecb4ec15-ca65-4a14-86ba-6e55fcb69ea8_0
  a a2a:RelationEP ;
  rdfs:label "other:Eerdere man" ;
  a2a:RelationType "other:Eerdere man" ;
  a2a:PersonKeyRef oa:person_dar_ecb4ec15-ca65-4a14-86ba-6e55fcb69ea8_Person:eb11c999-4020-4fb2-9721-05bdf4a8c320 ;
  a2a:EventKeyRef oa:event_dar_ecb4ec15-ca65-4a14-86ba-6e55fcb69ea8_Event1 .

oa:relationep_dar_ecb4ec15-ca65-4a14-86ba-6e55fcb69ea8_1
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_dar_ecb4ec15-ca65-4a14-86ba-6e55fcb69ea8_Person:3c37e9da-983d-4ab3-b8cd-d04c6d9e37c6 ;
  a2a:EventKeyRef oa:event_dar_ecb4ec15-ca65-4a14-86ba-6e55fcb69ea8_Event1 .

oa:relationep_dar_ecb4ec15-ca65-4a14-86ba-6e55fcb69ea8_2
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_dar_ecb4ec15-ca65-4a14-86ba-6e55fcb69ea8_Person:a62004d1-2b7e-49b3-be29-85e3fbc5385d ;
  a2a:EventKeyRef oa:event_dar_ecb4ec15-ca65-4a14-86ba-6e55fcb69ea8_Event1 .

oa:source_dar_ecb4ec15-ca65-4a14-86ba-6e55fcb69ea8
  a a2a:Source ;
  rdfs:label "Drents Archief, DTB Trouwen" ;
  a2a:SourcePlace [
    a2a:Place "Meppel" ;
    rdfs:label "Meppel", "1717-01-01 - 1717-01-01"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1717-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1717-01-01"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1717" ;
    a2a:Month "1" ;
    a2a:Day "1" ;
    rdfs:label "1717-01-01"^^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/08f7c72c-b3e3-4033-ef24-891d76081f8c.jpg" ;
    a2a:UriViewer "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/ecb4ec15-ca65-4a14-86ba-6e55fcb69ea8" ;
    a2a:UriPreview "https://images.memorix.nl/dre/thumb/250x250/08f7c72c-b3e3-4033-ef24-891d76081f8c.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-11-27"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.drentsarchief.nl/onderzoeken/genealogie/zoeken/deeds/ecb4ec15-ca65-4a14-86ba-6e55fcb69ea8" ;
  a2a:RecordGUID "{ecb4ec15-ca65-4a14-86ba-6e55fcb69ea8}" ;
  a2a:SourceRemarkOpmerking "Religie: herv." ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_7638_00007638.xml van DAR" .

