@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_a4e413ad-3e5c-4fae-80b1-e03faeec14ba
  a a2a:Record ;
  rdfs:label "Huwelijk op 6 oktober 1877 te Naaldwijk" ;
  a2a:hasPerson oa:person_haw_a4e413ad-3e5c-4fae-80b1-e03faeec14ba_Person1, oa:person_haw_a4e413ad-3e5c-4fae-80b1-e03faeec14ba_Person2, oa:person_haw_a4e413ad-3e5c-4fae-80b1-e03faeec14ba_Person3, oa:person_haw_a4e413ad-3e5c-4fae-80b1-e03faeec14ba_Person4, oa:person_haw_a4e413ad-3e5c-4fae-80b1-e03faeec14ba_Person5, oa:person_haw_a4e413ad-3e5c-4fae-80b1-e03faeec14ba_Person6 ;
  a2a:hasEvent oa:event_haw_a4e413ad-3e5c-4fae-80b1-e03faeec14ba_Event1 ;
  a2a:hasRelationEP oa:relationep_haw_a4e413ad-3e5c-4fae-80b1-e03faeec14ba_0, oa:relationep_haw_a4e413ad-3e5c-4fae-80b1-e03faeec14ba_1, oa:relationep_haw_a4e413ad-3e5c-4fae-80b1-e03faeec14ba_2, oa:relationep_haw_a4e413ad-3e5c-4fae-80b1-e03faeec14ba_3, oa:relationep_haw_a4e413ad-3e5c-4fae-80b1-e03faeec14ba_4, oa:relationep_haw_a4e413ad-3e5c-4fae-80b1-e03faeec14ba_5 ;
  a2a:hasSource oa:source_haw_a4e413ad-3e5c-4fae-80b1-e03faeec14ba .

oa:person_haw_a4e413ad-3e5c-4fae-80b1-e03faeec14ba_Person1
  a a2a:Person ;
  rdfs:label "Trijntje Meurs" ;
  a2a:PersonName [
    rdfs:label "Trijntje Meurs" ;
    a2a:PersonNameFirstName "Trijntje" ;
    a2a:PersonNameLastName "Meurs"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "21 jaar" ;
    rdfs:label "21 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Naaldwijk" ;
    rdfs:label "Naaldwijk"
  ] .

oa:person_haw_a4e413ad-3e5c-4fae-80b1-e03faeec14ba_Person2
  a a2a:Person ;
  rdfs:label "Simon Scheffers" ;
  a2a:PersonName [
    rdfs:label "Simon Scheffers" ;
    a2a:PersonNameFirstName "Simon" ;
    a2a:PersonNameLastName "Scheffers"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "23 jaar" ;
    rdfs:label "23 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Naaldwijk" ;
    rdfs:label "Naaldwijk"
  ] .

oa:person_haw_a4e413ad-3e5c-4fae-80b1-e03faeec14ba_Person3
  a a2a:Person ;
  rdfs:label "Aafie van der Meer" ;
  a2a:PersonName [
    rdfs:label "Aafie van der Meer" ;
    a2a:PersonNameFirstName "Aafie" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Meer"
  ] .

oa:person_haw_a4e413ad-3e5c-4fae-80b1-e03faeec14ba_Person4
  a a2a:Person ;
  rdfs:label "Pietertje Bouwman" ;
  a2a:PersonName [
    rdfs:label "Pietertje Bouwman" ;
    a2a:PersonNameFirstName "Pietertje" ;
    a2a:PersonNameLastName "Bouwman"
  ] .

oa:person_haw_a4e413ad-3e5c-4fae-80b1-e03faeec14ba_Person5
  a a2a:Person ;
  rdfs:label "Jan Meurs" ;
  a2a:PersonName [
    rdfs:label "Jan Meurs" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Meurs"
  ] .

oa:person_haw_a4e413ad-3e5c-4fae-80b1-e03faeec14ba_Person6
  a a2a:Person ;
  rdfs:label "Cornelis Scheffers" ;
  a2a:PersonName [
    rdfs:label "Cornelis Scheffers" ;
    a2a:PersonNameFirstName "Cornelis" ;
    a2a:PersonNameLastName "Scheffers"
  ] .

oa:event_haw_a4e413ad-3e5c-4fae-80b1-e03faeec14ba_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:Year "1877" ;
    a2a:Month "10" ;
    a2a:Day "6" ;
    rdfs:label "1877-10-06"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Naaldwijk" ;
    rdfs:label "Naaldwijk"
  ] .

oa:relationep_haw_a4e413ad-3e5c-4fae-80b1-e03faeec14ba_0
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_haw_a4e413ad-3e5c-4fae-80b1-e03faeec14ba_Person1 ;
  a2a:EventKeyRef oa:event_haw_a4e413ad-3e5c-4fae-80b1-e03faeec14ba_Event1 .

oa:relationep_haw_a4e413ad-3e5c-4fae-80b1-e03faeec14ba_1
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_haw_a4e413ad-3e5c-4fae-80b1-e03faeec14ba_Person2 ;
  a2a:EventKeyRef oa:event_haw_a4e413ad-3e5c-4fae-80b1-e03faeec14ba_Event1 .

oa:relationep_haw_a4e413ad-3e5c-4fae-80b1-e03faeec14ba_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_haw_a4e413ad-3e5c-4fae-80b1-e03faeec14ba_Person3 ;
  a2a:EventKeyRef oa:event_haw_a4e413ad-3e5c-4fae-80b1-e03faeec14ba_Event1 .

oa:relationep_haw_a4e413ad-3e5c-4fae-80b1-e03faeec14ba_3
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_haw_a4e413ad-3e5c-4fae-80b1-e03faeec14ba_Person4 ;
  a2a:EventKeyRef oa:event_haw_a4e413ad-3e5c-4fae-80b1-e03faeec14ba_Event1 .

oa:relationep_haw_a4e413ad-3e5c-4fae-80b1-e03faeec14ba_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_haw_a4e413ad-3e5c-4fae-80b1-e03faeec14ba_Person5 ;
  a2a:EventKeyRef oa:event_haw_a4e413ad-3e5c-4fae-80b1-e03faeec14ba_Event1 .

oa:relationep_haw_a4e413ad-3e5c-4fae-80b1-e03faeec14ba_5
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_haw_a4e413ad-3e5c-4fae-80b1-e03faeec14ba_Person6 ;
  a2a:EventKeyRef oa:event_haw_a4e413ad-3e5c-4fae-80b1-e03faeec14ba_Event1 .

oa:source_haw_a4e413ad-3e5c-4fae-80b1-e03faeec14ba
  a a2a:Source ;
  rdfs:label "Historisch Archief Westland, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Naaldwijk" ;
    rdfs:label "Naaldwijk", "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 "24" ;
    rdfs:label "Historisch Archief Westland, Naaldwijk, 24"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/haw_haw/download/fullsize/609a8a3d-50c2-2e55-e6b1-ec333065f3cd.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-01-29"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://historischarchiefwestland-bronnen.nl/voorouders/deeds/a4e413ad-3e5c-4fae-80b1-e03faeec14ba" ;
  a2a:RecordIdentifier "153040" ;
  a2a:RecordGUID "{a4e413ad-3e5c-4fae-80b1-e03faeec14ba}" ;
  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" .

