@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_vls_dc9f00a4-aec2-4ff7-439e-373bf76db64b
  a a2a:Record ;
  rdfs:label "Ondertrouw op 4 oktober 1625 te Vlissingen" ;
  a2a:hasPerson oa:person_vls_dc9f00a4-aec2-4ff7-439e-373bf76db64b_Person1, oa:person_vls_dc9f00a4-aec2-4ff7-439e-373bf76db64b_Person2 ;
  a2a:hasEvent oa:event_vls_dc9f00a4-aec2-4ff7-439e-373bf76db64b_Event1 ;
  a2a:hasRelationEP oa:relationep_vls_dc9f00a4-aec2-4ff7-439e-373bf76db64b_0, oa:relationep_vls_dc9f00a4-aec2-4ff7-439e-373bf76db64b_1 ;
  a2a:hasSource oa:source_vls_dc9f00a4-aec2-4ff7-439e-373bf76db64b .

oa:person_vls_dc9f00a4-aec2-4ff7-439e-373bf76db64b_Person1
  a a2a:Person ;
  rdfs:label "Janneken Jans" ;
  a2a:PersonName [
    rdfs:label "Janneken Jans" ;
    a2a:PersonNameFirstName "Janneken" ;
    a2a:PersonNameLastName "Jans"
  ] .

oa:person_vls_dc9f00a4-aec2-4ff7-439e-373bf76db64b_Person2
  a a2a:Person ;
  rdfs:label "Jan (mr.) Gideons" ;
  a2a:PersonName [
    rdfs:label "Jan (mr.) Gideons" ;
    a2a:PersonNameFirstName "Jan (mr.)" ;
    a2a:PersonNameLastName "Gideons"
  ] ;
  a2a:Profession "sirurgijn" .

oa:event_vls_dc9f00a4-aec2-4ff7-439e-373bf76db64b_Event1
  a a2a:Event ;
  rdfs:label "Ondertrouw" ;
  a2a:EventType "Ondertrouw" ;
  a2a:EventDate [
    a2a:Year "1625" ;
    a2a:Month "10" ;
    a2a:Day "4" ;
    rdfs:label "1625-10-04"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Vlissingen" ;
    rdfs:label "Vlissingen"
  ] .

oa:relationep_vls_dc9f00a4-aec2-4ff7-439e-373bf76db64b_0
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_vls_dc9f00a4-aec2-4ff7-439e-373bf76db64b_Person1 ;
  a2a:EventKeyRef oa:event_vls_dc9f00a4-aec2-4ff7-439e-373bf76db64b_Event1 .

oa:relationep_vls_dc9f00a4-aec2-4ff7-439e-373bf76db64b_1
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_vls_dc9f00a4-aec2-4ff7-439e-373bf76db64b_Person2 ;
  a2a:EventKeyRef oa:event_vls_dc9f00a4-aec2-4ff7-439e-373bf76db64b_Event1 .

oa:source_vls_dc9f00a4-aec2-4ff7-439e-373bf76db64b
  a a2a:Source ;
  rdfs:label "Gemeentearchief Vlissingen, DTB Trouwen" ;
  a2a:SourcePlace [
    a2a:Place "Vlissingen" ;
    rdfs:label "Vlissingen", "1625-01-01 - 1635-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1625-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1635-12-31"^^xsd:date
  ] ;
  a2a:SourceType "DTB Trouwen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gemeentearchief Vlissingen" ;
    a2a:Collection "Ondertrouwregisters Hervormde Gemeente Vlissingen, 1625-1635" ;
    a2a:RegistryNumber "534" ;
    a2a:Folio "2" ;
    rdfs:label "Gemeentearchief Vlissingen, Ondertrouwregisters Hervormde Gemeente Vlissingen, 1625-1635, 534, 2"
  ] ;
  a2a:SourceLastChangeDate "2017-12-08"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://www.archieven.nl/nl/zoeken?mivast=0&mizig=310&miadt=124&miaet=54&micode=357.534&minr=3250760&miview=ldt" ;
  a2a:RecordGUID "{dc9f00a4-aec2-4ff7-439e-373bf76db64b}" ;
  a2a:SourceRemarkProvenance "357.534_54_124_maisi_exp.txt via VLS (txt2csv csv2a2a)" .

