@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_34272D41-BA08-450F-83EC-F3B572FF552B
  a a2a:Record ;
  rdfs:label "Huwelijk op 11 augustus 1821 te Zijpe" ;
  a2a:hasPerson oa:person_nha_34272D41-BA08-450F-83EC-F3B572FF552B_Person2745007117, oa:person_nha_34272D41-BA08-450F-83EC-F3B572FF552B_Person2745007119, oa:person_nha_34272D41-BA08-450F-83EC-F3B572FF552B_Person2745007120, oa:person_nha_34272D41-BA08-450F-83EC-F3B572FF552B_Person2745007118, oa:person_nha_34272D41-BA08-450F-83EC-F3B572FF552B_Person2745007121, oa:person_nha_34272D41-BA08-450F-83EC-F3B572FF552B_Person2745007122 ;
  a2a:hasEvent oa:event_nha_34272D41-BA08-450F-83EC-F3B572FF552B_Event1 ;
  a2a:hasRelationEP oa:relationep_nha_34272D41-BA08-450F-83EC-F3B572FF552B_0, oa:relationep_nha_34272D41-BA08-450F-83EC-F3B572FF552B_1, oa:relationep_nha_34272D41-BA08-450F-83EC-F3B572FF552B_2, oa:relationep_nha_34272D41-BA08-450F-83EC-F3B572FF552B_3, oa:relationep_nha_34272D41-BA08-450F-83EC-F3B572FF552B_4, oa:relationep_nha_34272D41-BA08-450F-83EC-F3B572FF552B_5 ;
  a2a:hasSource oa:source_nha_34272D41-BA08-450F-83EC-F3B572FF552B .

oa:person_nha_34272D41-BA08-450F-83EC-F3B572FF552B_Person2745007117
  a a2a:Person ;
  rdfs:label "Jacob Visser" ;
  a2a:PersonName [
    rdfs:label "Jacob Visser" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNameLastName "Visser"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "54" ;
    rdfs:label "54"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Egmond aan Zee" ;
    rdfs:label "Egmond aan Zee"
  ] ;
  a2a:Profession "schulper" .

oa:person_nha_34272D41-BA08-450F-83EC-F3B572FF552B_Person2745007119
  a a2a:Person ;
  rdfs:label "Engel Leendertsz Visser" ;
  a2a:PersonName [
    rdfs:label "Engel Leendertsz Visser" ;
    a2a:PersonNameFirstName "Engel" ;
    a2a:PersonNamePatronym "Leendertsz" ;
    a2a:PersonNameLastName "Visser"
  ] .

oa:person_nha_34272D41-BA08-450F-83EC-F3B572FF552B_Person2745007120
  a a2a:Person ;
  rdfs:label "Dieuwertje Jacobs" ;
  a2a:PersonName [
    rdfs:label "Dieuwertje Jacobs" ;
    a2a:PersonNameFirstName "Dieuwertje" ;
    a2a:PersonNameLastName "Jacobs"
  ] .

oa:person_nha_34272D41-BA08-450F-83EC-F3B572FF552B_Person2745007118
  a a2a:Person ;
  rdfs:label "Aafje Brederoe" ;
  a2a:PersonName [
    rdfs:label "Aafje Brederoe" ;
    a2a:PersonNameFirstName "Aafje" ;
    a2a:PersonNameLastName "Brederoe"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "38" ;
    rdfs:label "38"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Zijpe" ;
    rdfs:label "Zijpe"
  ] ;
  a2a:Profession "Dienstmeid" .

oa:person_nha_34272D41-BA08-450F-83EC-F3B572FF552B_Person2745007121
  a a2a:Person ;
  rdfs:label "Aldert Brederoe" ;
  a2a:PersonName [
    rdfs:label "Aldert Brederoe" ;
    a2a:PersonNameFirstName "Aldert" ;
    a2a:PersonNameLastName "Brederoe"
  ] .

oa:person_nha_34272D41-BA08-450F-83EC-F3B572FF552B_Person2745007122
  a a2a:Person ;
  rdfs:label "Jantje Pietersd Hoofd" ;
  a2a:PersonName [
    rdfs:label "Jantje Pietersd Hoofd" ;
    a2a:PersonNameFirstName "Jantje" ;
    a2a:PersonNamePatronym "Pietersd" ;
    a2a:PersonNameLastName "Hoofd"
  ] .

