@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_992CECEC-B8B4-423F-B93B-5BD83D0AF366
  a a2a:Record ;
  rdfs:label "Huwelijk op 1 juni 1827 te Sint Annaland" ;
  a2a:hasPerson oa:person_zar_992CECEC-B8B4-423F-B93B-5BD83D0AF366_Person278933929, oa:person_zar_992CECEC-B8B4-423F-B93B-5BD83D0AF366_Person278933930, oa:person_zar_992CECEC-B8B4-423F-B93B-5BD83D0AF366_Person278933931, oa:person_zar_992CECEC-B8B4-423F-B93B-5BD83D0AF366_Person278933932, oa:person_zar_992CECEC-B8B4-423F-B93B-5BD83D0AF366_Person278933933, oa:person_zar_992CECEC-B8B4-423F-B93B-5BD83D0AF366_Person278933934 ;
  a2a:hasEvent oa:event_zar_992CECEC-B8B4-423F-B93B-5BD83D0AF366_Event1 ;
  a2a:hasRelationEP oa:relationep_zar_992CECEC-B8B4-423F-B93B-5BD83D0AF366_0, oa:relationep_zar_992CECEC-B8B4-423F-B93B-5BD83D0AF366_1, oa:relationep_zar_992CECEC-B8B4-423F-B93B-5BD83D0AF366_2, oa:relationep_zar_992CECEC-B8B4-423F-B93B-5BD83D0AF366_3, oa:relationep_zar_992CECEC-B8B4-423F-B93B-5BD83D0AF366_4, oa:relationep_zar_992CECEC-B8B4-423F-B93B-5BD83D0AF366_5 ;
  a2a:hasSource oa:source_zar_992CECEC-B8B4-423F-B93B-5BD83D0AF366 .

oa:person_zar_992CECEC-B8B4-423F-B93B-5BD83D0AF366_Person278933929
  a a2a:Person ;
  rdfs:label "Marienis Bolier" ;
  a2a:PersonName [
    rdfs:label "Marienis Bolier" ;
    a2a:PersonNameFirstName "Marienis" ;
    a2a:PersonNameLastName "Bolier"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "25" ;
    rdfs:label "25"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Sint Annaland" ;
    rdfs:label "Sint Annaland"
  ] ;
  a2a:Profession "Boerenknecht" .

oa:person_zar_992CECEC-B8B4-423F-B93B-5BD83D0AF366_Person278933930
  a a2a:Person ;
  rdfs:label "Laban Bolier" ;
  a2a:PersonName [
    rdfs:label "Laban Bolier" ;
    a2a:PersonNameFirstName "Laban" ;
    a2a:PersonNameLastName "Bolier"
  ] ;
  a2a:Profession "Landman" .

oa:person_zar_992CECEC-B8B4-423F-B93B-5BD83D0AF366_Person278933931
  a a2a:Person ;
  rdfs:label "Willemina Hage" ;
  a2a:PersonName [
    rdfs:label "Willemina Hage" ;
    a2a:PersonNameFirstName "Willemina" ;
    a2a:PersonNameLastName "Hage"
  ] .

oa:person_zar_992CECEC-B8B4-423F-B93B-5BD83D0AF366_Person278933932
  a a2a:Person ;
  rdfs:label "Adriaantje Laban" ;
  a2a:PersonName [
    rdfs:label "Adriaantje Laban" ;
    a2a:PersonNameFirstName "Adriaantje" ;
    a2a:PersonNameLastName "Laban"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "27" ;
    rdfs:label "27"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Kruiningen" ;
    rdfs:label "Kruiningen"
  ] ;
  a2a:Profession "Dienstmeid" .

oa:person_zar_992CECEC-B8B4-423F-B93B-5BD83D0AF366_Person278933933
  a a2a:Person ;
  rdfs:label "Leunis Laban" ;
  a2a:PersonName [
    rdfs:label "Leunis Laban" ;
    a2a:PersonNameFirstName "Leunis" ;
    a2a:PersonNameLastName "Laban"
  ] .

oa:person_zar_992CECEC-B8B4-423F-B93B-5BD83D0AF366_Person278933934
  a a2a:Person ;
  rdfs:label "Maria Geluk" ;
  a2a:PersonName [
    rdfs:label "Maria Geluk" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Geluk"
  ] .

