@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_rad_6C3CE9AF-9ACF-4BCB-A699-646FEABBDFB9
  a a2a:Record ;
  rdfs:label "Huwelijk op 28 april 1894 te Sliedrecht" ;
  a2a:hasPerson oa:person_rad_6C3CE9AF-9ACF-4BCB-A699-646FEABBDFB9_Person4605637376, oa:person_rad_6C3CE9AF-9ACF-4BCB-A699-646FEABBDFB9_Person4605637379, oa:person_rad_6C3CE9AF-9ACF-4BCB-A699-646FEABBDFB9_Person4605637380, oa:person_rad_6C3CE9AF-9ACF-4BCB-A699-646FEABBDFB9_Person4605637375, oa:person_rad_6C3CE9AF-9ACF-4BCB-A699-646FEABBDFB9_Person4605637377, oa:person_rad_6C3CE9AF-9ACF-4BCB-A699-646FEABBDFB9_Person4605637378 ;
  a2a:hasEvent oa:event_rad_6C3CE9AF-9ACF-4BCB-A699-646FEABBDFB9_Event1 ;
  a2a:hasRelationEP oa:relationep_rad_6C3CE9AF-9ACF-4BCB-A699-646FEABBDFB9_0, oa:relationep_rad_6C3CE9AF-9ACF-4BCB-A699-646FEABBDFB9_1, oa:relationep_rad_6C3CE9AF-9ACF-4BCB-A699-646FEABBDFB9_2, oa:relationep_rad_6C3CE9AF-9ACF-4BCB-A699-646FEABBDFB9_3, oa:relationep_rad_6C3CE9AF-9ACF-4BCB-A699-646FEABBDFB9_4, oa:relationep_rad_6C3CE9AF-9ACF-4BCB-A699-646FEABBDFB9_5 ;
  a2a:hasSource oa:source_rad_6C3CE9AF-9ACF-4BCB-A699-646FEABBDFB9 .

oa:person_rad_6C3CE9AF-9ACF-4BCB-A699-646FEABBDFB9_Person4605637376
  a a2a:Person ;
  rdfs:label "Wouter Haeser" ;
  a2a:PersonName [
    rdfs:label "Wouter Haeser" ;
    a2a:PersonNameFirstName "Wouter" ;
    a2a:PersonNameLastName "Haeser"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "29" ;
    rdfs:label "29"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Gorinchem" ;
    rdfs:label "Gorinchem"
  ] .

oa:person_rad_6C3CE9AF-9ACF-4BCB-A699-646FEABBDFB9_Person4605637379
  a a2a:Person ;
  rdfs:label "Johannes Haeser" ;
  a2a:PersonName [
    rdfs:label "Johannes Haeser" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNameLastName "Haeser"
  ] .

oa:person_rad_6C3CE9AF-9ACF-4BCB-A699-646FEABBDFB9_Person4605637380
  a a2a:Person ;
  rdfs:label "Geertje den Breejen" ;
  a2a:PersonName [
    rdfs:label "Geertje den Breejen" ;
    a2a:PersonNameFirstName "Geertje" ;
    a2a:PersonNamePrefixLastName "den" ;
    a2a:PersonNameLastName "Breejen"
  ] .

oa:person_rad_6C3CE9AF-9ACF-4BCB-A699-646FEABBDFB9_Person4605637375
  a a2a:Person ;
  rdfs:label "Annigje Klein" ;
  a2a:PersonName [
    rdfs:label "Annigje Klein" ;
    a2a:PersonNameFirstName "Annigje" ;
    a2a:PersonNameLastName "Klein"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "25" ;
    rdfs:label "25"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Sliedrecht" ;
    rdfs:label "Sliedrecht"
  ] .

oa:person_rad_6C3CE9AF-9ACF-4BCB-A699-646FEABBDFB9_Person4605637377
  a a2a:Person ;
  rdfs:label "Jan Klein" ;
  a2a:PersonName [
    rdfs:label "Jan Klein" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Klein"
  ] .

oa:person_rad_6C3CE9AF-9ACF-4BCB-A699-646FEABBDFB9_Person4605637378
  a a2a:Person ;
  rdfs:label "Maria Labee" ;
  a2a:PersonName [
    rdfs:label "Maria Labee" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Labee"
  ] .

