@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_hco_18CFC2DB-22EE-4CD4-BBF4-FDC016748B33
  a a2a:Record ;
  rdfs:label "Geboorte op 17 januari 1886 te Markelo" ;
  a2a:hasPerson oa:person_hco_18CFC2DB-22EE-4CD4-BBF4-FDC016748B33_Person4298494466, oa:person_hco_18CFC2DB-22EE-4CD4-BBF4-FDC016748B33_Person4298494467, oa:person_hco_18CFC2DB-22EE-4CD4-BBF4-FDC016748B33_Person4298494468 ;
  a2a:hasEvent oa:event_hco_18CFC2DB-22EE-4CD4-BBF4-FDC016748B33_Event1 ;
  a2a:hasRelationEP oa:relationep_hco_18CFC2DB-22EE-4CD4-BBF4-FDC016748B33_0, oa:relationep_hco_18CFC2DB-22EE-4CD4-BBF4-FDC016748B33_1, oa:relationep_hco_18CFC2DB-22EE-4CD4-BBF4-FDC016748B33_2 ;
  a2a:hasSource oa:source_hco_18CFC2DB-22EE-4CD4-BBF4-FDC016748B33 .

oa:person_hco_18CFC2DB-22EE-4CD4-BBF4-FDC016748B33_Person4298494466
  a a2a:Person ;
  rdfs:label "Albert Kolkman" ;
  a2a:PersonName [
    rdfs:label "Albert Kolkman" ;
    a2a:PersonNameFirstName "Albert" ;
    a2a:PersonNameLastName "Kolkman"
  ] ;
  a2a:Gender "Man" .

oa:person_hco_18CFC2DB-22EE-4CD4-BBF4-FDC016748B33_Person4298494467
  a a2a:Person ;
  rdfs:label "Hendrik Kolkman" ;
  a2a:PersonName [
    rdfs:label "Hendrik Kolkman" ;
    a2a:PersonNameFirstName "Hendrik" ;
    a2a:PersonNameLastName "Kolkman"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "31" ;
    rdfs:label "31"
  ] ;
  a2a:Profession "landbouwer" .

oa:person_hco_18CFC2DB-22EE-4CD4-BBF4-FDC016748B33_Person4298494468
  a a2a:Person ;
  rdfs:label "Jenneken van de Haar" ;
  a2a:PersonName [
    rdfs:label "Jenneken van de Haar" ;
    a2a:PersonNameFirstName "Jenneken" ;
    a2a:PersonNamePrefixLastName "van de" ;
    a2a:PersonNameLastName "Haar"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_hco_18CFC2DB-22EE-4CD4-BBF4-FDC016748B33_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "17-01-1886" ;
    a2a:Year "1886" ;
    a2a:Month "01" ;
    a2a:Day "17" ;
    rdfs:label "1886-01-17"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Markelo" ;
    rdfs:label "Markelo"
  ] .

oa:relationep_hco_18CFC2DB-22EE-4CD4-BBF4-FDC016748B33_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_hco_18CFC2DB-22EE-4CD4-BBF4-FDC016748B33_Person4298494466 ;
  a2a:EventKeyRef oa:event_hco_18CFC2DB-22EE-4CD4-BBF4-FDC016748B33_Event1 .

oa:relationep_hco_18CFC2DB-22EE-4CD4-BBF4-FDC016748B33_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_hco_18CFC2DB-22EE-4CD4-BBF4-FDC016748B33_Person4298494467 ;
  a2a:EventKeyRef oa:event_hco_18CFC2DB-22EE-4CD4-BBF4-FDC016748B33_Event1 .

oa:relationep_hco_18CFC2DB-22EE-4CD4-BBF4-FDC016748B33_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_hco_18CFC2DB-22EE-4CD4-BBF4-FDC016748B33_Person4298494468 ;
  a2a:EventKeyRef oa:event_hco_18CFC2DB-22EE-4CD4-BBF4-FDC016748B33_Event1 .

oa:source_hco_18CFC2DB-22EE-4CD4-BBF4-FDC016748B33
  a a2a:Source ;
  rdfs:label "Collectie Overijssel locatie Zwolle, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Markelo" ;
    a2a:Country "Nederland" ;
    rdfs:label "Markelo, Nederland", "1886-01-19 - 1886-01-19"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1886-01-19"^^xsd:date ;
    a2a:SourceIndexDateTo "1886-01-19"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "19-01-1886" ;
    a2a:Year "1886" ;
    a2a:Month "01" ;
    a2a:Day "19" ;
    rdfs:label "19-01-1886"
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Collectie Overijssel locatie Zwolle" ;
    a2a:Place "Zwolle" ;
    a2a:Collection "Burgerlijke Stand in Overijssel" ;
    a2a:Book "Registers van geboorten, Markelo" ;
    a2a:DocumentNumber "3" ;
    a2a:RegistryNumber "9114" ;
    rdfs:label "Collectie Overijssel locatie Zwolle, Zwolle, Burgerlijke Stand in Overijssel, Registers van geboorten, Markelo, 3, 9114"
  ] ;
  a2a:SourceLastChangeDate "2025-08-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://proxy.archieven.nl/141/18CFC2DB22EE4CD4BBF4FDC016748B33" ;
  a2a:RecordIdentifier "4298494465" ;
  a2a:RecordGUID "{18CFC2DB-22EE-4CD4-BBF4-FDC016748B33}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/29C896C84CDF4DD2AC7F3BD0D5C23623" .