oa:event_zar_992CECEC-B8B4-423F-B93B-5BD83D0AF366_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "01-06-1827" ;
    a2a:Year "1827" ;
    a2a:Month "06" ;
    a2a:Day "01" ;
    rdfs:label "1827-06-01"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Sint Annaland" ;
    rdfs:label "Sint Annaland"
  ] .

oa:relationep_zar_992CECEC-B8B4-423F-B93B-5BD83D0AF366_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_zar_992CECEC-B8B4-423F-B93B-5BD83D0AF366_Person278933929 ;
  a2a:EventKeyRef oa:event_zar_992CECEC-B8B4-423F-B93B-5BD83D0AF366_Event1 .

oa:relationep_zar_992CECEC-B8B4-423F-B93B-5BD83D0AF366_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_zar_992CECEC-B8B4-423F-B93B-5BD83D0AF366_Person278933930 ;
  a2a:EventKeyRef oa:event_zar_992CECEC-B8B4-423F-B93B-5BD83D0AF366_Event1 .

oa:relationep_zar_992CECEC-B8B4-423F-B93B-5BD83D0AF366_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_zar_992CECEC-B8B4-423F-B93B-5BD83D0AF366_Person278933931 ;
  a2a:EventKeyRef oa:event_zar_992CECEC-B8B4-423F-B93B-5BD83D0AF366_Event1 .

oa:relationep_zar_992CECEC-B8B4-423F-B93B-5BD83D0AF366_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_zar_992CECEC-B8B4-423F-B93B-5BD83D0AF366_Person278933932 ;
  a2a:EventKeyRef oa:event_zar_992CECEC-B8B4-423F-B93B-5BD83D0AF366_Event1 .

oa:relationep_zar_992CECEC-B8B4-423F-B93B-5BD83D0AF366_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_zar_992CECEC-B8B4-423F-B93B-5BD83D0AF366_Person278933933 ;
  a2a:EventKeyRef oa:event_zar_992CECEC-B8B4-423F-B93B-5BD83D0AF366_Event1 .

oa:relationep_zar_992CECEC-B8B4-423F-B93B-5BD83D0AF366_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_zar_992CECEC-B8B4-423F-B93B-5BD83D0AF366_Person278933934 ;
  a2a:EventKeyRef oa:event_zar_992CECEC-B8B4-423F-B93B-5BD83D0AF366_Event1 .

oa:source_zar_992CECEC-B8B4-423F-B93B-5BD83D0AF366
  a a2a:Source ;
  rdfs:label "Zeeuws Archief, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Sint Annaland" ;
    a2a:Country "Nederland" ;
    rdfs:label "Sint Annaland, Nederland", "1827-06-01 - 1827-06-01"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1827-06-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1827-06-01"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "01-06-1827" ;
    a2a:Year "1827" ;
    a2a:Month "06" ;
    a2a:Day "01" ;
    rdfs:label "01-06-1827"
  ] ;
  a2a:SourceType "BS Huwelijk" ;
  a2a:SourceReference [
    a2a:InstitutionName "Zeeuws Archief" ;
    a2a:Place "Middelburg" ;
    a2a:Collection "Sint Annaland huwelijksakten burgerlijke stand" ;
    a2a:DocumentNumber "8" ;
    a2a:RegistryNumber "SAL-H-1827" ;
    rdfs:label "Zeeuws Archief, Middelburg, Sint Annaland huwelijksakten burgerlijke stand, 8, SAL-H-1827"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "http://www.archieven.nl/nl/search-modonly?mivast=239&miadt=239&miaet=54&micode=25.SAL-H-1827&minr=7601262&miview=ldt" ;
    a2a:UriViewer "http://www.archieven.nl/nl/search-modonly?mivast=239&miadt=239&miaet=54&micode=25.SAL-H-1827&minr=7601262&miview=ldt" ;
    a2a:UriPreview "http://files.archieven.nl/php/get_thumb.php?adt_id=239&toegang=25&file=25.SAL\\25.SAL-H\\NL-MdbZA_25_SAL-H-000214.jpg"
  ] ;
  a2a:SourceLastChangeDate "2016-02-05"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://www.archieven.nl/nl/search-modonly?mivast=239&miadt=239&miaet=54&micode=25.SAL-H-1827&minr=7601262&miview=ldt" ;
  a2a:RecordIdentifier "278933928" ;
  a2a:RecordGUID "{992CECEC-B8B4-423F-B93B-5BD83D0AF366}" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-MdbZA_25.SAL-H-1827_54_A2A.xml van ZAR" .

