@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_nha_D9CC91C9-879C-490B-B235-05EFBDFDECD0
  a a2a:Record ;
  rdfs:label "Huwelijk op 29 april 1917 te Heiloo" ;
  a2a:hasPerson oa:person_nha_D9CC91C9-879C-490B-B235-05EFBDFDECD0_Person2735799691, oa:person_nha_D9CC91C9-879C-490B-B235-05EFBDFDECD0_Person2735799694, oa:person_nha_D9CC91C9-879C-490B-B235-05EFBDFDECD0_Person2735799695, oa:person_nha_D9CC91C9-879C-490B-B235-05EFBDFDECD0_Person2735799690, oa:person_nha_D9CC91C9-879C-490B-B235-05EFBDFDECD0_Person2735799692, oa:person_nha_D9CC91C9-879C-490B-B235-05EFBDFDECD0_Person2735799693 ;
  a2a:hasEvent oa:event_nha_D9CC91C9-879C-490B-B235-05EFBDFDECD0_Event1 ;
  a2a:hasRelationEP oa:relationep_nha_D9CC91C9-879C-490B-B235-05EFBDFDECD0_0, oa:relationep_nha_D9CC91C9-879C-490B-B235-05EFBDFDECD0_1, oa:relationep_nha_D9CC91C9-879C-490B-B235-05EFBDFDECD0_2, oa:relationep_nha_D9CC91C9-879C-490B-B235-05EFBDFDECD0_3, oa:relationep_nha_D9CC91C9-879C-490B-B235-05EFBDFDECD0_4, oa:relationep_nha_D9CC91C9-879C-490B-B235-05EFBDFDECD0_5 ;
  a2a:hasSource oa:source_nha_D9CC91C9-879C-490B-B235-05EFBDFDECD0 .

oa:person_nha_D9CC91C9-879C-490B-B235-05EFBDFDECD0_Person2735799691
  a a2a:Person ;
  rdfs:label "Cornelis Hogenstijn" ;
  a2a:PersonName [
    rdfs:label "Cornelis Hogenstijn" ;
    a2a:PersonNameFirstName "Cornelis" ;
    a2a:PersonNameLastName "Hogenstijn"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "27" ;
    rdfs:label "27"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Castricum" ;
    rdfs:label "Castricum"
  ] ;
  a2a:Profession "Landbouwer" .

oa:person_nha_D9CC91C9-879C-490B-B235-05EFBDFDECD0_Person2735799694
  a a2a:Person ;
  rdfs:label "Johan Jacob Hogenstijn" ;
  a2a:PersonName [
    rdfs:label "Johan Jacob Hogenstijn" ;
    a2a:PersonNameFirstName "Johan Jacob" ;
    a2a:PersonNameLastName "Hogenstijn"
  ] .

oa:person_nha_D9CC91C9-879C-490B-B235-05EFBDFDECD0_Person2735799695
  a a2a:Person ;
  rdfs:label "Klaasje van den Berg" ;
  a2a:PersonName [
    rdfs:label "Klaasje van den Berg" ;
    a2a:PersonNameFirstName "Klaasje" ;
    a2a:PersonNamePrefixLastName "van den" ;
    a2a:PersonNameLastName "Berg"
  ] .

oa:person_nha_D9CC91C9-879C-490B-B235-05EFBDFDECD0_Person2735799690
  a a2a:Person ;
  rdfs:label "Marijtje Modder" ;
  a2a:PersonName [
    rdfs:label "Marijtje Modder" ;
    a2a:PersonNameFirstName "Marijtje" ;
    a2a:PersonNameLastName "Modder"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "27" ;
    rdfs:label "27"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Heiloo" ;
    rdfs:label "Heiloo"
  ] .

oa:person_nha_D9CC91C9-879C-490B-B235-05EFBDFDECD0_Person2735799692
  a a2a:Person ;
  rdfs:label "Pieter Modder" ;
  a2a:PersonName [
    rdfs:label "Pieter Modder" ;
    a2a:PersonNameFirstName "Pieter" ;
    a2a:PersonNameLastName "Modder"
  ] .

oa:person_nha_D9CC91C9-879C-490B-B235-05EFBDFDECD0_Person2735799693
  a a2a:Person ;
  rdfs:label "Catharina Elizabeth Vasseur" ;
  a2a:PersonName [
    rdfs:label "Catharina Elizabeth Vasseur" ;
    a2a:PersonNameFirstName "Catharina Elizabeth" ;
    a2a:PersonNameLastName "Vasseur"
  ] .

