@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_134C2989-1663-4C25-B5B2-1AC36CCF9D5F
  a a2a:Record ;
  rdfs:label "Doop op 23 april 1673 te Hoorn" ;
  a2a:hasPerson oa:person_wfa_134C2989-1663-4C25-B5B2-1AC36CCF9D5F_Person3612091737, oa:person_wfa_134C2989-1663-4C25-B5B2-1AC36CCF9D5F_Person3612091738, oa:person_wfa_134C2989-1663-4C25-B5B2-1AC36CCF9D5F_Person3612091739, oa:person_wfa_134C2989-1663-4C25-B5B2-1AC36CCF9D5F_Person3612091740, oa:person_wfa_134C2989-1663-4C25-B5B2-1AC36CCF9D5F_Person3612091741, oa:person_wfa_134C2989-1663-4C25-B5B2-1AC36CCF9D5F_Person3612091742 ;
  a2a:hasEvent oa:event_wfa_134C2989-1663-4C25-B5B2-1AC36CCF9D5F_Event1 ;
  a2a:hasRelationEP oa:relationep_wfa_134C2989-1663-4C25-B5B2-1AC36CCF9D5F_0, oa:relationep_wfa_134C2989-1663-4C25-B5B2-1AC36CCF9D5F_1, oa:relationep_wfa_134C2989-1663-4C25-B5B2-1AC36CCF9D5F_2, oa:relationep_wfa_134C2989-1663-4C25-B5B2-1AC36CCF9D5F_3, oa:relationep_wfa_134C2989-1663-4C25-B5B2-1AC36CCF9D5F_4, oa:relationep_wfa_134C2989-1663-4C25-B5B2-1AC36CCF9D5F_5 ;
  a2a:hasSource oa:source_wfa_134C2989-1663-4C25-B5B2-1AC36CCF9D5F .

oa:person_wfa_134C2989-1663-4C25-B5B2-1AC36CCF9D5F_Person3612091737
  a a2a:Person ;
  rdfs:label "Eldert" ;
  a2a:PersonName [
    rdfs:label "Eldert" ;
    a2a:PersonNameFirstName "Eldert"
  ] .

oa:person_wfa_134C2989-1663-4C25-B5B2-1AC36CCF9D5F_Person3612091738
  a a2a:Person ;
  rdfs:label "Jacob Ellertsz" ;
  a2a:PersonName [
    rdfs:label "Jacob Ellertsz" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNamePatronym "Ellertsz"
  ] .

oa:person_wfa_134C2989-1663-4C25-B5B2-1AC36CCF9D5F_Person3612091739
  a a2a:Person ;
  rdfs:label "Trijntje Jacobs" ;
  a2a:PersonName [
    rdfs:label "Trijntje Jacobs" ;
    a2a:PersonNameFirstName "Trijntje" ;
    a2a:PersonNamePatronym "Jacobs"
  ] .

oa:person_wfa_134C2989-1663-4C25-B5B2-1AC36CCF9D5F_Person3612091740
  a a2a:Person ;
  rdfs:label "Antje Jans" ;
  a2a:PersonName [
    rdfs:label "Antje Jans" ;
    a2a:PersonNameFirstName "Antje" ;
    a2a:PersonNamePatronym "Jans"
  ] .

oa:person_wfa_134C2989-1663-4C25-B5B2-1AC36CCF9D5F_Person3612091741
  a a2a:Person ;
  rdfs:label "Pieter Jansz" ;
  a2a:PersonName [
    rdfs:label "Pieter Jansz" ;
    a2a:PersonNameFirstName "Pieter" ;
    a2a:PersonNamePatronym "Jansz"
  ] .

oa:person_wfa_134C2989-1663-4C25-B5B2-1AC36CCF9D5F_Person3612091742
  a a2a:Person ;
  rdfs:label "de vader" ;
  a2a:PersonName [
    rdfs:label "de vader" ;
    a2a:PersonNameFirstName "de vader"
  ] .

