@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_wat_1FF2CCC4-31FB-461A-BD5F-C3DDAF3F2DA8
  a a2a:Record ;
  rdfs:label "Doop op 6 mei 1781 te Wormer" ;
  a2a:hasPerson oa:person_wat_1FF2CCC4-31FB-461A-BD5F-C3DDAF3F2DA8_Person4004940025, oa:person_wat_1FF2CCC4-31FB-461A-BD5F-C3DDAF3F2DA8_Person4004940026, oa:person_wat_1FF2CCC4-31FB-461A-BD5F-C3DDAF3F2DA8_Person4004940027 ;
  a2a:hasEvent oa:event_wat_1FF2CCC4-31FB-461A-BD5F-C3DDAF3F2DA8_Event1 ;
  a2a:hasRelationEP oa:relationep_wat_1FF2CCC4-31FB-461A-BD5F-C3DDAF3F2DA8_0, oa:relationep_wat_1FF2CCC4-31FB-461A-BD5F-C3DDAF3F2DA8_1, oa:relationep_wat_1FF2CCC4-31FB-461A-BD5F-C3DDAF3F2DA8_2 ;
  a2a:hasSource oa:source_wat_1FF2CCC4-31FB-461A-BD5F-C3DDAF3F2DA8 .

oa:person_wat_1FF2CCC4-31FB-461A-BD5F-C3DDAF3F2DA8_Person4004940025
  a a2a:Person ;
  rdfs:label "Hendrik Jansz Smith" ;
  a2a:PersonName [
    rdfs:label "Hendrik Jansz Smith" ;
    a2a:PersonNameFirstName "Hendrik" ;
    a2a:PersonNamePatronym "Jansz" ;
    a2a:PersonNameLastName "Smith"
  ] ;
  a2a:BirthDate [
    a2a:LiteralDate "03-05-1781" ;
    a2a:Year "1781" ;
    a2a:Month "05" ;
    a2a:Day "03" ;
    rdfs:label "03-05-1781"
  ] .

oa:person_wat_1FF2CCC4-31FB-461A-BD5F-C3DDAF3F2DA8_Person4004940026
  a a2a:Person ;
  rdfs:label "Jan Smith" ;
  a2a:PersonName [
    rdfs:label "Jan Smith" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Smith"
  ] .

oa:person_wat_1FF2CCC4-31FB-461A-BD5F-C3DDAF3F2DA8_Person4004940027
  a a2a:Person ;
  rdfs:label "Trijntje Pietersz Schilp" ;
  a2a:PersonName [
    rdfs:label "Trijntje Pietersz Schilp" ;
    a2a:PersonNameFirstName "Trijntje" ;
    a2a:PersonNamePatronym "Pietersz" ;
    a2a:PersonNameLastName "Schilp"
  ] .

oa:event_wat_1FF2CCC4-31FB-461A-BD5F-C3DDAF3F2DA8_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:LiteralDate "06-05-1781" ;
    a2a:Year "1781" ;
    a2a:Month "05" ;
    a2a:Day "06" ;
    rdfs:label "1781-05-06"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Wormer" ;
    rdfs:label "Wormer"
  ] ;
  a2a:EventReligion "Gereformeerd" .

oa:relationep_wat_1FF2CCC4-31FB-461A-BD5F-C3DDAF3F2DA8_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wat_1FF2CCC4-31FB-461A-BD5F-C3DDAF3F2DA8_Person4004940025 ;
  a2a:EventKeyRef oa:event_wat_1FF2CCC4-31FB-461A-BD5F-C3DDAF3F2DA8_Event1 .

oa:relationep_wat_1FF2CCC4-31FB-461A-BD5F-C3DDAF3F2DA8_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wat_1FF2CCC4-31FB-461A-BD5F-C3DDAF3F2DA8_Person4004940026 ;
  a2a:EventKeyRef oa:event_wat_1FF2CCC4-31FB-461A-BD5F-C3DDAF3F2DA8_Event1 .

oa:relationep_wat_1FF2CCC4-31FB-461A-BD5F-C3DDAF3F2DA8_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wat_1FF2CCC4-31FB-461A-BD5F-C3DDAF3F2DA8_Person4004940027 ;
  a2a:EventKeyRef oa:event_wat_1FF2CCC4-31FB-461A-BD5F-C3DDAF3F2DA8_Event1 .

oa:source_wat_1FF2CCC4-31FB-461A-BD5F-C3DDAF3F2DA8
  a a2a:Source ;
  rdfs:label "Waterlands Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Wormer" ;
    a2a:Country "Nederland" ;
    rdfs:label "Wormer, Nederland", "1781-05-06 - 1781-05-06"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1781-05-06"^^xsd:date ;
    a2a:SourceIndexDateTo "1781-05-06"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "06-05-1781" ;
    a2a:Year "1781" ;
    a2a:Month "05" ;
    a2a:Day "06" ;
    rdfs:label "06-05-1781"
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Waterlands Archief" ;
    a2a:Place "Purmerend" ;
    a2a:Collection "DTB's Wormer met Engewormer en Knollendam, 1612 - 1811 (1892)" ;
    a2a:Book "Dopen gereformeerd Wormer, 1623 - 1792" ;
    a2a:RegistryNumber "1" ;
    rdfs:label "Waterlands Archief, Purmerend, DTB's Wormer met Engewormer en Knollendam, 1612 - 1811 (1892), Dopen gereformeerd Wormer, 1623 - 1792, 1"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/131/D1FF0482306E7D7FAF3664C434D2C3A3" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/131/D1FF0482306E7D7FAF3664C434D2C3A3" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/131/D1FF0482306E7D7FAF3664C434D2C3A3"
  ] ;
  a2a:SourceLastChangeDate "2025-01-29"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://proxy.archieven.nl/131/1FF2CCC431FB461ABD5FC3DDAF3F2DA8" ;
  a2a:RecordIdentifier "4004940024" ;
  a2a:RecordGUID "{1FF2CCC4-31FB-461A-BD5F-C3DDAF3F2DA8}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/002BE43BC7824EAF9A3E53C6EC57C7F0" .