oa:event_nha_34272D41-BA08-450F-83EC-F3B572FF552B_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:LiteralDate "11-08-1821" ;
    a2a:Year "1821" ;
    a2a:Month "08" ;
    a2a:Day "11" ;
    rdfs:label "1821-08-11"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Zijpe" ;
    rdfs:label "Zijpe"
  ] .

oa:relationep_nha_34272D41-BA08-450F-83EC-F3B572FF552B_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_nha_34272D41-BA08-450F-83EC-F3B572FF552B_Person2745007117 ;
  a2a:EventKeyRef oa:event_nha_34272D41-BA08-450F-83EC-F3B572FF552B_Event1 .

oa:relationep_nha_34272D41-BA08-450F-83EC-F3B572FF552B_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_nha_34272D41-BA08-450F-83EC-F3B572FF552B_Person2745007119 ;
  a2a:EventKeyRef oa:event_nha_34272D41-BA08-450F-83EC-F3B572FF552B_Event1 .

oa:relationep_nha_34272D41-BA08-450F-83EC-F3B572FF552B_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_nha_34272D41-BA08-450F-83EC-F3B572FF552B_Person2745007120 ;
  a2a:EventKeyRef oa:event_nha_34272D41-BA08-450F-83EC-F3B572FF552B_Event1 .

oa:relationep_nha_34272D41-BA08-450F-83EC-F3B572FF552B_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_nha_34272D41-BA08-450F-83EC-F3B572FF552B_Person2745007118 ;
  a2a:EventKeyRef oa:event_nha_34272D41-BA08-450F-83EC-F3B572FF552B_Event1 .

oa:relationep_nha_34272D41-BA08-450F-83EC-F3B572FF552B_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_nha_34272D41-BA08-450F-83EC-F3B572FF552B_Person2745007121 ;
  a2a:EventKeyRef oa:event_nha_34272D41-BA08-450F-83EC-F3B572FF552B_Event1 .

oa:relationep_nha_34272D41-BA08-450F-83EC-F3B572FF552B_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_nha_34272D41-BA08-450F-83EC-F3B572FF552B_Person2745007122 ;
  a2a:EventKeyRef oa:event_nha_34272D41-BA08-450F-83EC-F3B572FF552B_Event1 .

oa:source_nha_34272D41-BA08-450F-83EC-F3B572FF552B
  a a2a:Source ;
  rdfs:label "Noord-Hollands Archief, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Zijpe" ;
    a2a:Country "Nederland" ;
    rdfs:label "Zijpe, Nederland", "1821-08-11 - 1821-08-11"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1821-08-11"^^xsd:date ;
    a2a:SourceIndexDateTo "1821-08-11"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "11-08-1821" ;
    a2a:Year "1821" ;
    a2a:Month "08" ;
    a2a:Day "11" ;
    rdfs:label "11-08-1821"
  ] ;
  a2a:SourceType "BS Huwelijk" ;
  a2a:SourceReference [
    a2a:InstitutionName "Noord-Hollands Archief" ;
    a2a:Place "Haarlem" ;
    a2a:Collection "burgerlijke stand van de gemeente Zijpe, Archiefdeel van (dubbele) registers van de" ;
    a2a:Book "Huwelijksakten van de gemeente Zijpe, 1821" ;
    a2a:DocumentNumber "29" ;
    a2a:RegistryNumber "21821" ;
    rdfs:label "Noord-Hollands Archief, Haarlem, burgerlijke stand van de gemeente Zijpe, Archiefdeel van (dubbele) registers van de, Huwelijksakten van de gemeente Zijpe, 1821, 29, 21821"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/236/E723AC491FDE47B0AEDB2142C3199E92" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/236/E723AC491FDE47B0AEDB2142C3199E92" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/236/E723AC491FDE47B0AEDB2142C3199E92"
  ] ;
  a2a:SourceLastChangeDate "2022-05-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://proxy.archieven.nl/236/34272D41BA08450F83ECF3B572FF552B" ;
  a2a:RecordIdentifier "2745007116" ;
  a2a:RecordGUID "{34272D41-BA08-450F-83EC-F3B572FF552B}" ;
  a2a:SourceRemarkOpmerking "Weduwnaar van Grietje Pannekeet." ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/540466ABF3654C8198F9EEB2929BDB94" .

