@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_d196fe0b-9253-4fbb-88e7-35c9e784bc4e
  a a2a:Record ;
  rdfs:label "Huwelijk op 1 mei 1814 te de Lier" ;
  a2a:hasPerson oa:person_haw_d196fe0b-9253-4fbb-88e7-35c9e784bc4e_Person1, oa:person_haw_d196fe0b-9253-4fbb-88e7-35c9e784bc4e_Person2, oa:person_haw_d196fe0b-9253-4fbb-88e7-35c9e784bc4e_Person3, oa:person_haw_d196fe0b-9253-4fbb-88e7-35c9e784bc4e_Person4, oa:person_haw_d196fe0b-9253-4fbb-88e7-35c9e784bc4e_Person5, oa:person_haw_d196fe0b-9253-4fbb-88e7-35c9e784bc4e_Person6 ;
  a2a:hasEvent oa:event_haw_d196fe0b-9253-4fbb-88e7-35c9e784bc4e_Event1 ;
  a2a:hasRelationEP oa:relationep_haw_d196fe0b-9253-4fbb-88e7-35c9e784bc4e_0, oa:relationep_haw_d196fe0b-9253-4fbb-88e7-35c9e784bc4e_1, oa:relationep_haw_d196fe0b-9253-4fbb-88e7-35c9e784bc4e_2, oa:relationep_haw_d196fe0b-9253-4fbb-88e7-35c9e784bc4e_3, oa:relationep_haw_d196fe0b-9253-4fbb-88e7-35c9e784bc4e_4, oa:relationep_haw_d196fe0b-9253-4fbb-88e7-35c9e784bc4e_5 ;
  a2a:hasSource oa:source_haw_d196fe0b-9253-4fbb-88e7-35c9e784bc4e .

oa:person_haw_d196fe0b-9253-4fbb-88e7-35c9e784bc4e_Person1
  a a2a:Person ;
  rdfs:label "Dirkje van Duijn" ;
  a2a:PersonName [
    rdfs:label "Dirkje van Duijn" ;
    a2a:PersonNameFirstName "Dirkje" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Duijn"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "21 jaar" ;
    rdfs:label "21 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "de Lier" ;
    rdfs:label "de Lier"
  ] .

oa:person_haw_d196fe0b-9253-4fbb-88e7-35c9e784bc4e_Person2
  a a2a:Person ;
  rdfs:label "Jacobus Bijl" ;
  a2a:PersonName [
    rdfs:label "Jacobus Bijl" ;
    a2a:PersonNameFirstName "Jacobus" ;
    a2a:PersonNameLastName "Bijl"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "29 jaar" ;
    rdfs:label "29 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Maasland" ;
    rdfs:label "Maasland"
  ] .

oa:person_haw_d196fe0b-9253-4fbb-88e7-35c9e784bc4e_Person3
  a a2a:Person ;
  rdfs:label "Grietje van Dop" ;
  a2a:PersonName [
    rdfs:label "Grietje van Dop" ;
    a2a:PersonNameFirstName "Grietje" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Dop"
  ] .

oa:person_haw_d196fe0b-9253-4fbb-88e7-35c9e784bc4e_Person4
  a a2a:Person ;
  rdfs:label "Jaapje van der Kooij" ;
  a2a:PersonName [
    rdfs:label "Jaapje van der Kooij" ;
    a2a:PersonNameFirstName "Jaapje" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Kooij"
  ] .

oa:person_haw_d196fe0b-9253-4fbb-88e7-35c9e784bc4e_Person5
  a a2a:Person ;
  rdfs:label "Teunis van Duijn" ;
  a2a:PersonName [
    rdfs:label "Teunis van Duijn" ;
    a2a:PersonNameFirstName "Teunis" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Duijn"
  ] .

oa:person_haw_d196fe0b-9253-4fbb-88e7-35c9e784bc4e_Person6
  a a2a:Person ;
  rdfs:label "Willem Bijl" ;
  a2a:PersonName [
    rdfs:label "Willem Bijl" ;
    a2a:PersonNameFirstName "Willem" ;
    a2a:PersonNameLastName "Bijl"
  ] .

oa:event_haw_d196fe0b-9253-4fbb-88e7-35c9e784bc4e_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:Year "1814" ;
    a2a:Month "5" ;
    a2a:Day "1" ;
    rdfs:label "1814-05-01"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "de Lier" ;
    rdfs:label "de Lier"
  ] .

oa:relationep_haw_d196fe0b-9253-4fbb-88e7-35c9e784bc4e_0
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_haw_d196fe0b-9253-4fbb-88e7-35c9e784bc4e_Person1 ;
  a2a:EventKeyRef oa:event_haw_d196fe0b-9253-4fbb-88e7-35c9e784bc4e_Event1 .

oa:relationep_haw_d196fe0b-9253-4fbb-88e7-35c9e784bc4e_1
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_haw_d196fe0b-9253-4fbb-88e7-35c9e784bc4e_Person2 ;
  a2a:EventKeyRef oa:event_haw_d196fe0b-9253-4fbb-88e7-35c9e784bc4e_Event1 .

oa:relationep_haw_d196fe0b-9253-4fbb-88e7-35c9e784bc4e_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_haw_d196fe0b-9253-4fbb-88e7-35c9e784bc4e_Person3 ;
  a2a:EventKeyRef oa:event_haw_d196fe0b-9253-4fbb-88e7-35c9e784bc4e_Event1 .

oa:relationep_haw_d196fe0b-9253-4fbb-88e7-35c9e784bc4e_3
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_haw_d196fe0b-9253-4fbb-88e7-35c9e784bc4e_Person4 ;
  a2a:EventKeyRef oa:event_haw_d196fe0b-9253-4fbb-88e7-35c9e784bc4e_Event1 .

oa:relationep_haw_d196fe0b-9253-4fbb-88e7-35c9e784bc4e_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_haw_d196fe0b-9253-4fbb-88e7-35c9e784bc4e_Person5 ;
  a2a:EventKeyRef oa:event_haw_d196fe0b-9253-4fbb-88e7-35c9e784bc4e_Event1 .

oa:relationep_haw_d196fe0b-9253-4fbb-88e7-35c9e784bc4e_5
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_haw_d196fe0b-9253-4fbb-88e7-35c9e784bc4e_Person6 ;
  a2a:EventKeyRef oa:event_haw_d196fe0b-9253-4fbb-88e7-35c9e784bc4e_Event1 .

oa:source_haw_d196fe0b-9253-4fbb-88e7-35c9e784bc4e
  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 "2" ;
    rdfs:label "Historisch Archief Westland, Naaldwijk, 2"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/haw_haw/download/fullsize/da0d678c-911b-f7c3-f721-a2939f7d03da.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-01-29"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://historischarchiefwestland-bronnen.nl/voorouders/deeds/d196fe0b-9253-4fbb-88e7-35c9e784bc4e" ;
  a2a:RecordIdentifier "141085" ;
  a2a:RecordGUID "{d196fe0b-9253-4fbb-88e7-35c9e784bc4e}" ;
  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" .

