@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_wfa_DE679EF3-C783-4A92-81FE-C9040BB4EB4F
  a a2a:Record ;
  rdfs:label "Ondertrouw op 10 maart 1753 te Hoorn" ;
  a2a:hasPerson oa:person_wfa_DE679EF3-C783-4A92-81FE-C9040BB4EB4F_Person4409489175, oa:person_wfa_DE679EF3-C783-4A92-81FE-C9040BB4EB4F_Person4409489176, oa:person_wfa_DE679EF3-C783-4A92-81FE-C9040BB4EB4F_Person4409489177, oa:person_wfa_DE679EF3-C783-4A92-81FE-C9040BB4EB4F_Person4409489178 ;
  a2a:hasEvent oa:event_wfa_DE679EF3-C783-4A92-81FE-C9040BB4EB4F_Event1, oa:event_wfa_DE679EF3-C783-4A92-81FE-C9040BB4EB4F_Event2 ;
  a2a:hasRelationEP oa:relationep_wfa_DE679EF3-C783-4A92-81FE-C9040BB4EB4F_0, oa:relationep_wfa_DE679EF3-C783-4A92-81FE-C9040BB4EB4F_1, oa:relationep_wfa_DE679EF3-C783-4A92-81FE-C9040BB4EB4F_2, oa:relationep_wfa_DE679EF3-C783-4A92-81FE-C9040BB4EB4F_3, oa:relationep_wfa_DE679EF3-C783-4A92-81FE-C9040BB4EB4F_4, oa:relationep_wfa_DE679EF3-C783-4A92-81FE-C9040BB4EB4F_5 ;
  a2a:hasSource oa:source_wfa_DE679EF3-C783-4A92-81FE-C9040BB4EB4F .

oa:person_wfa_DE679EF3-C783-4A92-81FE-C9040BB4EB4F_Person4409489175
  a a2a:Person ;
  rdfs:label "Eijko Lenting" ;
  a2a:PersonName [
    rdfs:label "Eijko Lenting" ;
    a2a:PersonNameFirstName "Eijko" ;
    a2a:PersonNameLastName "Lenting"
  ] ;
  a2a:Residence [
    a2a:Place "Hoorn" ;
    rdfs:label "Hoorn"
  ] .

oa:person_wfa_DE679EF3-C783-4A92-81FE-C9040BB4EB4F_Person4409489176
  a a2a:Person ;
  rdfs:label "Maria Borrelenkamps" ;
  a2a:PersonName [
    rdfs:label "Maria Borrelenkamps" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Borrelenkamps"
  ] ;
  a2a:Residence [
    a2a:Place "Hoorn" ;
    rdfs:label "Hoorn"
  ] .

oa:person_wfa_DE679EF3-C783-4A92-81FE-C9040BB4EB4F_Person4409489177
  a a2a:Person ;
  rdfs:label "Willem van Dalsem" ;
  a2a:PersonName [
    rdfs:label "Willem van Dalsem" ;
    a2a:PersonNameFirstName "Willem" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Dalsem"
  ] .

oa:person_wfa_DE679EF3-C783-4A92-81FE-C9040BB4EB4F_Person4409489178
  a a2a:Person ;
  rdfs:label "Johanna van Keern" ;
  a2a:PersonName [
    rdfs:label "Johanna van Keern" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Keern"
  ] .

oa:event_wfa_DE679EF3-C783-4A92-81FE-C9040BB4EB4F_Event1
  a a2a:Event ;
  rdfs:label "Trouwen" ;
  a2a:EventType "Trouwen" ;
  a2a:EventDate [
    a2a:LiteralDate "10-03-1753" ;
    a2a:Year "1753" ;
    a2a:Month "03" ;
    a2a:Day "10" ;
    rdfs:label "1753-03-10"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Hoorn" ;
    rdfs:label "Hoorn"
  ] .

oa:event_wfa_DE679EF3-C783-4A92-81FE-C9040BB4EB4F_Event2
  a a2a:Event ;
  rdfs:label "Ondertrouw" ;
  a2a:EventType "Ondertrouw" ;
  a2a:EventDate [
    a2a:LiteralDate "10-03-1753" ;
    a2a:Year "1753" ;
    a2a:Month "03" ;
    a2a:Day "10" ;
    rdfs:label "1753-03-10"^^xsd:date
  ] .

