@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_0a2206a7-e3ca-86e3-2efa-c41e23e9602a
  a a2a:Record ;
  rdfs:label "Huwelijk op 7 mei 1846 te Giessendam" ;
  a2a:hasPerson oa:person_rad_0a2206a7-e3ca-86e3-2efa-c41e23e9602a_Person1, oa:person_rad_0a2206a7-e3ca-86e3-2efa-c41e23e9602a_Person2, oa:person_rad_0a2206a7-e3ca-86e3-2efa-c41e23e9602a_Person3, oa:person_rad_0a2206a7-e3ca-86e3-2efa-c41e23e9602a_Person4, oa:person_rad_0a2206a7-e3ca-86e3-2efa-c41e23e9602a_Person5, oa:person_rad_0a2206a7-e3ca-86e3-2efa-c41e23e9602a_Person6 ;
  a2a:hasEvent oa:event_rad_0a2206a7-e3ca-86e3-2efa-c41e23e9602a_Event1 ;
  a2a:hasRelationEP oa:relationep_rad_0a2206a7-e3ca-86e3-2efa-c41e23e9602a_0, oa:relationep_rad_0a2206a7-e3ca-86e3-2efa-c41e23e9602a_1, oa:relationep_rad_0a2206a7-e3ca-86e3-2efa-c41e23e9602a_2, oa:relationep_rad_0a2206a7-e3ca-86e3-2efa-c41e23e9602a_3, oa:relationep_rad_0a2206a7-e3ca-86e3-2efa-c41e23e9602a_4, oa:relationep_rad_0a2206a7-e3ca-86e3-2efa-c41e23e9602a_5 ;
  a2a:hasSource oa:source_rad_0a2206a7-e3ca-86e3-2efa-c41e23e9602a .

oa:person_rad_0a2206a7-e3ca-86e3-2efa-c41e23e9602a_Person1
  a a2a:Person ;
  rdfs:label "Jan Lok" ;
  a2a:PersonName [
    rdfs:label "Jan Lok" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Lok"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "28" ;
    rdfs:label "28"
  ] ;
  a2a:BirthDate [
    a2a:Year "1817" ;
    a2a:Month "11" ;
    a2a:Day "25" ;
    rdfs:label "1817-11-25"^^xsd:date
  ] .

oa:person_rad_0a2206a7-e3ca-86e3-2efa-c41e23e9602a_Person2
  a a2a:Person ;
  rdfs:label "Adriaan Lok" ;
  a2a:PersonName [
    rdfs:label "Adriaan Lok" ;
    a2a:PersonNameFirstName "Adriaan" ;
    a2a:PersonNameLastName "Lok"
  ] .

oa:person_rad_0a2206a7-e3ca-86e3-2efa-c41e23e9602a_Person3
  a a2a:Person ;
  rdfs:label "Lijntje Vroege" ;
  a2a:PersonName [
    rdfs:label "Lijntje Vroege" ;
    a2a:PersonNameFirstName "Lijntje" ;
    a2a:PersonNameLastName "Vroege"
  ] .

oa:person_rad_0a2206a7-e3ca-86e3-2efa-c41e23e9602a_Person4
  a a2a:Person ;
  rdfs:label "Pieternella Nederveen" ;
  a2a:PersonName [
    rdfs:label "Pieternella Nederveen" ;
    a2a:PersonNameFirstName "Pieternella" ;
    a2a:PersonNameLastName "Nederveen"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "27" ;
    rdfs:label "27"
  ] ;
  a2a:BirthDate [
    a2a:Year "1818" ;
    a2a:Month "6" ;
    a2a:Day "16" ;
    rdfs:label "1818-06-16"^^xsd:date
  ] .

oa:person_rad_0a2206a7-e3ca-86e3-2efa-c41e23e9602a_Person5
  a a2a:Person ;
  rdfs:label "Adriaan Nederveen" ;
  a2a:PersonName [
    rdfs:label "Adriaan Nederveen" ;
    a2a:PersonNameFirstName "Adriaan" ;
    a2a:PersonNameLastName "Nederveen"
  ] .

