@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_EC01F6DF-97C0-4C70-A464-2F03F3DF0F5F
  a a2a:Record ;
  rdfs:label "Doop op 14 december 1788 te Spierdijk" ;
  a2a:hasPerson oa:person_wfa_EC01F6DF-97C0-4C70-A464-2F03F3DF0F5F_Person3873904994, oa:person_wfa_EC01F6DF-97C0-4C70-A464-2F03F3DF0F5F_Person3873904995, oa:person_wfa_EC01F6DF-97C0-4C70-A464-2F03F3DF0F5F_Person3873904996 ;
  a2a:hasEvent oa:event_wfa_EC01F6DF-97C0-4C70-A464-2F03F3DF0F5F_Event1 ;
  a2a:hasRelationEP oa:relationep_wfa_EC01F6DF-97C0-4C70-A464-2F03F3DF0F5F_0, oa:relationep_wfa_EC01F6DF-97C0-4C70-A464-2F03F3DF0F5F_1, oa:relationep_wfa_EC01F6DF-97C0-4C70-A464-2F03F3DF0F5F_2 ;
  a2a:hasSource oa:source_wfa_EC01F6DF-97C0-4C70-A464-2F03F3DF0F5F .

oa:person_wfa_EC01F6DF-97C0-4C70-A464-2F03F3DF0F5F_Person3873904994
  a a2a:Person ;
  rdfs:label "Arie Cornelise Tessel" ;
  a2a:PersonName [
    rdfs:label "Arie Cornelise Tessel" ;
    a2a:PersonNameFirstName "Arie" ;
    a2a:PersonNamePatronym "Cornelise" ;
    a2a:PersonNameLastName "Tessel"
  ] .

oa:person_wfa_EC01F6DF-97C0-4C70-A464-2F03F3DF0F5F_Person3873904995
  a a2a:Person ;
  rdfs:label "Cornelis Tessel" ;
  a2a:PersonName [
    rdfs:label "Cornelis Tessel" ;
    a2a:PersonNameFirstName "Cornelis" ;
    a2a:PersonNameLastName "Tessel"
  ] .

oa:person_wfa_EC01F6DF-97C0-4C70-A464-2F03F3DF0F5F_Person3873904996
  a a2a:Person ;
  rdfs:label "Aaltje Jacobse" ;
  a2a:PersonName [
    rdfs:label "Aaltje Jacobse" ;
    a2a:PersonNameFirstName "Aaltje" ;
    a2a:PersonNamePatronym "Jacobse"
  ] .

oa:event_wfa_EC01F6DF-97C0-4C70-A464-2F03F3DF0F5F_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:LiteralDate "14-12-1788" ;
    a2a:Year "1788" ;
    a2a:Month "12" ;
    a2a:Day "14" ;
    rdfs:label "1788-12-14"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Spierdijk" ;
    rdfs:label "Spierdijk"
  ] ;
  a2a:EventReligion "katholiek" .

oa:relationep_wfa_EC01F6DF-97C0-4C70-A464-2F03F3DF0F5F_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wfa_EC01F6DF-97C0-4C70-A464-2F03F3DF0F5F_Person3873904994 ;
  a2a:EventKeyRef oa:event_wfa_EC01F6DF-97C0-4C70-A464-2F03F3DF0F5F_Event1 .

oa:relationep_wfa_EC01F6DF-97C0-4C70-A464-2F03F3DF0F5F_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wfa_EC01F6DF-97C0-4C70-A464-2F03F3DF0F5F_Person3873904995 ;
  a2a:EventKeyRef oa:event_wfa_EC01F6DF-97C0-4C70-A464-2F03F3DF0F5F_Event1 .

oa:relationep_wfa_EC01F6DF-97C0-4C70-A464-2F03F3DF0F5F_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wfa_EC01F6DF-97C0-4C70-A464-2F03F3DF0F5F_Person3873904996 ;
  a2a:EventKeyRef oa:event_wfa_EC01F6DF-97C0-4C70-A464-2F03F3DF0F5F_Event1 .

oa:source_wfa_EC01F6DF-97C0-4C70-A464-2F03F3DF0F5F
  a a2a:Source ;
  rdfs:label "Westfries Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Spierdijk" ;
    a2a:Country "Nederland" ;
    rdfs:label "Spierdijk, Nederland", "1788-12-14 - 1788-12-14"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1788-12-14"^^xsd:date ;
    a2a:SourceIndexDateTo "1788-12-14"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "14-12-1788" ;
    a2a:Year "1788" ;
    a2a:Month "12" ;
    a2a:Day "14" ;
    rdfs:label "14-12-1788"
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Westfries Archief" ;
    a2a:Collection "DTB Berkhout 7. Katholieke doop- en trouwinschrijvingen statie Spierdijk, 1728-1791" ;
    a2a:Book "DTB Berkhout 7. Katholieke doop- en trouwinschrijvingen statie Spierdijk, 1728-1791" ;
    a2a:RegistryNumber "7" ;
    rdfs:label "Westfries Archief, DTB Berkhout 7. Katholieke doop- en trouwinschrijvingen statie Spierdijk, 1728-1791, DTB Berkhout 7. Katholieke doop- en trouwinschrijvingen statie Spierdijk, 1728-1791, 7"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/136/5EFC7498882F47B0BD7759483B8791FF" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/136/5EFC7498882F47B0BD7759483B8791FF" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/136/5EFC7498882F47B0BD7759483B8791FF"
  ] ;
  a2a:SourceLastChangeDate "2024-08-14"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12114/EC01F6DF97C04C70A4642F03F3DF0F5F" ;
  a2a:RecordIdentifier "3873904993" ;
  a2a:RecordGUID "{EC01F6DF-97C0-4C70-A464-2F03F3DF0F5F}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/21883F25127A4301B8936DB7D091437D" .