oa:event_nha_D9CC91C9-879C-490B-B235-05EFBDFDECD0_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "29-04-1917" ;
    a2a:Year "1917" ;
    a2a:Month "04" ;
    a2a:Day "29" ;
    rdfs:label "1917-04-29"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Heiloo" ;
    rdfs:label "Heiloo"
  ] .

oa:relationep_nha_D9CC91C9-879C-490B-B235-05EFBDFDECD0_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_nha_D9CC91C9-879C-490B-B235-05EFBDFDECD0_Person2735799691 ;
  a2a:EventKeyRef oa:event_nha_D9CC91C9-879C-490B-B235-05EFBDFDECD0_Event1 .

oa:relationep_nha_D9CC91C9-879C-490B-B235-05EFBDFDECD0_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_nha_D9CC91C9-879C-490B-B235-05EFBDFDECD0_Person2735799694 ;
  a2a:EventKeyRef oa:event_nha_D9CC91C9-879C-490B-B235-05EFBDFDECD0_Event1 .

oa:relationep_nha_D9CC91C9-879C-490B-B235-05EFBDFDECD0_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_nha_D9CC91C9-879C-490B-B235-05EFBDFDECD0_Person2735799695 ;
  a2a:EventKeyRef oa:event_nha_D9CC91C9-879C-490B-B235-05EFBDFDECD0_Event1 .

oa:relationep_nha_D9CC91C9-879C-490B-B235-05EFBDFDECD0_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_nha_D9CC91C9-879C-490B-B235-05EFBDFDECD0_Person2735799690 ;
  a2a:EventKeyRef oa:event_nha_D9CC91C9-879C-490B-B235-05EFBDFDECD0_Event1 .

oa:relationep_nha_D9CC91C9-879C-490B-B235-05EFBDFDECD0_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_nha_D9CC91C9-879C-490B-B235-05EFBDFDECD0_Person2735799692 ;
  a2a:EventKeyRef oa:event_nha_D9CC91C9-879C-490B-B235-05EFBDFDECD0_Event1 .

oa:relationep_nha_D9CC91C9-879C-490B-B235-05EFBDFDECD0_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_nha_D9CC91C9-879C-490B-B235-05EFBDFDECD0_Person2735799693 ;
  a2a:EventKeyRef oa:event_nha_D9CC91C9-879C-490B-B235-05EFBDFDECD0_Event1 .

oa:source_nha_D9CC91C9-879C-490B-B235-05EFBDFDECD0
  a a2a:Source ;
  rdfs:label "Noord-Hollands Archief, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Heiloo" ;
    a2a:Country "Nederland" ;
    rdfs:label "Heiloo, Nederland", "1917-04-29 - 1917-04-29"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1917-04-29"^^xsd:date ;
    a2a:SourceIndexDateTo "1917-04-29"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "29-04-1917" ;
    a2a:Year "1917" ;
    a2a:Month "04" ;
    a2a:Day "29" ;
    rdfs:label "29-04-1917"
  ] ;
  a2a:SourceType "BS Huwelijk" ;
  a2a:SourceReference [
    a2a:InstitutionName "Noord-Hollands Archief" ;
    a2a:Place "Haarlem" ;
    a2a:Collection "burgerlijke stand van de gemeente Heiloo, Archiefdeel van (dubbele) registers van de" ;
    a2a:Book "Huwelijksakten van de gemeente Heiloo, 1917" ;
    a2a:DocumentNumber "10" ;
    a2a:RegistryNumber "21917" ;
    rdfs:label "Noord-Hollands Archief, Haarlem, burgerlijke stand van de gemeente Heiloo, Archiefdeel van (dubbele) registers van de, Huwelijksakten van de gemeente Heiloo, 1917, 10, 21917"
  ] ;
  a2a:SourceLastChangeDate "2022-05-15"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12102/D9CC91C9879C490BB23505EFBDFDECD0" ;
  a2a:RecordIdentifier "2735799689" ;
  a2a:RecordGUID "{D9CC91C9-879C-490B-B235-05EFBDFDECD0}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/738007C261CE4BF29F34342D6FCF7538" .

