@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_haw_eeacb2e8-c19b-42db-acf4-b763ee5e363e
  a a2a:Record ;
  rdfs:label "Huwelijk op 1 december 1937 te De Lier" ;
  a2a:hasPerson oa:person_haw_eeacb2e8-c19b-42db-acf4-b763ee5e363e_Person1, oa:person_haw_eeacb2e8-c19b-42db-acf4-b763ee5e363e_Person2, oa:person_haw_eeacb2e8-c19b-42db-acf4-b763ee5e363e_Person3, oa:person_haw_eeacb2e8-c19b-42db-acf4-b763ee5e363e_Person4, oa:person_haw_eeacb2e8-c19b-42db-acf4-b763ee5e363e_Person5, oa:person_haw_eeacb2e8-c19b-42db-acf4-b763ee5e363e_Person6 ;
  a2a:hasEvent oa:event_haw_eeacb2e8-c19b-42db-acf4-b763ee5e363e_Event1 ;
  a2a:hasRelationEP oa:relationep_haw_eeacb2e8-c19b-42db-acf4-b763ee5e363e_0, oa:relationep_haw_eeacb2e8-c19b-42db-acf4-b763ee5e363e_1, oa:relationep_haw_eeacb2e8-c19b-42db-acf4-b763ee5e363e_2, oa:relationep_haw_eeacb2e8-c19b-42db-acf4-b763ee5e363e_3, oa:relationep_haw_eeacb2e8-c19b-42db-acf4-b763ee5e363e_4, oa:relationep_haw_eeacb2e8-c19b-42db-acf4-b763ee5e363e_5 ;
  a2a:hasSource oa:source_haw_eeacb2e8-c19b-42db-acf4-b763ee5e363e .

oa:person_haw_eeacb2e8-c19b-42db-acf4-b763ee5e363e_Person1
  a a2a:Person ;
  rdfs:label "Elisabeth Clasina Catherina Kuiper" ;
  a2a:PersonName [
    rdfs:label "Elisabeth Clasina Catherina Kuiper" ;
    a2a:PersonNameFirstName "Elisabeth Clasina Catherina" ;
    a2a:PersonNameLastName "Kuiper"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "19 jaar" ;
    rdfs:label "19 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "'s-Gravenzande" ;
    rdfs:label "'s-Gravenzande"
  ] .

oa:person_haw_eeacb2e8-c19b-42db-acf4-b763ee5e363e_Person2
  a a2a:Person ;
  rdfs:label "Benjamin Boers" ;
  a2a:PersonName [
    rdfs:label "Benjamin Boers" ;
    a2a:PersonNameFirstName "Benjamin" ;
    a2a:PersonNameLastName "Boers"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "27 jaar" ;
    rdfs:label "27 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "'s-Gravenzande" ;
    rdfs:label "'s-Gravenzande"
  ] .

oa:person_haw_eeacb2e8-c19b-42db-acf4-b763ee5e363e_Person3
  a a2a:Person ;
  rdfs:label "Hendrika Johanna van Son" ;
  a2a:PersonName [
    rdfs:label "Hendrika Johanna van Son" ;
    a2a:PersonNameFirstName "Hendrika Johanna" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Son"
  ] .

oa:person_haw_eeacb2e8-c19b-42db-acf4-b763ee5e363e_Person4
  a a2a:Person ;
  rdfs:label "Anna Elisabeth Mostert" ;
  a2a:PersonName [
    rdfs:label "Anna Elisabeth Mostert" ;
    a2a:PersonNameFirstName "Anna Elisabeth" ;
    a2a:PersonNameLastName "Mostert"
  ] .

oa:person_haw_eeacb2e8-c19b-42db-acf4-b763ee5e363e_Person5
  a a2a:Person ;
  rdfs:label "Jacob Johannes Kuiper" ;
  a2a:PersonName [
    rdfs:label "Jacob Johannes Kuiper" ;
    a2a:PersonNameFirstName "Jacob Johannes" ;
    a2a:PersonNameLastName "Kuiper"
  ] .

