@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_1CFB7CD0-0FF6-41B5-8F8F-8B4FDDFDF3A5
  a a2a:Record ;
  rdfs:label "Geboorte op 22 oktober 1866 te Hoorn" ;
  a2a:hasPerson oa:person_wfa_1CFB7CD0-0FF6-41B5-8F8F-8B4FDDFDF3A5_Person3402540834, oa:person_wfa_1CFB7CD0-0FF6-41B5-8F8F-8B4FDDFDF3A5_Person3402540832, oa:person_wfa_1CFB7CD0-0FF6-41B5-8F8F-8B4FDDFDF3A5_Person3402540833 ;
  a2a:hasEvent oa:event_wfa_1CFB7CD0-0FF6-41B5-8F8F-8B4FDDFDF3A5_Event1 ;
  a2a:hasRelationEP oa:relationep_wfa_1CFB7CD0-0FF6-41B5-8F8F-8B4FDDFDF3A5_0, oa:relationep_wfa_1CFB7CD0-0FF6-41B5-8F8F-8B4FDDFDF3A5_1, oa:relationep_wfa_1CFB7CD0-0FF6-41B5-8F8F-8B4FDDFDF3A5_2 ;
  a2a:hasSource oa:source_wfa_1CFB7CD0-0FF6-41B5-8F8F-8B4FDDFDF3A5 .

oa:person_wfa_1CFB7CD0-0FF6-41B5-8F8F-8B4FDDFDF3A5_Person3402540834
  a a2a:Person ;
  rdfs:label "Jan Hendrik Ketjen" ;
  a2a:PersonName [
    rdfs:label "Jan Hendrik Ketjen" ;
    a2a:PersonNameFirstName "Jan Hendrik" ;
    a2a:PersonNameLastName "Ketjen"
  ] .

oa:person_wfa_1CFB7CD0-0FF6-41B5-8F8F-8B4FDDFDF3A5_Person3402540832
  a a2a:Person ;
  rdfs:label "Francois Willem Ketjen" ;
  a2a:PersonName [
    rdfs:label "Francois Willem Ketjen" ;
    a2a:PersonNameFirstName "Francois Willem" ;
    a2a:PersonNameLastName "Ketjen"
  ] .

oa:person_wfa_1CFB7CD0-0FF6-41B5-8F8F-8B4FDDFDF3A5_Person3402540833
  a a2a:Person ;
  rdfs:label "Adriana Henriette Jeannetten de Vesters" ;
  a2a:PersonName [
    rdfs:label "Adriana Henriette Jeannetten de Vesters" ;
    a2a:PersonNameFirstName "Adriana Henriette Jeannetten" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Vesters"
  ] .

oa:event_wfa_1CFB7CD0-0FF6-41B5-8F8F-8B4FDDFDF3A5_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "22-10-1866" ;
    a2a:Year "1866" ;
    a2a:Month "10" ;
    a2a:Day "22" ;
    rdfs:label "1866-10-22"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Hoorn" ;
    rdfs:label "Hoorn"
  ] .

oa:relationep_wfa_1CFB7CD0-0FF6-41B5-8F8F-8B4FDDFDF3A5_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wfa_1CFB7CD0-0FF6-41B5-8F8F-8B4FDDFDF3A5_Person3402540834 ;
  a2a:EventKeyRef oa:event_wfa_1CFB7CD0-0FF6-41B5-8F8F-8B4FDDFDF3A5_Event1 .

oa:relationep_wfa_1CFB7CD0-0FF6-41B5-8F8F-8B4FDDFDF3A5_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wfa_1CFB7CD0-0FF6-41B5-8F8F-8B4FDDFDF3A5_Person3402540832 ;
  a2a:EventKeyRef oa:event_wfa_1CFB7CD0-0FF6-41B5-8F8F-8B4FDDFDF3A5_Event1 .

oa:relationep_wfa_1CFB7CD0-0FF6-41B5-8F8F-8B4FDDFDF3A5_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wfa_1CFB7CD0-0FF6-41B5-8F8F-8B4FDDFDF3A5_Person3402540833 ;
  a2a:EventKeyRef oa:event_wfa_1CFB7CD0-0FF6-41B5-8F8F-8B4FDDFDF3A5_Event1 .

oa:source_wfa_1CFB7CD0-0FF6-41B5-8F8F-8B4FDDFDF3A5
  a a2a:Source ;
  rdfs:label "Westfries Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Hoorn" ;
    a2a:Country "Nederland" ;
    rdfs:label "Hoorn, Nederland", "1866-10-22 - 1866-10-22"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1866-10-22"^^xsd:date ;
    a2a:SourceIndexDateTo "1866-10-22"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "22-10-1866" ;
    a2a:Year "1866" ;
    a2a:Month "10" ;
    a2a:Day "22" ;
    rdfs:label "22-10-1866"
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Westfries Archief" ;
    a2a:Place "Hoorn" ;
    a2a:Collection "Hoorn. Geboorteakten, 1866" ;
    a2a:Book "Hoorn. Geboorteakten, 1866" ;
    a2a:RegistryNumber "1866g" ;
    rdfs:label "Westfries Archief, Hoorn, Hoorn. Geboorteakten, 1866, Hoorn. Geboorteakten, 1866, 1866g"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/136/1FB5AC569B644AB78CC4F6C98F14C05C" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/136/1FB5AC569B644AB78CC4F6C98F14C05C" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/136/1FB5AC569B644AB78CC4F6C98F14C05C"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:Uri "https://proxy.archieven.nl/download/136/9E3A275584C741A09031E91F32112C45" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/136/9E3A275584C741A09031E91F32112C45" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/136/9E3A275584C741A09031E91F32112C45"
  ] ;
  a2a:SourceLastChangeDate "2023-11-08"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12114/1CFB7CD00FF641B58F8F8B4FDDFDF3A5" ;
  a2a:RecordIdentifier "3402540831" ;
  a2a:RecordGUID "{1CFB7CD0-0FF6-41B5-8F8F-8B4FDDFDF3A5}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/AE03B1E653C748DBB62C1069BBE3610D" .

