@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_218A7EEE-2CEF-4962-85D9-2EEDDF73A5D0
  a a2a:Record ;
  rdfs:label "Doop op 30 september 1725 te Warder" ;
  a2a:hasPerson oa:person_wat_218A7EEE-2CEF-4962-85D9-2EEDDF73A5D0_Person3941744256, oa:person_wat_218A7EEE-2CEF-4962-85D9-2EEDDF73A5D0_Person3941744257, oa:person_wat_218A7EEE-2CEF-4962-85D9-2EEDDF73A5D0_Person3941744258 ;
  a2a:hasEvent oa:event_wat_218A7EEE-2CEF-4962-85D9-2EEDDF73A5D0_Event1 ;
  a2a:hasRelationEP oa:relationep_wat_218A7EEE-2CEF-4962-85D9-2EEDDF73A5D0_0, oa:relationep_wat_218A7EEE-2CEF-4962-85D9-2EEDDF73A5D0_1, oa:relationep_wat_218A7EEE-2CEF-4962-85D9-2EEDDF73A5D0_2 ;
  a2a:hasSource oa:source_wat_218A7EEE-2CEF-4962-85D9-2EEDDF73A5D0 .

oa:person_wat_218A7EEE-2CEF-4962-85D9-2EEDDF73A5D0_Person3941744256
  a a2a:Person ;
  rdfs:label "Trijntje Jacobs Wester" ;
  a2a:PersonName [
    rdfs:label "Trijntje Jacobs Wester" ;
    a2a:PersonNameFirstName "Trijntje" ;
    a2a:PersonNamePatronym "Jacobs" ;
    a2a:PersonNameLastName "Wester"
  ] .

oa:person_wat_218A7EEE-2CEF-4962-85D9-2EEDDF73A5D0_Person3941744257
  a a2a:Person ;
  rdfs:label "Jacob Claasz Wester" ;
  a2a:PersonName [
    rdfs:label "Jacob Claasz Wester" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNamePatronym "Claasz" ;
    a2a:PersonNameLastName "Wester"
  ] .

oa:person_wat_218A7EEE-2CEF-4962-85D9-2EEDDF73A5D0_Person3941744258
  a a2a:Person ;
  rdfs:label "Trijntje Claas" ;
  a2a:PersonName [
    rdfs:label "Trijntje Claas" ;
    a2a:PersonNameFirstName "Trijntje" ;
    a2a:PersonNamePatronym "Claas"
  ] .

oa:event_wat_218A7EEE-2CEF-4962-85D9-2EEDDF73A5D0_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:LiteralDate "30-09-1725" ;
    a2a:Year "1725" ;
    a2a:Month "09" ;
    a2a:Day "30" ;
    rdfs:label "1725-09-30"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Warder" ;
    rdfs:label "Warder"
  ] ;
  a2a:EventReligion "Gereformeerd" .

oa:relationep_wat_218A7EEE-2CEF-4962-85D9-2EEDDF73A5D0_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wat_218A7EEE-2CEF-4962-85D9-2EEDDF73A5D0_Person3941744256 ;
  a2a:EventKeyRef oa:event_wat_218A7EEE-2CEF-4962-85D9-2EEDDF73A5D0_Event1 .

oa:relationep_wat_218A7EEE-2CEF-4962-85D9-2EEDDF73A5D0_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wat_218A7EEE-2CEF-4962-85D9-2EEDDF73A5D0_Person3941744257 ;
  a2a:EventKeyRef oa:event_wat_218A7EEE-2CEF-4962-85D9-2EEDDF73A5D0_Event1 .

oa:relationep_wat_218A7EEE-2CEF-4962-85D9-2EEDDF73A5D0_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wat_218A7EEE-2CEF-4962-85D9-2EEDDF73A5D0_Person3941744258 ;
  a2a:EventKeyRef oa:event_wat_218A7EEE-2CEF-4962-85D9-2EEDDF73A5D0_Event1 .

oa:source_wat_218A7EEE-2CEF-4962-85D9-2EEDDF73A5D0
  a a2a:Source ;
  rdfs:label "Waterlands Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Warder" ;
    a2a:Country "Nederland" ;
    rdfs:label "Warder, Nederland", "1725-09-30 - 1725-09-30"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1725-09-30"^^xsd:date ;
    a2a:SourceIndexDateTo "1725-09-30"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "30-09-1725" ;
    a2a:Year "1725" ;
    a2a:Month "09" ;
    a2a:Day "30" ;
    rdfs:label "30-09-1725"
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Waterlands Archief" ;
    a2a:Collection "Hervormde Gemeente Warder: Kerkenraad, kiescollege en Diaconie, (1770) 1817-1971" ;
    a2a:Book "Dopen gereformeerd Warder, 1680 - 1741" ;
    a2a:RegistryNumber "8a" ;
    rdfs:label "Waterlands Archief, Hervormde Gemeente Warder: Kerkenraad, kiescollege en Diaconie, (1770) 1817-1971, Dopen gereformeerd Warder, 1680 - 1741, 8a"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/131/2CB25B2466867D2A30CF6E609333233A" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/131/2CB25B2466867D2A30CF6E609333233A" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/131/2CB25B2466867D2A30CF6E609333233A"
  ] ;
  a2a:SourceLastChangeDate "2024-11-05"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://proxy.archieven.nl/131/218A7EEE2CEF496285D92EEDDF73A5D0" ;
  a2a:RecordIdentifier "3941744255" ;
  a2a:RecordGUID "{218A7EEE-2CEF-4962-85D9-2EEDDF73A5D0}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/D972C58914EF4A97AE0A40C14B08773A" .

