@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_752BC5DF-F764-4AF9-9EC4-2F1F21DAD4A7
  a a2a:Record ;
  rdfs:label "Geboorte op 6 mei 1836 te Steenwijkerwold" ;
  a2a:hasPerson oa:person_hco_752BC5DF-F764-4AF9-9EC4-2F1F21DAD4A7_Person4568950433, oa:person_hco_752BC5DF-F764-4AF9-9EC4-2F1F21DAD4A7_Person4568950434, oa:person_hco_752BC5DF-F764-4AF9-9EC4-2F1F21DAD4A7_Person4568950435 ;
  a2a:hasEvent oa:event_hco_752BC5DF-F764-4AF9-9EC4-2F1F21DAD4A7_Event1 ;
  a2a:hasRelationEP oa:relationep_hco_752BC5DF-F764-4AF9-9EC4-2F1F21DAD4A7_0, oa:relationep_hco_752BC5DF-F764-4AF9-9EC4-2F1F21DAD4A7_1, oa:relationep_hco_752BC5DF-F764-4AF9-9EC4-2F1F21DAD4A7_2 ;
  a2a:hasSource oa:source_hco_752BC5DF-F764-4AF9-9EC4-2F1F21DAD4A7 .

oa:person_hco_752BC5DF-F764-4AF9-9EC4-2F1F21DAD4A7_Person4568950433
  a a2a:Person ;
  rdfs:label "Heremina Snijder" ;
  a2a:PersonName [
    rdfs:label "Heremina Snijder" ;
    a2a:PersonNameFirstName "Heremina" ;
    a2a:PersonNameLastName "Snijder"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_hco_752BC5DF-F764-4AF9-9EC4-2F1F21DAD4A7_Person4568950434
  a a2a:Person ;
  rdfs:label "Aaldert Albers Snijder" ;
  a2a:PersonName [
    rdfs:label "Aaldert Albers Snijder" ;
    a2a:PersonNameFirstName "Aaldert Albers" ;
    a2a:PersonNameLastName "Snijder"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "41" ;
    rdfs:label "41"
  ] ;
  a2a:Profession "arbeider" .

oa:person_hco_752BC5DF-F764-4AF9-9EC4-2F1F21DAD4A7_Person4568950435
  a a2a:Person ;
  rdfs:label "Wijbigje Peters Schipper" ;
  a2a:PersonName [
    rdfs:label "Wijbigje Peters Schipper" ;
    a2a:PersonNameFirstName "Wijbigje Peters" ;
    a2a:PersonNameLastName "Schipper"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_hco_752BC5DF-F764-4AF9-9EC4-2F1F21DAD4A7_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "06-05-1836" ;
    a2a:Year "1836" ;
    a2a:Month "05" ;
    a2a:Day "06" ;
    rdfs:label "1836-05-06"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Steenwijkerwold" ;
    rdfs:label "Steenwijkerwold"
  ] .

oa:relationep_hco_752BC5DF-F764-4AF9-9EC4-2F1F21DAD4A7_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_hco_752BC5DF-F764-4AF9-9EC4-2F1F21DAD4A7_Person4568950433 ;
  a2a:EventKeyRef oa:event_hco_752BC5DF-F764-4AF9-9EC4-2F1F21DAD4A7_Event1 .

oa:relationep_hco_752BC5DF-F764-4AF9-9EC4-2F1F21DAD4A7_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_hco_752BC5DF-F764-4AF9-9EC4-2F1F21DAD4A7_Person4568950434 ;
  a2a:EventKeyRef oa:event_hco_752BC5DF-F764-4AF9-9EC4-2F1F21DAD4A7_Event1 .

oa:relationep_hco_752BC5DF-F764-4AF9-9EC4-2F1F21DAD4A7_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_hco_752BC5DF-F764-4AF9-9EC4-2F1F21DAD4A7_Person4568950435 ;
  a2a:EventKeyRef oa:event_hco_752BC5DF-F764-4AF9-9EC4-2F1F21DAD4A7_Event1 .

oa:source_hco_752BC5DF-F764-4AF9-9EC4-2F1F21DAD4A7
  a a2a:Source ;
  rdfs:label "Collectie Overijssel locatie Zwolle, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Steenwijkerwold" ;
    a2a:Country "Nederland" ;
    rdfs:label "Steenwijkerwold, Nederland", "1836-05-09 - 1836-05-09"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1836-05-09"^^xsd:date ;
    a2a:SourceIndexDateTo "1836-05-09"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "09-05-1836" ;
    a2a:Year "1836" ;
    a2a:Month "05" ;
    a2a:Day "09" ;
    rdfs:label "09-05-1836"
  ] ;
  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, Steenwijkerwold" ;
    a2a:DocumentNumber "51" ;
    a2a:RegistryNumber "11761" ;
    rdfs:label "Collectie Overijssel locatie Zwolle, Zwolle, Burgerlijke Stand in Overijssel, Registers van geboorten, Steenwijkerwold, 51, 11761"
  ] ;
  a2a:SourceLastChangeDate "2026-03-11"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://proxy.archieven.nl/141/752BC5DFF7644AF99EC42F1F21DAD4A7" ;
  a2a:RecordIdentifier "4568950432" ;
  a2a:RecordGUID "{752BC5DF-F764-4AF9-9EC4-2F1F21DAD4A7}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/19E991AB78BB4C18BCF4C7B65D59D049" .

