@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_2C2D443A-CE3B-4AEA-B5DC-EB0F1EB2D1AE
  a a2a:Record ;
  rdfs:label "Huwelijk op 4 januari 1905 te Zierikzee" ;
  a2a:hasPerson oa:person_zar_2C2D443A-CE3B-4AEA-B5DC-EB0F1EB2D1AE_Person1, oa:person_zar_2C2D443A-CE3B-4AEA-B5DC-EB0F1EB2D1AE_Person2, oa:person_zar_2C2D443A-CE3B-4AEA-B5DC-EB0F1EB2D1AE_Person3, oa:person_zar_2C2D443A-CE3B-4AEA-B5DC-EB0F1EB2D1AE_Person4, oa:person_zar_2C2D443A-CE3B-4AEA-B5DC-EB0F1EB2D1AE_Person5, oa:person_zar_2C2D443A-CE3B-4AEA-B5DC-EB0F1EB2D1AE_Person6 ;
  a2a:hasEvent oa:event_zar_2C2D443A-CE3B-4AEA-B5DC-EB0F1EB2D1AE_Event1 ;
  a2a:hasRelationEP oa:relationep_zar_2C2D443A-CE3B-4AEA-B5DC-EB0F1EB2D1AE_0, oa:relationep_zar_2C2D443A-CE3B-4AEA-B5DC-EB0F1EB2D1AE_1, oa:relationep_zar_2C2D443A-CE3B-4AEA-B5DC-EB0F1EB2D1AE_2, oa:relationep_zar_2C2D443A-CE3B-4AEA-B5DC-EB0F1EB2D1AE_3, oa:relationep_zar_2C2D443A-CE3B-4AEA-B5DC-EB0F1EB2D1AE_4, oa:relationep_zar_2C2D443A-CE3B-4AEA-B5DC-EB0F1EB2D1AE_5 ;
  a2a:hasSource oa:source_zar_2C2D443A-CE3B-4AEA-B5DC-EB0F1EB2D1AE .

oa:person_zar_2C2D443A-CE3B-4AEA-B5DC-EB0F1EB2D1AE_Person1
  a a2a:Person ;
  rdfs:label "Jan Anthonij Padmos" ;
  a2a:PersonName [
    rdfs:label "Jan Anthonij Padmos" ;
    a2a:PersonNameFirstName "Jan Anthonij" ;
    a2a:PersonNameLastName "Padmos"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "35" ;
    rdfs:label "35"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Zierikzee" ;
    rdfs:label "Zierikzee"
  ] ;
  a2a:Profession "Hoefsmid" .

oa:person_zar_2C2D443A-CE3B-4AEA-B5DC-EB0F1EB2D1AE_Person2
  a a2a:Person ;
  rdfs:label "Marcelis Johannes Padmos" ;
  a2a:PersonName [
    rdfs:label "Marcelis Johannes Padmos" ;
    a2a:PersonNameFirstName "Marcelis Johannes" ;
    a2a:PersonNameLastName "Padmos"
  ] ;
  a2a:Profession "Zonder" .

oa:person_zar_2C2D443A-CE3B-4AEA-B5DC-EB0F1EB2D1AE_Person3
  a a2a:Person ;
  rdfs:label "Maatje de Jonge" ;
  a2a:PersonName [
    rdfs:label "Maatje de Jonge" ;
    a2a:PersonNameFirstName "Maatje" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Jonge"
  ] ;
  a2a:Profession "Zonder" .

oa:person_zar_2C2D443A-CE3B-4AEA-B5DC-EB0F1EB2D1AE_Person4
  a a2a:Person ;
  rdfs:label "Jacoba Cornelia Bakker" ;
  a2a:PersonName [
    rdfs:label "Jacoba Cornelia Bakker" ;
    a2a:PersonNameFirstName "Jacoba Cornelia" ;
    a2a:PersonNameLastName "Bakker"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "39" ;
    rdfs:label "39"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Zierikzee" ;
    rdfs:label "Zierikzee"
  ] ;
  a2a:Profession "Naaister" .

oa:person_zar_2C2D443A-CE3B-4AEA-B5DC-EB0F1EB2D1AE_Person5
  a a2a:Person ;
  rdfs:label "Johannes Age Bakker" ;
  a2a:PersonName [
    rdfs:label "Johannes Age Bakker" ;
    a2a:PersonNameFirstName "Johannes Age" ;
    a2a:PersonNameLastName "Bakker"
  ] .

