@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_6B7F9DAE-EFA1-45F4-A45F-72C6C015DFF2
  a a2a:Record ;
  rdfs:label "Doop op 28 juni 1696 te Spierdijk" ;
  a2a:hasPerson oa:person_wfa_6B7F9DAE-EFA1-45F4-A45F-72C6C015DFF2_Person3993315219, oa:person_wfa_6B7F9DAE-EFA1-45F4-A45F-72C6C015DFF2_Person3993315220, oa:person_wfa_6B7F9DAE-EFA1-45F4-A45F-72C6C015DFF2_Person3993315221, oa:person_wfa_6B7F9DAE-EFA1-45F4-A45F-72C6C015DFF2_Person3993315222 ;
  a2a:hasEvent oa:event_wfa_6B7F9DAE-EFA1-45F4-A45F-72C6C015DFF2_Event1 ;
  a2a:hasRelationEP oa:relationep_wfa_6B7F9DAE-EFA1-45F4-A45F-72C6C015DFF2_0, oa:relationep_wfa_6B7F9DAE-EFA1-45F4-A45F-72C6C015DFF2_1, oa:relationep_wfa_6B7F9DAE-EFA1-45F4-A45F-72C6C015DFF2_2, oa:relationep_wfa_6B7F9DAE-EFA1-45F4-A45F-72C6C015DFF2_3 ;
  a2a:hasSource oa:source_wfa_6B7F9DAE-EFA1-45F4-A45F-72C6C015DFF2 .

oa:person_wfa_6B7F9DAE-EFA1-45F4-A45F-72C6C015DFF2_Person3993315219
  a a2a:Person ;
  rdfs:label "Simen Elbertse" ;
  a2a:PersonName [
    rdfs:label "Simen Elbertse" ;
    a2a:PersonNameFirstName "Simen" ;
    a2a:PersonNamePatronym "Elbertse"
  ] .

oa:person_wfa_6B7F9DAE-EFA1-45F4-A45F-72C6C015DFF2_Person3993315220
  a a2a:Person ;
  rdfs:label "Elbert Simense" ;
  a2a:PersonName [
    rdfs:label "Elbert Simense" ;
    a2a:PersonNameFirstName "Elbert" ;
    a2a:PersonNamePatronym "Simense"
  ] .

oa:person_wfa_6B7F9DAE-EFA1-45F4-A45F-72C6C015DFF2_Person3993315221
  a a2a:Person ;
  rdfs:label "Diever Simens" ;
  a2a:PersonName [
    rdfs:label "Diever Simens" ;
    a2a:PersonNameFirstName "Diever" ;
    a2a:PersonNamePatronym "Simens"
  ] .

oa:person_wfa_6B7F9DAE-EFA1-45F4-A45F-72C6C015DFF2_Person3993315222
  a a2a:Person ;
  rdfs:label "Brechtie Crelis" ;
  a2a:PersonName [
    rdfs:label "Brechtie Crelis" ;
    a2a:PersonNameFirstName "Brechtie" ;
    a2a:PersonNamePatronym "Crelis"
  ] .

oa:event_wfa_6B7F9DAE-EFA1-45F4-A45F-72C6C015DFF2_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:LiteralDate "28-06-1696" ;
    a2a:Year "1696" ;
    a2a:Month "06" ;
    a2a:Day "28" ;
    rdfs:label "1696-06-28"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Spierdijk" ;
    rdfs:label "Spierdijk"
  ] ;
  a2a:EventReligion "Katholiek" .

oa:relationep_wfa_6B7F9DAE-EFA1-45F4-A45F-72C6C015DFF2_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wfa_6B7F9DAE-EFA1-45F4-A45F-72C6C015DFF2_Person3993315219 ;
  a2a:EventKeyRef oa:event_wfa_6B7F9DAE-EFA1-45F4-A45F-72C6C015DFF2_Event1 .

oa:relationep_wfa_6B7F9DAE-EFA1-45F4-A45F-72C6C015DFF2_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wfa_6B7F9DAE-EFA1-45F4-A45F-72C6C015DFF2_Person3993315220 ;
  a2a:EventKeyRef oa:event_wfa_6B7F9DAE-EFA1-45F4-A45F-72C6C015DFF2_Event1 .

oa:relationep_wfa_6B7F9DAE-EFA1-45F4-A45F-72C6C015DFF2_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wfa_6B7F9DAE-EFA1-45F4-A45F-72C6C015DFF2_Person3993315221 ;
  a2a:EventKeyRef oa:event_wfa_6B7F9DAE-EFA1-45F4-A45F-72C6C015DFF2_Event1 .

oa:relationep_wfa_6B7F9DAE-EFA1-45F4-A45F-72C6C015DFF2_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_wfa_6B7F9DAE-EFA1-45F4-A45F-72C6C015DFF2_Person3993315222 ;
  a2a:EventKeyRef oa:event_wfa_6B7F9DAE-EFA1-45F4-A45F-72C6C015DFF2_Event1 .

oa:source_wfa_6B7F9DAE-EFA1-45F4-A45F-72C6C015DFF2
  a a2a:Source ;
  rdfs:label "Westfries Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Spierdijk" ;
    a2a:Country "Nederland" ;
    rdfs:label "Spierdijk, Nederland", "1696-06-28 - 1696-06-28"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1696-06-28"^^xsd:date ;
    a2a:SourceIndexDateTo "1696-06-28"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "28-06-1696" ;
    a2a:Year "1696" ;
    a2a:Month "06" ;
    a2a:Day "28" ;
    rdfs:label "28-06-1696"
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Westfries Archief" ;
    a2a:Place "Hoorn" ;
    a2a:Collection "DTB Berkhout 6. Katholieke doop- en trouwinschrijvingen statie Spierdijk, 1632-1728" ;
    a2a:Book "DTB Berkhout 6. Katholieke doop- en trouwinschrijvingen statie Spierdijk, 1632-1728" ;
    a2a:RegistryNumber "6" ;
    a2a:Folio "121" ;
    rdfs:label "Westfries Archief, Hoorn, DTB Berkhout 6. Katholieke doop- en trouwinschrijvingen statie Spierdijk, 1632-1728, DTB Berkhout 6. Katholieke doop- en trouwinschrijvingen statie Spierdijk, 1632-1728, 6, 121"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/136/4978697C6C164130A04949B021BBE272" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/136/4978697C6C164130A04949B021BBE272" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/136/4978697C6C164130A04949B021BBE272"
  ] ;
  a2a:SourceLastChangeDate "2025-01-15"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12114/6B7F9DAEEFA145F4A45F72C6C015DFF2" ;
  a2a:RecordIdentifier "3993315218" ;
  a2a:RecordGUID "{6B7F9DAE-EFA1-45F4-A45F-72C6C015DFF2}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/84A8A37ADA2948BCAEB117079B34AA4C" .