oa:person_rad_0a2206a7-e3ca-86e3-2efa-c41e23e9602a_Person6
  a a2a:Person ;
  rdfs:label "Jacoba Klijn" ;
  a2a:PersonName [
    rdfs:label "Jacoba Klijn" ;
    a2a:PersonNameFirstName "Jacoba" ;
    a2a:PersonNameLastName "Klijn"
  ] .

oa:event_rad_0a2206a7-e3ca-86e3-2efa-c41e23e9602a_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:Year "1846" ;
    a2a:Month "5" ;
    a2a:Day "7" ;
    rdfs:label "1846-05-07"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Giessendam" ;
    rdfs:label "Giessendam"
  ] .

oa:relationep_rad_0a2206a7-e3ca-86e3-2efa-c41e23e9602a_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_rad_0a2206a7-e3ca-86e3-2efa-c41e23e9602a_Person1 ;
  a2a:EventKeyRef oa:event_rad_0a2206a7-e3ca-86e3-2efa-c41e23e9602a_Event1 .

oa:relationep_rad_0a2206a7-e3ca-86e3-2efa-c41e23e9602a_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_rad_0a2206a7-e3ca-86e3-2efa-c41e23e9602a_Person2 ;
  a2a:EventKeyRef oa:event_rad_0a2206a7-e3ca-86e3-2efa-c41e23e9602a_Event1 .

oa:relationep_rad_0a2206a7-e3ca-86e3-2efa-c41e23e9602a_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_rad_0a2206a7-e3ca-86e3-2efa-c41e23e9602a_Person3 ;
  a2a:EventKeyRef oa:event_rad_0a2206a7-e3ca-86e3-2efa-c41e23e9602a_Event1 .

oa:relationep_rad_0a2206a7-e3ca-86e3-2efa-c41e23e9602a_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_rad_0a2206a7-e3ca-86e3-2efa-c41e23e9602a_Person4 ;
  a2a:EventKeyRef oa:event_rad_0a2206a7-e3ca-86e3-2efa-c41e23e9602a_Event1 .

oa:relationep_rad_0a2206a7-e3ca-86e3-2efa-c41e23e9602a_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_rad_0a2206a7-e3ca-86e3-2efa-c41e23e9602a_Person5 ;
  a2a:EventKeyRef oa:event_rad_0a2206a7-e3ca-86e3-2efa-c41e23e9602a_Event1 .

oa:relationep_rad_0a2206a7-e3ca-86e3-2efa-c41e23e9602a_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_rad_0a2206a7-e3ca-86e3-2efa-c41e23e9602a_Person6 ;
  a2a:EventKeyRef oa:event_rad_0a2206a7-e3ca-86e3-2efa-c41e23e9602a_Event1 .

oa:source_rad_0a2206a7-e3ca-86e3-2efa-c41e23e9602a
  a a2a:Source ;
  rdfs:label "Regionaal Archief Dordrecht, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Dordrecht" ;
    rdfs:label "Dordrecht", "1846-01-01 - 1846-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1846-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1846-12-31"^^xsd:date
  ] ;
  a2a:SourceType "BS Huwelijk" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Dordrecht" ;
    a2a:Collection "Huwelijksakten Giessendam" ;
    a2a:DocumentNumber "13" ;
    a2a:RegistryNumber "10" ;
    rdfs:label "Regionaal Archief Dordrecht, Huwelijksakten Giessendam, 13, 10"
  ] ;
  a2a:SourceLastChangeDate "2016-07-15"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://www.regionaalarchiefdordrecht.nl/archief/zoeken/?mivast=46&miadt=46&miaet=54&micode=HUW-GIESSENDAM&minr=1675292&miview=ldt" ;
  a2a:RecordGUID "{0a2206a7-e3ca-86e3-2efa-c41e23e9602a}" .