oa:event_wfa_134C2989-1663-4C25-B5B2-1AC36CCF9D5F_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:LiteralDate "23-04-1673" ;
    a2a:Year "1673" ;
    a2a:Month "04" ;
    a2a:Day "23" ;
    rdfs:label "1673-04-23"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Hoorn" ;
    rdfs:label "Hoorn"
  ] ;
  a2a:EventReligion "Luthers, later Evangelisch-Luthers" .

oa:relationep_wfa_134C2989-1663-4C25-B5B2-1AC36CCF9D5F_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wfa_134C2989-1663-4C25-B5B2-1AC36CCF9D5F_Person3612091737 ;
  a2a:EventKeyRef oa:event_wfa_134C2989-1663-4C25-B5B2-1AC36CCF9D5F_Event1 .

oa:relationep_wfa_134C2989-1663-4C25-B5B2-1AC36CCF9D5F_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wfa_134C2989-1663-4C25-B5B2-1AC36CCF9D5F_Person3612091738 ;
  a2a:EventKeyRef oa:event_wfa_134C2989-1663-4C25-B5B2-1AC36CCF9D5F_Event1 .

oa:relationep_wfa_134C2989-1663-4C25-B5B2-1AC36CCF9D5F_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wfa_134C2989-1663-4C25-B5B2-1AC36CCF9D5F_Person3612091739 ;
  a2a:EventKeyRef oa:event_wfa_134C2989-1663-4C25-B5B2-1AC36CCF9D5F_Event1 .

oa:relationep_wfa_134C2989-1663-4C25-B5B2-1AC36CCF9D5F_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_wfa_134C2989-1663-4C25-B5B2-1AC36CCF9D5F_Person3612091740 ;
  a2a:EventKeyRef oa:event_wfa_134C2989-1663-4C25-B5B2-1AC36CCF9D5F_Event1 .

oa:relationep_wfa_134C2989-1663-4C25-B5B2-1AC36CCF9D5F_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_wfa_134C2989-1663-4C25-B5B2-1AC36CCF9D5F_Person3612091741 ;
  a2a:EventKeyRef oa:event_wfa_134C2989-1663-4C25-B5B2-1AC36CCF9D5F_Event1 .

oa:relationep_wfa_134C2989-1663-4C25-B5B2-1AC36CCF9D5F_5
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_wfa_134C2989-1663-4C25-B5B2-1AC36CCF9D5F_Person3612091742 ;
  a2a:EventKeyRef oa:event_wfa_134C2989-1663-4C25-B5B2-1AC36CCF9D5F_Event1 .

oa:source_wfa_134C2989-1663-4C25-B5B2-1AC36CCF9D5F
  a a2a:Source ;
  rdfs:label "Westfries Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Hoorn" ;
    a2a:Country "Nederland" ;
    rdfs:label "Hoorn, Nederland", "1673-04-23 - 1673-04-23"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1673-04-23"^^xsd:date ;
    a2a:SourceIndexDateTo "1673-04-23"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "23-04-1673" ;
    a2a:Year "1673" ;
    a2a:Month "04" ;
    a2a:Day "23" ;
    rdfs:label "23-04-1673"
  ] ;
  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 "85" ;
    rdfs:label "Westfries Archief, Hoorn, DTB Hoorn 49. Lutherse doopinschrijvingen, 1664-1724., DTB Hoorn 49. Lutherse doopinschrijvingen, 1664-1724., 49, 85"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/136/0C6A9E97414045119593DF58D12135E9" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/136/0C6A9E97414045119593DF58D12135E9" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/136/0C6A9E97414045119593DF58D12135E9"
  ] ;
  a2a:SourceLastChangeDate "2024-02-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12114/134C298916634C25B5B21AC36CCF9D5F" ;
  a2a:RecordIdentifier "3612091736" ;
  a2a:RecordGUID "{134C2989-1663-4C25-B5B2-1AC36CCF9D5F}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/0B14334B7E41490596FBEF894DA76531" .

