@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_FAD1237F-7EE0-4092-BB52-DAC770D24C0D
  a a2a:Record ;
  rdfs:label "Doop op 16 februari 1698 te Hoorn" ;
  a2a:hasPerson oa:person_wfa_FAD1237F-7EE0-4092-BB52-DAC770D24C0D_Person3612097763, oa:person_wfa_FAD1237F-7EE0-4092-BB52-DAC770D24C0D_Person3612097764, oa:person_wfa_FAD1237F-7EE0-4092-BB52-DAC770D24C0D_Person3612097765, oa:person_wfa_FAD1237F-7EE0-4092-BB52-DAC770D24C0D_Person3612097766, oa:person_wfa_FAD1237F-7EE0-4092-BB52-DAC770D24C0D_Person3612097767 ;
  a2a:hasEvent oa:event_wfa_FAD1237F-7EE0-4092-BB52-DAC770D24C0D_Event1 ;
  a2a:hasRelationEP oa:relationep_wfa_FAD1237F-7EE0-4092-BB52-DAC770D24C0D_0, oa:relationep_wfa_FAD1237F-7EE0-4092-BB52-DAC770D24C0D_1, oa:relationep_wfa_FAD1237F-7EE0-4092-BB52-DAC770D24C0D_2, oa:relationep_wfa_FAD1237F-7EE0-4092-BB52-DAC770D24C0D_3, oa:relationep_wfa_FAD1237F-7EE0-4092-BB52-DAC770D24C0D_4 ;
  a2a:hasSource oa:source_wfa_FAD1237F-7EE0-4092-BB52-DAC770D24C0D .

oa:person_wfa_FAD1237F-7EE0-4092-BB52-DAC770D24C0D_Person3612097763
  a a2a:Person ;
  rdfs:label "Grietje" ;
  a2a:PersonName [
    rdfs:label "Grietje" ;
    a2a:PersonNameFirstName "Grietje"
  ] .

oa:person_wfa_FAD1237F-7EE0-4092-BB52-DAC770D24C0D_Person3612097764
  a a2a:Person ;
  rdfs:label "Cornelus Mattijs" ;
  a2a:PersonName [
    rdfs:label "Cornelus Mattijs" ;
    a2a:PersonNameFirstName "Cornelus" ;
    a2a:PersonNamePatronym "Mattijs"
  ] .

oa:person_wfa_FAD1237F-7EE0-4092-BB52-DAC770D24C0D_Person3612097765
  a a2a:Person ;
  rdfs:label "Antje Jans" ;
  a2a:PersonName [
    rdfs:label "Antje Jans" ;
    a2a:PersonNameFirstName "Antje" ;
    a2a:PersonNamePatronym "Jans"
  ] .

oa:person_wfa_FAD1237F-7EE0-4092-BB52-DAC770D24C0D_Person3612097766
  a a2a:Person ;
  rdfs:label "Trijntje Gabriels" ;
  a2a:PersonName [
    rdfs:label "Trijntje Gabriels" ;
    a2a:PersonNameFirstName "Trijntje" ;
    a2a:PersonNamePatronym "Gabriels"
  ] .

oa:person_wfa_FAD1237F-7EE0-4092-BB52-DAC770D24C0D_Person3612097767
  a a2a:Person ;
  rdfs:label "Engeltje Jans" ;
  a2a:PersonName [
    rdfs:label "Engeltje Jans" ;
    a2a:PersonNameFirstName "Engeltje" ;
    a2a:PersonNamePatronym "Jans"
  ] .

oa:event_wfa_FAD1237F-7EE0-4092-BB52-DAC770D24C0D_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:LiteralDate "16-02-1698" ;
    a2a:Year "1698" ;
    a2a:Month "02" ;
    a2a:Day "16" ;
    rdfs:label "1698-02-16"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Hoorn" ;
    rdfs:label "Hoorn"
  ] ;
  a2a:EventReligion "Luthers, later Evangelisch-Luthers" .

oa:relationep_wfa_FAD1237F-7EE0-4092-BB52-DAC770D24C0D_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wfa_FAD1237F-7EE0-4092-BB52-DAC770D24C0D_Person3612097763 ;
  a2a:EventKeyRef oa:event_wfa_FAD1237F-7EE0-4092-BB52-DAC770D24C0D_Event1 .

oa:relationep_wfa_FAD1237F-7EE0-4092-BB52-DAC770D24C0D_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wfa_FAD1237F-7EE0-4092-BB52-DAC770D24C0D_Person3612097764 ;
  a2a:EventKeyRef oa:event_wfa_FAD1237F-7EE0-4092-BB52-DAC770D24C0D_Event1 .

oa:relationep_wfa_FAD1237F-7EE0-4092-BB52-DAC770D24C0D_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wfa_FAD1237F-7EE0-4092-BB52-DAC770D24C0D_Person3612097765 ;
  a2a:EventKeyRef oa:event_wfa_FAD1237F-7EE0-4092-BB52-DAC770D24C0D_Event1 .

oa:relationep_wfa_FAD1237F-7EE0-4092-BB52-DAC770D24C0D_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_wfa_FAD1237F-7EE0-4092-BB52-DAC770D24C0D_Person3612097766 ;
  a2a:EventKeyRef oa:event_wfa_FAD1237F-7EE0-4092-BB52-DAC770D24C0D_Event1 .

oa:relationep_wfa_FAD1237F-7EE0-4092-BB52-DAC770D24C0D_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_wfa_FAD1237F-7EE0-4092-BB52-DAC770D24C0D_Person3612097767 ;
  a2a:EventKeyRef oa:event_wfa_FAD1237F-7EE0-4092-BB52-DAC770D24C0D_Event1 .

oa:source_wfa_FAD1237F-7EE0-4092-BB52-DAC770D24C0D
  a a2a:Source ;
  rdfs:label "Westfries Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Hoorn" ;
    a2a:Country "Nederland" ;
    rdfs:label "Hoorn, Nederland", "1698-02-16 - 1698-02-16"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1698-02-16"^^xsd:date ;
    a2a:SourceIndexDateTo "1698-02-16"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "16-02-1698" ;
    a2a:Year "1698" ;
    a2a:Month "02" ;
    a2a:Day "16" ;
    rdfs:label "16-02-1698"
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Westfries Archief" ;
    a2a:Place "Hoorn" ;
    a2a:Collection "DTB Hoorn 49. Lutherse doopinschrijvingen, 1664-1724." ;
    a2a:Book "DTB Hoorn 49. Lutherse doopinschrijvingen, 1664-1724." ;
    a2a:RegistryNumber "49" ;
    a2a:Folio "49" ;
    rdfs:label "Westfries Archief, Hoorn, DTB Hoorn 49. Lutherse doopinschrijvingen, 1664-1724., DTB Hoorn 49. Lutherse doopinschrijvingen, 1664-1724., 49, 49"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/136/81A7E952D1844CA4826D6EC6441333CE" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/136/81A7E952D1844CA4826D6EC6441333CE" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/136/81A7E952D1844CA4826D6EC6441333CE"
  ] ;
  a2a:SourceLastChangeDate "2024-02-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12114/FAD1237F7EE04092BB52DAC770D24C0D" ;
  a2a:RecordIdentifier "3612097762" ;
  a2a:RecordGUID "{FAD1237F-7EE0-4092-BB52-DAC770D24C0D}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/0B14334B7E41490596FBEF894DA76531" .