oa:person_haw_eeacb2e8-c19b-42db-acf4-b763ee5e363e_Person6
  a a2a:Person ;
  rdfs:label "Leendert Boers" ;
  a2a:PersonName [
    rdfs:label "Leendert Boers" ;
    a2a:PersonNameFirstName "Leendert" ;
    a2a:PersonNameLastName "Boers"
  ] .

oa:event_haw_eeacb2e8-c19b-42db-acf4-b763ee5e363e_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:Year "1937" ;
    a2a:Month "12" ;
    a2a:Day "1" ;
    rdfs:label "1937-12-01"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "De Lier" ;
    rdfs:label "De Lier"
  ] .

oa:relationep_haw_eeacb2e8-c19b-42db-acf4-b763ee5e363e_0
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_haw_eeacb2e8-c19b-42db-acf4-b763ee5e363e_Person1 ;
  a2a:EventKeyRef oa:event_haw_eeacb2e8-c19b-42db-acf4-b763ee5e363e_Event1 .

oa:relationep_haw_eeacb2e8-c19b-42db-acf4-b763ee5e363e_1
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_haw_eeacb2e8-c19b-42db-acf4-b763ee5e363e_Person2 ;
  a2a:EventKeyRef oa:event_haw_eeacb2e8-c19b-42db-acf4-b763ee5e363e_Event1 .

oa:relationep_haw_eeacb2e8-c19b-42db-acf4-b763ee5e363e_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_haw_eeacb2e8-c19b-42db-acf4-b763ee5e363e_Person3 ;
  a2a:EventKeyRef oa:event_haw_eeacb2e8-c19b-42db-acf4-b763ee5e363e_Event1 .

oa:relationep_haw_eeacb2e8-c19b-42db-acf4-b763ee5e363e_3
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_haw_eeacb2e8-c19b-42db-acf4-b763ee5e363e_Person4 ;
  a2a:EventKeyRef oa:event_haw_eeacb2e8-c19b-42db-acf4-b763ee5e363e_Event1 .

oa:relationep_haw_eeacb2e8-c19b-42db-acf4-b763ee5e363e_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_haw_eeacb2e8-c19b-42db-acf4-b763ee5e363e_Person5 ;
  a2a:EventKeyRef oa:event_haw_eeacb2e8-c19b-42db-acf4-b763ee5e363e_Event1 .

oa:relationep_haw_eeacb2e8-c19b-42db-acf4-b763ee5e363e_5
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_haw_eeacb2e8-c19b-42db-acf4-b763ee5e363e_Person6 ;
  a2a:EventKeyRef oa:event_haw_eeacb2e8-c19b-42db-acf4-b763ee5e363e_Event1 .

oa:source_haw_eeacb2e8-c19b-42db-acf4-b763ee5e363e
  a a2a:Source ;
  rdfs:label "Historisch Archief Westland, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "De Lier" ;
    rdfs:label "De Lier", "1500-01-01 - 2000-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1500-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "2000-12-31"^^xsd:date
  ] ;
  a2a:SourceType "BS Huwelijk" ;
  a2a:SourceReference [
    a2a:InstitutionName "Historisch Archief Westland" ;
    a2a:Place "Naaldwijk" ;
    a2a:DocumentNumber "29" ;
    rdfs:label "Historisch Archief Westland, Naaldwijk, 29"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/haw_haw/download/fullsize/568a5f90-ddbf-c18d-3e62-7dc99066e9c5.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-01-29"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://historischarchiefwestland-bronnen.nl/voorouders/deeds/eeacb2e8-c19b-42db-acf4-b763ee5e363e" ;
  a2a:RecordIdentifier "162533" ;
  a2a:RecordGUID "{eeacb2e8-c19b-42db-acf4-b763ee5e363e}" ;
  a2a:SourceRemarkProvenance "qHuwelijkAkte.xml en qHuwelijkPersoon.xml uit ZIP via wetransfer van HAW, aangevuld met deed_id/asset_id via API https://webservices.picturae.com/genealogy/person" .

