@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_2824DA8B-3FE8-4FD7-AB06-7F4C01FEB2DB
  a a2a:Record ;
  rdfs:label "Doop op 12 maart 1767 te Wognum" ;
  a2a:hasPerson oa:person_wfa_2824DA8B-3FE8-4FD7-AB06-7F4C01FEB2DB_Person4360585461, oa:person_wfa_2824DA8B-3FE8-4FD7-AB06-7F4C01FEB2DB_Person4360585462, oa:person_wfa_2824DA8B-3FE8-4FD7-AB06-7F4C01FEB2DB_Person4360585463, oa:person_wfa_2824DA8B-3FE8-4FD7-AB06-7F4C01FEB2DB_Person4360585464 ;
  a2a:hasEvent oa:event_wfa_2824DA8B-3FE8-4FD7-AB06-7F4C01FEB2DB_Event1 ;
  a2a:hasRelationEP oa:relationep_wfa_2824DA8B-3FE8-4FD7-AB06-7F4C01FEB2DB_0, oa:relationep_wfa_2824DA8B-3FE8-4FD7-AB06-7F4C01FEB2DB_1, oa:relationep_wfa_2824DA8B-3FE8-4FD7-AB06-7F4C01FEB2DB_2, oa:relationep_wfa_2824DA8B-3FE8-4FD7-AB06-7F4C01FEB2DB_3 ;
  a2a:hasSource oa:source_wfa_2824DA8B-3FE8-4FD7-AB06-7F4C01FEB2DB .

oa:person_wfa_2824DA8B-3FE8-4FD7-AB06-7F4C01FEB2DB_Person4360585461
  a a2a:Person ;
  rdfs:label "Aafje" ;
  a2a:PersonName [
    rdfs:label "Aafje" ;
    a2a:PersonNameFirstName "Aafje"
  ] .

oa:person_wfa_2824DA8B-3FE8-4FD7-AB06-7F4C01FEB2DB_Person4360585462
  a a2a:Person ;
  rdfs:label "Pieter Commandeur" ;
  a2a:PersonName [
    rdfs:label "Pieter Commandeur" ;
    a2a:PersonNameFirstName "Pieter" ;
    a2a:PersonNameLastName "Commandeur"
  ] .

oa:person_wfa_2824DA8B-3FE8-4FD7-AB06-7F4C01FEB2DB_Person4360585463
  a a2a:Person ;
  rdfs:label "Antje Doedes" ;
  a2a:PersonName [
    rdfs:label "Antje Doedes" ;
    a2a:PersonNameFirstName "Antje" ;
    a2a:PersonNamePatronym "Doedes"
  ] .

oa:person_wfa_2824DA8B-3FE8-4FD7-AB06-7F4C01FEB2DB_Person4360585464
  a a2a:Person ;
  rdfs:label "Jacob Crelisse" ;
  a2a:PersonName [
    rdfs:label "Jacob Crelisse" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNamePatronym "Crelisse"
  ] .

oa:event_wfa_2824DA8B-3FE8-4FD7-AB06-7F4C01FEB2DB_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:LiteralDate "12-03-1767" ;
    a2a:Year "1767" ;
    a2a:Month "03" ;
    a2a:Day "12" ;
    rdfs:label "1767-03-12"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Wognum" ;
    rdfs:label "Wognum"
  ] ;
  a2a:EventReligion "katholiek" .

oa:relationep_wfa_2824DA8B-3FE8-4FD7-AB06-7F4C01FEB2DB_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wfa_2824DA8B-3FE8-4FD7-AB06-7F4C01FEB2DB_Person4360585461 ;
  a2a:EventKeyRef oa:event_wfa_2824DA8B-3FE8-4FD7-AB06-7F4C01FEB2DB_Event1 .

oa:relationep_wfa_2824DA8B-3FE8-4FD7-AB06-7F4C01FEB2DB_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wfa_2824DA8B-3FE8-4FD7-AB06-7F4C01FEB2DB_Person4360585462 ;
  a2a:EventKeyRef oa:event_wfa_2824DA8B-3FE8-4FD7-AB06-7F4C01FEB2DB_Event1 .

oa:relationep_wfa_2824DA8B-3FE8-4FD7-AB06-7F4C01FEB2DB_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wfa_2824DA8B-3FE8-4FD7-AB06-7F4C01FEB2DB_Person4360585463 ;
  a2a:EventKeyRef oa:event_wfa_2824DA8B-3FE8-4FD7-AB06-7F4C01FEB2DB_Event1 .

oa:relationep_wfa_2824DA8B-3FE8-4FD7-AB06-7F4C01FEB2DB_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_wfa_2824DA8B-3FE8-4FD7-AB06-7F4C01FEB2DB_Person4360585464 ;
  a2a:EventKeyRef oa:event_wfa_2824DA8B-3FE8-4FD7-AB06-7F4C01FEB2DB_Event1 .

oa:source_wfa_2824DA8B-3FE8-4FD7-AB06-7F4C01FEB2DB
  a a2a:Source ;
  rdfs:label "Westfries Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Wognum" ;
    a2a:Country "Nederland" ;
    rdfs:label "Wognum, Nederland", "1767-03-12 - 1767-03-12"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1767-03-12"^^xsd:date ;
    a2a:SourceIndexDateTo "1767-03-12"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "12-03-1767" ;
    a2a:Year "1767" ;
    a2a:Month "03" ;
    a2a:Day "12" ;
    rdfs:label "12-03-1767"
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Westfries Archief" ;
    a2a:Place "Hoorn" ;
    a2a:Collection "DTB Wognum 5. Katholieke doopinschrijvingen, 1722-1806." ;
    a2a:Book "DTB Wognum 5. Katholieke doopinschrijvingen, 1722-1806." ;
    a2a:RegistryNumber "5" ;
    a2a:Folio "63" ;
    rdfs:label "Westfries Archief, Hoorn, DTB Wognum 5. Katholieke doopinschrijvingen, 1722-1806., DTB Wognum 5. Katholieke doopinschrijvingen, 1722-1806., 5, 63"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/136/E26745B7B2C64446B58DD88F4B7E2EEF" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/136/E26745B7B2C64446B58DD88F4B7E2EEF" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/136/E26745B7B2C64446B58DD88F4B7E2EEF"
  ] ;
  a2a:SourceLastChangeDate "2025-10-04"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12114/2824DA8B3FE84FD7AB067F4C01FEB2DB" ;
  a2a:RecordIdentifier "4360585460" ;
  a2a:RecordGUID "{2824DA8B-3FE8-4FD7-AB06-7F4C01FEB2DB}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/FC7417584EDA479EB68AD7825BA0C5AB" .

