@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_zar_44E1F044-C325-4EFE-91EB-F83D37993FD1
  a a2a:Record ;
  rdfs:label "Huwelijk op 28 februari 1823 te Vlissingen" ;
  a2a:hasPerson oa:person_zar_44E1F044-C325-4EFE-91EB-F83D37993FD1_Person1, oa:person_zar_44E1F044-C325-4EFE-91EB-F83D37993FD1_Person2, oa:person_zar_44E1F044-C325-4EFE-91EB-F83D37993FD1_Person3, oa:person_zar_44E1F044-C325-4EFE-91EB-F83D37993FD1_Person4, oa:person_zar_44E1F044-C325-4EFE-91EB-F83D37993FD1_Person5, oa:person_zar_44E1F044-C325-4EFE-91EB-F83D37993FD1_Person6 ;
  a2a:hasEvent oa:event_zar_44E1F044-C325-4EFE-91EB-F83D37993FD1_Event1 ;
  a2a:hasRelationEP oa:relationep_zar_44E1F044-C325-4EFE-91EB-F83D37993FD1_0, oa:relationep_zar_44E1F044-C325-4EFE-91EB-F83D37993FD1_1, oa:relationep_zar_44E1F044-C325-4EFE-91EB-F83D37993FD1_2, oa:relationep_zar_44E1F044-C325-4EFE-91EB-F83D37993FD1_3, oa:relationep_zar_44E1F044-C325-4EFE-91EB-F83D37993FD1_4, oa:relationep_zar_44E1F044-C325-4EFE-91EB-F83D37993FD1_5 ;
  a2a:hasSource oa:source_zar_44E1F044-C325-4EFE-91EB-F83D37993FD1 .

oa:person_zar_44E1F044-C325-4EFE-91EB-F83D37993FD1_Person1
  a a2a:Person ;
  rdfs:label "Francois Joseph Marisael" ;
  a2a:PersonName [
    rdfs:label "Francois Joseph Marisael" ;
    a2a:PersonNameFirstName "Francois Joseph" ;
    a2a:PersonNameLastName "Marisael"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "24" ;
    rdfs:label "24"
  ] ;
  a2a:BirthDate [
    a2a:Year "1798" ;
    a2a:Month "7" ;
    a2a:Day "23" ;
    rdfs:label "1798-07-23"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Oostende" ;
    rdfs:label "Oostende"
  ] ;
  a2a:Profession "Timmerman" .

oa:person_zar_44E1F044-C325-4EFE-91EB-F83D37993FD1_Person2
  a a2a:Person ;
  rdfs:label "Francois Joseph Marisael" ;
  a2a:PersonName [
    rdfs:label "Francois Joseph Marisael" ;
    a2a:PersonNameFirstName "Francois Joseph" ;
    a2a:PersonNameLastName "Marisael"
  ] .

oa:person_zar_44E1F044-C325-4EFE-91EB-F83D37993FD1_Person3
  a a2a:Person ;
  rdfs:label "Rose Barbe de Vos" ;
  a2a:PersonName [
    rdfs:label "Rose Barbe de Vos" ;
    a2a:PersonNameFirstName "Rose Barbe" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Vos"
  ] .

oa:person_zar_44E1F044-C325-4EFE-91EB-F83D37993FD1_Person4
  a a2a:Person ;
  rdfs:label "Maria Magdalena Munnig" ;
  a2a:PersonName [
    rdfs:label "Maria Magdalena Munnig" ;
    a2a:PersonNameFirstName "Maria Magdalena" ;
    a2a:PersonNameLastName "Munnig"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "28" ;
    rdfs:label "28"
  ] ;
  a2a:BirthDate [
    a2a:Year "1795" ;
    a2a:Month "1" ;
    a2a:Day "1" ;
    rdfs:label "1795-01-01"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Middelburg" ;
    rdfs:label "Middelburg"
  ] ;
  a2a:Profession "Particuliere" .

oa:person_zar_44E1F044-C325-4EFE-91EB-F83D37993FD1_Person5
  a a2a:Person ;
  rdfs:label "Herman Michiel Munnig" ;
  a2a:PersonName [
    rdfs:label "Herman Michiel Munnig" ;
    a2a:PersonNameFirstName "Herman Michiel" ;
    a2a:PersonNameLastName "Munnig"
  ] .

