@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_d05b4b55-7854-a03e-e112-51cd182995bc
  a a2a:Record ;
  rdfs:label "Echtscheiding op 12 maart 1823 te Dordrecht" ;
  a2a:hasPerson oa:person_rad_d05b4b55-7854-a03e-e112-51cd182995bc_Person1, oa:person_rad_d05b4b55-7854-a03e-e112-51cd182995bc_Person2 ;
  a2a:hasEvent oa:event_rad_d05b4b55-7854-a03e-e112-51cd182995bc_Event1 ;
  a2a:hasRelationEP oa:relationep_rad_d05b4b55-7854-a03e-e112-51cd182995bc_0, oa:relationep_rad_d05b4b55-7854-a03e-e112-51cd182995bc_1 ;
  a2a:hasSource oa:source_rad_d05b4b55-7854-a03e-e112-51cd182995bc .

oa:person_rad_d05b4b55-7854-a03e-e112-51cd182995bc_Person1
  a a2a:Person ;
  rdfs:label "Abraham Hendrik Boos" ;
  a2a:PersonName [
    rdfs:label "Abraham Hendrik Boos" ;
    a2a:PersonNameFirstName "Abraham Hendrik" ;
    a2a:PersonNameLastName "Boos"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "32" ;
    rdfs:label "32"
  ] .

oa:person_rad_d05b4b55-7854-a03e-e112-51cd182995bc_Person2
  a a2a:Person ;
  rdfs:label "Helena van Well" ;
  a2a:PersonName [
    rdfs:label "Helena van Well" ;
    a2a:PersonNameFirstName "Helena" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Well"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "31" ;
    rdfs:label "31"
  ] .

oa:event_rad_d05b4b55-7854-a03e-e112-51cd182995bc_Event1
  a a2a:Event ;
  rdfs:label "Echtscheiding" ;
  a2a:EventType "Echtscheiding" ;
  a2a:EventDate [
    a2a:Year "1823" ;
    a2a:Month "3" ;
    a2a:Day "12" ;
    rdfs:label "1823-03-12"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Dordrecht" ;
    rdfs:label "Dordrecht"
  ] .

oa:relationep_rad_d05b4b55-7854-a03e-e112-51cd182995bc_0
  a a2a:RelationEP ;
  rdfs:label "other:Man" ;
  a2a:RelationType "other:Man" ;
  a2a:PersonKeyRef oa:person_rad_d05b4b55-7854-a03e-e112-51cd182995bc_Person1 ;
  a2a:EventKeyRef oa:event_rad_d05b4b55-7854-a03e-e112-51cd182995bc_Event1 .

oa:relationep_rad_d05b4b55-7854-a03e-e112-51cd182995bc_1
  a a2a:RelationEP ;
  rdfs:label "other:Vrouw" ;
  a2a:RelationType "other:Vrouw" ;
  a2a:PersonKeyRef oa:person_rad_d05b4b55-7854-a03e-e112-51cd182995bc_Person2 ;
  a2a:EventKeyRef oa:event_rad_d05b4b55-7854-a03e-e112-51cd182995bc_Event1 .

oa:source_rad_d05b4b55-7854-a03e-e112-51cd182995bc
  a a2a:Source ;
  rdfs:label "Regionaal Archief Dordrecht, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Dordrecht" ;
    rdfs:label "Dordrecht", "1823-01-01 - 1823-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1823-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1823-12-31"^^xsd:date
  ] ;
  a2a:SourceType "BS Huwelijk" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Dordrecht" ;
    a2a:Collection "Huwelijksakten Dordrecht 1823" ;
    a2a:DocumentNumber "15" ;
    a2a:RegistryNumber "94" ;
    rdfs:label "Regionaal Archief Dordrecht, Huwelijksakten Dordrecht 1823, 15, 94"
  ] ;
  a2a:SourceLastChangeDate "2016-04-12"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://www.regionaalarchiefdordrecht.nl/archief/zoeken/?mivast=46&miadt=46&miaet=54&micode=HUW256.94&minr=1898714&miview=ldt" ;
  a2a:RecordGUID "{d05b4b55-7854-a03e-e112-51cd182995bc}" .