oa:relationep_wfa_DE679EF3-C783-4A92-81FE-C9040BB4EB4F_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_wfa_DE679EF3-C783-4A92-81FE-C9040BB4EB4F_Person4409489175 ;
  a2a:EventKeyRef oa:event_wfa_DE679EF3-C783-4A92-81FE-C9040BB4EB4F_Event1 .

oa:relationep_wfa_DE679EF3-C783-4A92-81FE-C9040BB4EB4F_1
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_wfa_DE679EF3-C783-4A92-81FE-C9040BB4EB4F_Person4409489176 ;
  a2a:EventKeyRef oa:event_wfa_DE679EF3-C783-4A92-81FE-C9040BB4EB4F_Event1 .

oa:relationep_wfa_DE679EF3-C783-4A92-81FE-C9040BB4EB4F_2
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_wfa_DE679EF3-C783-4A92-81FE-C9040BB4EB4F_Person4409489177 ;
  a2a:EventKeyRef oa:event_wfa_DE679EF3-C783-4A92-81FE-C9040BB4EB4F_Event1 .

oa:relationep_wfa_DE679EF3-C783-4A92-81FE-C9040BB4EB4F_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_wfa_DE679EF3-C783-4A92-81FE-C9040BB4EB4F_Person4409489178 ;
  a2a:EventKeyRef oa:event_wfa_DE679EF3-C783-4A92-81FE-C9040BB4EB4F_Event1 .

oa:relationep_wfa_DE679EF3-C783-4A92-81FE-C9040BB4EB4F_4
  a a2a:RelationEP ;
  rdfs:label "other:bruidegom" ;
  a2a:RelationType "other:bruidegom" ;
  a2a:PersonKeyRef oa:person_wfa_DE679EF3-C783-4A92-81FE-C9040BB4EB4F_Person4409489175 ;
  a2a:EventKeyRef oa:event_wfa_DE679EF3-C783-4A92-81FE-C9040BB4EB4F_Event2 .

oa:relationep_wfa_DE679EF3-C783-4A92-81FE-C9040BB4EB4F_5
  a a2a:RelationEP ;
  rdfs:label "other:bruid" ;
  a2a:RelationType "other:bruid" ;
  a2a:PersonKeyRef oa:person_wfa_DE679EF3-C783-4A92-81FE-C9040BB4EB4F_Person4409489176 ;
  a2a:EventKeyRef oa:event_wfa_DE679EF3-C783-4A92-81FE-C9040BB4EB4F_Event2 .

oa:source_wfa_DE679EF3-C783-4A92-81FE-C9040BB4EB4F
  a a2a:Source ;
  rdfs:label "Westfries Archief, DTB Trouwen" ;
  a2a:SourcePlace [
    a2a:Place "Hoorn" ;
    a2a:Country "Nederland" ;
    rdfs:label "Hoorn, Nederland", "1753-03-10 - 1753-03-10"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1753-03-10"^^xsd:date ;
    a2a:SourceIndexDateTo "1753-03-10"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "10-03-1753" ;
    a2a:Year "1753" ;
    a2a:Month "03" ;
    a2a:Day "10" ;
    rdfs:label "10-03-1753"
  ] ;
  a2a:SourceType "DTB Trouwen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Westfries Archief" ;
    a2a:Place "Hoorn" ;
    a2a:Collection "DTB Hoorn 58. Ondertrouwinschrijvingen, 1740-1764." ;
    a2a:Book "DTB Hoorn 58. Ondertrouwinschrijvingen, 1740-1764." ;
    a2a:RegistryNumber "58" ;
    a2a:Folio "181" ;
    rdfs:label "Westfries Archief, Hoorn, DTB Hoorn 58. Ondertrouwinschrijvingen, 1740-1764., DTB Hoorn 58. Ondertrouwinschrijvingen, 1740-1764., 58, 181"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/136/B4856136C85D4EBCA25BA3692F3E73EA" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/136/B4856136C85D4EBCA25BA3692F3E73EA" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/136/B4856136C85D4EBCA25BA3692F3E73EA"
  ] ;
  a2a:SourceLastChangeDate "2025-11-20"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12114/DE679EF3C7834A9281FEC9040BB4EB4F" ;
  a2a:RecordIdentifier "4409489174" ;
  a2a:RecordGUID "{DE679EF3-C783-4A92-81FE-C9040BB4EB4F}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/6595A6D827F443A3B4E41076487BA3F9" .