oa:event_rad_6C3CE9AF-9ACF-4BCB-A699-646FEABBDFB9_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "28-04-1894" ;
    a2a:Year "1894" ;
    a2a:Month "04" ;
    a2a:Day "28" ;
    rdfs:label "1894-04-28"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Sliedrecht" ;
    rdfs:label "Sliedrecht"
  ] .

oa:relationep_rad_6C3CE9AF-9ACF-4BCB-A699-646FEABBDFB9_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_rad_6C3CE9AF-9ACF-4BCB-A699-646FEABBDFB9_Person4605637376 ;
  a2a:EventKeyRef oa:event_rad_6C3CE9AF-9ACF-4BCB-A699-646FEABBDFB9_Event1 .

oa:relationep_rad_6C3CE9AF-9ACF-4BCB-A699-646FEABBDFB9_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_rad_6C3CE9AF-9ACF-4BCB-A699-646FEABBDFB9_Person4605637379 ;
  a2a:EventKeyRef oa:event_rad_6C3CE9AF-9ACF-4BCB-A699-646FEABBDFB9_Event1 .

oa:relationep_rad_6C3CE9AF-9ACF-4BCB-A699-646FEABBDFB9_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_rad_6C3CE9AF-9ACF-4BCB-A699-646FEABBDFB9_Person4605637380 ;
  a2a:EventKeyRef oa:event_rad_6C3CE9AF-9ACF-4BCB-A699-646FEABBDFB9_Event1 .

oa:relationep_rad_6C3CE9AF-9ACF-4BCB-A699-646FEABBDFB9_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_rad_6C3CE9AF-9ACF-4BCB-A699-646FEABBDFB9_Person4605637375 ;
  a2a:EventKeyRef oa:event_rad_6C3CE9AF-9ACF-4BCB-A699-646FEABBDFB9_Event1 .

oa:relationep_rad_6C3CE9AF-9ACF-4BCB-A699-646FEABBDFB9_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_rad_6C3CE9AF-9ACF-4BCB-A699-646FEABBDFB9_Person4605637377 ;
  a2a:EventKeyRef oa:event_rad_6C3CE9AF-9ACF-4BCB-A699-646FEABBDFB9_Event1 .

oa:relationep_rad_6C3CE9AF-9ACF-4BCB-A699-646FEABBDFB9_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_rad_6C3CE9AF-9ACF-4BCB-A699-646FEABBDFB9_Person4605637378 ;
  a2a:EventKeyRef oa:event_rad_6C3CE9AF-9ACF-4BCB-A699-646FEABBDFB9_Event1 .

oa:source_rad_6C3CE9AF-9ACF-4BCB-A699-646FEABBDFB9
  a a2a:Source ;
  rdfs:label "Regionaal Archief Dordrecht, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Sliedrecht" ;
    a2a:Country "Nederland" ;
    rdfs:label "Sliedrecht, Nederland", "1894-04-28 - 1894-04-28"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1894-04-28"^^xsd:date ;
    a2a:SourceIndexDateTo "1894-04-28"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "28-04-1894" ;
    a2a:Year "1894" ;
    a2a:Month "04" ;
    a2a:Day "28" ;
    rdfs:label "28-04-1894"
  ] ;
  a2a:SourceType "BS Huwelijk" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Dordrecht" ;
    a2a:Place "Dordrecht" ;
    a2a:Collection "Burgerlijke Stand en Bevolking van Sliedrecht" ;
    a2a:Book "Huwelijksakten 720-157, 1894, 1894" ;
    a2a:DocumentNumber "23" ;
    a2a:RegistryNumber "157" ;
    rdfs:label "Regionaal Archief Dordrecht, Dordrecht, Burgerlijke Stand en Bevolking van Sliedrecht, Huwelijksakten 720-157, 1894, 1894, 23, 157"
  ] ;
  a2a:SourceLastChangeDate "2026-04-29"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://proxy.archieven.nl/46/6C3CE9AF9ACF4BCBA699646FEABBDFB9" ;
  a2a:RecordIdentifier "4605637374" ;
  a2a:RecordGUID "{6C3CE9AF-9ACF-4BCB-A699-646FEABBDFB9}" ;
  a2a:SourceRemarkOpmerking "Wouter Haeser weduwnaar van Johanna Elisabeth Egas" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/36389C254C0B4AB682027126036A04A6" .