oa:person_zar_44E1F044-C325-4EFE-91EB-F83D37993FD1_Person6
  a a2a:Person ;
  rdfs:label "Catharina Meijers" ;
  a2a:PersonName [
    rdfs:label "Catharina Meijers" ;
    a2a:PersonNameFirstName "Catharina" ;
    a2a:PersonNameLastName "Meijers"
  ] .

oa:event_zar_44E1F044-C325-4EFE-91EB-F83D37993FD1_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:Year "1823" ;
    a2a:Month "2" ;
    a2a:Day "28" ;
    rdfs:label "1823-02-28"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Vlissingen" ;
    rdfs:label "Vlissingen"
  ] .

oa:relationep_zar_44E1F044-C325-4EFE-91EB-F83D37993FD1_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_zar_44E1F044-C325-4EFE-91EB-F83D37993FD1_Person1 ;
  a2a:EventKeyRef oa:event_zar_44E1F044-C325-4EFE-91EB-F83D37993FD1_Event1 .

oa:relationep_zar_44E1F044-C325-4EFE-91EB-F83D37993FD1_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_zar_44E1F044-C325-4EFE-91EB-F83D37993FD1_Person2 ;
  a2a:EventKeyRef oa:event_zar_44E1F044-C325-4EFE-91EB-F83D37993FD1_Event1 .

oa:relationep_zar_44E1F044-C325-4EFE-91EB-F83D37993FD1_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_zar_44E1F044-C325-4EFE-91EB-F83D37993FD1_Person3 ;
  a2a:EventKeyRef oa:event_zar_44E1F044-C325-4EFE-91EB-F83D37993FD1_Event1 .

oa:relationep_zar_44E1F044-C325-4EFE-91EB-F83D37993FD1_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_zar_44E1F044-C325-4EFE-91EB-F83D37993FD1_Person4 ;
  a2a:EventKeyRef oa:event_zar_44E1F044-C325-4EFE-91EB-F83D37993FD1_Event1 .

oa:relationep_zar_44E1F044-C325-4EFE-91EB-F83D37993FD1_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_zar_44E1F044-C325-4EFE-91EB-F83D37993FD1_Person5 ;
  a2a:EventKeyRef oa:event_zar_44E1F044-C325-4EFE-91EB-F83D37993FD1_Event1 .

oa:relationep_zar_44E1F044-C325-4EFE-91EB-F83D37993FD1_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_zar_44E1F044-C325-4EFE-91EB-F83D37993FD1_Person6 ;
  a2a:EventKeyRef oa:event_zar_44E1F044-C325-4EFE-91EB-F83D37993FD1_Event1 .

oa:source_zar_44E1F044-C325-4EFE-91EB-F83D37993FD1
  a a2a:Source ;
  rdfs:label "Zeeuws Archief, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Vlissingen" ;
    rdfs:label "Vlissingen", "1808-01-01 - 1808-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1808-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1808-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1823" ;
    a2a:Month "2" ;
    a2a:Day "28" ;
    rdfs:label "1823-02-28"^^xsd:date
  ] ;
  a2a:SourceType "BS Huwelijk" ;
  a2a:SourceReference [
    a2a:InstitutionName "Zeeuws Archief" ;
    a2a:Collection "Vlissingen huwelijksakten burgerlijke stand" ;
    a2a:DocumentNumber "6" ;
    a2a:RegistryNumber "VLI-H-1823" ;
    rdfs:label "Zeeuws Archief, Vlissingen huwelijksakten burgerlijke stand, 6, VLI-H-1823"
  ] ;
  a2a:SourceLastChangeDate "2016-06-14"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://www.zeeuwengezocht.nl/nl/zoeken?mivast=1539&mizig=862&miadt=239&miaet=54&micode=25.VLI-H-1823&minr=10126287&miview=ldt" ;
  a2a:RecordGUID "{44E1F044-C325-4EFE-91EB-F83D37993FD1}" .