oa:person_zar_2C2D443A-CE3B-4AEA-B5DC-EB0F1EB2D1AE_Person6
  a a2a:Person ;
  rdfs:label "Cornelia Doeleman" ;
  a2a:PersonName [
    rdfs:label "Cornelia Doeleman" ;
    a2a:PersonNameFirstName "Cornelia" ;
    a2a:PersonNameLastName "Doeleman"
  ] .

oa:event_zar_2C2D443A-CE3B-4AEA-B5DC-EB0F1EB2D1AE_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:Year "1905" ;
    a2a:Month "1" ;
    a2a:Day "4" ;
    rdfs:label "1905-01-04"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Zierikzee" ;
    rdfs:label "Zierikzee"
  ] .

oa:relationep_zar_2C2D443A-CE3B-4AEA-B5DC-EB0F1EB2D1AE_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_zar_2C2D443A-CE3B-4AEA-B5DC-EB0F1EB2D1AE_Person1 ;
  a2a:EventKeyRef oa:event_zar_2C2D443A-CE3B-4AEA-B5DC-EB0F1EB2D1AE_Event1 .

oa:relationep_zar_2C2D443A-CE3B-4AEA-B5DC-EB0F1EB2D1AE_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_zar_2C2D443A-CE3B-4AEA-B5DC-EB0F1EB2D1AE_Person2 ;
  a2a:EventKeyRef oa:event_zar_2C2D443A-CE3B-4AEA-B5DC-EB0F1EB2D1AE_Event1 .

oa:relationep_zar_2C2D443A-CE3B-4AEA-B5DC-EB0F1EB2D1AE_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_zar_2C2D443A-CE3B-4AEA-B5DC-EB0F1EB2D1AE_Person3 ;
  a2a:EventKeyRef oa:event_zar_2C2D443A-CE3B-4AEA-B5DC-EB0F1EB2D1AE_Event1 .

oa:relationep_zar_2C2D443A-CE3B-4AEA-B5DC-EB0F1EB2D1AE_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_zar_2C2D443A-CE3B-4AEA-B5DC-EB0F1EB2D1AE_Person4 ;
  a2a:EventKeyRef oa:event_zar_2C2D443A-CE3B-4AEA-B5DC-EB0F1EB2D1AE_Event1 .

oa:relationep_zar_2C2D443A-CE3B-4AEA-B5DC-EB0F1EB2D1AE_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_zar_2C2D443A-CE3B-4AEA-B5DC-EB0F1EB2D1AE_Person5 ;
  a2a:EventKeyRef oa:event_zar_2C2D443A-CE3B-4AEA-B5DC-EB0F1EB2D1AE_Event1 .

oa:relationep_zar_2C2D443A-CE3B-4AEA-B5DC-EB0F1EB2D1AE_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_zar_2C2D443A-CE3B-4AEA-B5DC-EB0F1EB2D1AE_Person6 ;
  a2a:EventKeyRef oa:event_zar_2C2D443A-CE3B-4AEA-B5DC-EB0F1EB2D1AE_Event1 .

oa:source_zar_2C2D443A-CE3B-4AEA-B5DC-EB0F1EB2D1AE
  a a2a:Source ;
  rdfs:label "Zeeuws Archief, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Zierikzee" ;
    rdfs:label "Zierikzee", "1811-01-01 - 1811-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1811-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1811-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1905" ;
    a2a:Month "1" ;
    a2a:Day "4" ;
    rdfs:label "1905-01-04"^^xsd:date
  ] ;
  a2a:SourceType "BS Huwelijk" ;
  a2a:SourceReference [
    a2a:InstitutionName "Zeeuws Archief" ;
    a2a:Collection "Zierikzee huwelijksakten burgerlijke stand" ;
    a2a:DocumentNumber "1" ;
    a2a:RegistryNumber "ZIE-H-1905" ;
    rdfs:label "Zeeuws Archief, Zierikzee huwelijksakten burgerlijke stand, 1, ZIE-H-1905"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "http://www.zeeuwengezocht.nl/maisi_ajax_proxy.php?mivast=1539&mizig=862&miadt=239&miaet=185&micode=25&minr=3186524&milang=nl&misort=last_mod%7Cdesc&miview=viewer2"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:Uri "http://www.zeeuwengezocht.nl/maisi_ajax_proxy.php?mivast=1539&mizig=862&miadt=239&miaet=185&micode=25&minr=3186525&milang=nl&misort=last_mod%7Cdesc&miview=viewer2"
  ] ;
  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.ZIE-H-1905&minr=4417868&miview=ldt" ;
  a2a:RecordGUID "{2C2D443A-CE3B-4AEA-B5DC-EB0F1EB2D1AE}" .

