@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_CE8DF9CF-C4AC-485D-BA05-AF5BE600C4BB
  a a2a:Record ;
  rdfs:label "Doop op 30 augustus 1769 te Obdam" ;
  a2a:hasPerson oa:person_wfa_CE8DF9CF-C4AC-485D-BA05-AF5BE600C4BB_Person4409631501, oa:person_wfa_CE8DF9CF-C4AC-485D-BA05-AF5BE600C4BB_Person4409631502, oa:person_wfa_CE8DF9CF-C4AC-485D-BA05-AF5BE600C4BB_Person4409631503, oa:person_wfa_CE8DF9CF-C4AC-485D-BA05-AF5BE600C4BB_Person4409631504 ;
  a2a:hasEvent oa:event_wfa_CE8DF9CF-C4AC-485D-BA05-AF5BE600C4BB_Event1 ;
  a2a:hasRelationEP oa:relationep_wfa_CE8DF9CF-C4AC-485D-BA05-AF5BE600C4BB_0, oa:relationep_wfa_CE8DF9CF-C4AC-485D-BA05-AF5BE600C4BB_1, oa:relationep_wfa_CE8DF9CF-C4AC-485D-BA05-AF5BE600C4BB_2, oa:relationep_wfa_CE8DF9CF-C4AC-485D-BA05-AF5BE600C4BB_3 ;
  a2a:hasSource oa:source_wfa_CE8DF9CF-C4AC-485D-BA05-AF5BE600C4BB .

oa:person_wfa_CE8DF9CF-C4AC-485D-BA05-AF5BE600C4BB_Person4409631501
  a a2a:Person ;
  rdfs:label "Jan" ;
  a2a:PersonName [
    rdfs:label "Jan" ;
    a2a:PersonNameFirstName "Jan"
  ] .

oa:person_wfa_CE8DF9CF-C4AC-485D-BA05-AF5BE600C4BB_Person4409631502
  a a2a:Person ;
  rdfs:label "Frans Ariensz Mak" ;
  a2a:PersonName [
    rdfs:label "Frans Ariensz Mak" ;
    a2a:PersonNameFirstName "Frans" ;
    a2a:PersonNamePatronym "Ariensz" ;
    a2a:PersonNameLastName "Mak"
  ] .

oa:person_wfa_CE8DF9CF-C4AC-485D-BA05-AF5BE600C4BB_Person4409631503
  a a2a:Person ;
  rdfs:label "Trijntje Jans Groot" ;
  a2a:PersonName [
    rdfs:label "Trijntje Jans Groot" ;
    a2a:PersonNameFirstName "Trijntje" ;
    a2a:PersonNamePatronym "Jans" ;
    a2a:PersonNameLastName "Groot"
  ] .

oa:person_wfa_CE8DF9CF-C4AC-485D-BA05-AF5BE600C4BB_Person4409631504
  a a2a:Person ;
  rdfs:label "Lijsbeth Zijmons Mulder" ;
  a2a:PersonName [
    rdfs:label "Lijsbeth Zijmons Mulder" ;
    a2a:PersonNameFirstName "Lijsbeth" ;
    a2a:PersonNamePatronym "Zijmons" ;
    a2a:PersonNameLastName "Mulder"
  ] .

oa:event_wfa_CE8DF9CF-C4AC-485D-BA05-AF5BE600C4BB_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:LiteralDate "30-08-1769" ;
    a2a:Year "1769" ;
    a2a:Month "08" ;
    a2a:Day "30" ;
    rdfs:label "1769-08-30"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Obdam" ;
    rdfs:label "Obdam"
  ] ;
  a2a:EventReligion "katholiek" .

oa:relationep_wfa_CE8DF9CF-C4AC-485D-BA05-AF5BE600C4BB_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wfa_CE8DF9CF-C4AC-485D-BA05-AF5BE600C4BB_Person4409631501 ;
  a2a:EventKeyRef oa:event_wfa_CE8DF9CF-C4AC-485D-BA05-AF5BE600C4BB_Event1 .

oa:relationep_wfa_CE8DF9CF-C4AC-485D-BA05-AF5BE600C4BB_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wfa_CE8DF9CF-C4AC-485D-BA05-AF5BE600C4BB_Person4409631502 ;
  a2a:EventKeyRef oa:event_wfa_CE8DF9CF-C4AC-485D-BA05-AF5BE600C4BB_Event1 .

oa:relationep_wfa_CE8DF9CF-C4AC-485D-BA05-AF5BE600C4BB_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wfa_CE8DF9CF-C4AC-485D-BA05-AF5BE600C4BB_Person4409631503 ;
  a2a:EventKeyRef oa:event_wfa_CE8DF9CF-C4AC-485D-BA05-AF5BE600C4BB_Event1 .

oa:relationep_wfa_CE8DF9CF-C4AC-485D-BA05-AF5BE600C4BB_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_wfa_CE8DF9CF-C4AC-485D-BA05-AF5BE600C4BB_Person4409631504 ;
  a2a:EventKeyRef oa:event_wfa_CE8DF9CF-C4AC-485D-BA05-AF5BE600C4BB_Event1 .

oa:source_wfa_CE8DF9CF-C4AC-485D-BA05-AF5BE600C4BB
  a a2a:Source ;
  rdfs:label "Westfries Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Obdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Obdam, Nederland", "1769-08-30 - 1769-08-30"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1769-08-30"^^xsd:date ;
    a2a:SourceIndexDateTo "1769-08-30"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "30-08-1769" ;
    a2a:Year "1769" ;
    a2a:Month "08" ;
    a2a:Day "30" ;
    rdfs:label "30-08-1769"
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Westfries Archief" ;
    a2a:Place "Hoorn" ;
    a2a:Collection "DTB Obdam 7. Katholieke doopinschrijvingen, 1763-1812." ;
    a2a:Book "DTB Obdam 7. Katholieke doopinschrijvingen, 1763-1812." ;
    a2a:RegistryNumber "7" ;
    a2a:Folio "36" ;
    rdfs:label "Westfries Archief, Hoorn, DTB Obdam 7. Katholieke doopinschrijvingen, 1763-1812., DTB Obdam 7. Katholieke doopinschrijvingen, 1763-1812., 7, 36"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/136/0FDF55C2043047E999B5ADF1150883A7" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/136/0FDF55C2043047E999B5ADF1150883A7" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/136/0FDF55C2043047E999B5ADF1150883A7"
  ] ;
  a2a:SourceLastChangeDate "2025-11-20"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12114/CE8DF9CFC4AC485DBA05AF5BE600C4BB" ;
  a2a:RecordIdentifier "4409631500" ;
  a2a:RecordGUID "{CE8DF9CF-C4AC-485D-BA05-AF5BE600C4BB}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/6C058BD30A3248C68D73E8A6BF05035E" .

