@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_0F33C2AB-CEF0-4B14-98DD-C5F64DF83C22
  a a2a:Record ;
  rdfs:label "Geboorte op 7 november 1842 te Driene (Lonneker)" ;
  a2a:hasPerson oa:person_hco_0F33C2AB-CEF0-4B14-98DD-C5F64DF83C22_Person3407360939, oa:person_hco_0F33C2AB-CEF0-4B14-98DD-C5F64DF83C22_Person3407360940, oa:person_hco_0F33C2AB-CEF0-4B14-98DD-C5F64DF83C22_Person3407360941 ;
  a2a:hasEvent oa:event_hco_0F33C2AB-CEF0-4B14-98DD-C5F64DF83C22_Event1 ;
  a2a:hasRelationEP oa:relationep_hco_0F33C2AB-CEF0-4B14-98DD-C5F64DF83C22_0, oa:relationep_hco_0F33C2AB-CEF0-4B14-98DD-C5F64DF83C22_1, oa:relationep_hco_0F33C2AB-CEF0-4B14-98DD-C5F64DF83C22_2 ;
  a2a:hasSource oa:source_hco_0F33C2AB-CEF0-4B14-98DD-C5F64DF83C22 .

oa:person_hco_0F33C2AB-CEF0-4B14-98DD-C5F64DF83C22_Person3407360939
  a a2a:Person ;
  rdfs:label "Aleida Gerritdina Wilmink" ;
  a2a:PersonName [
    rdfs:label "Aleida Gerritdina Wilmink" ;
    a2a:PersonNameFirstName "Aleida Gerritdina" ;
    a2a:PersonNameLastName "Wilmink"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_hco_0F33C2AB-CEF0-4B14-98DD-C5F64DF83C22_Person3407360940
  a a2a:Person ;
  rdfs:label "Joannes Wilmink" ;
  a2a:PersonName [
    rdfs:label "Joannes Wilmink" ;
    a2a:PersonNameFirstName "Joannes" ;
    a2a:PersonNameLastName "Wilmink"
  ] ;
  a2a:Profession "landbouwer" .

oa:person_hco_0F33C2AB-CEF0-4B14-98DD-C5F64DF83C22_Person3407360941
  a a2a:Person ;
  rdfs:label "Johanna Wiggers" ;
  a2a:PersonName [
    rdfs:label "Johanna Wiggers" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNameLastName "Wiggers"
  ] ;
  a2a:Profession "landbouwersche" .

oa:event_hco_0F33C2AB-CEF0-4B14-98DD-C5F64DF83C22_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "07-11-1842" ;
    a2a:Year "1842" ;
    a2a:Month "11" ;
    a2a:Day "07" ;
    rdfs:label "1842-11-07"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Driene (Lonneker)" ;
    rdfs:label "Driene (Lonneker)"
  ] .

oa:relationep_hco_0F33C2AB-CEF0-4B14-98DD-C5F64DF83C22_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_hco_0F33C2AB-CEF0-4B14-98DD-C5F64DF83C22_Person3407360939 ;
  a2a:EventKeyRef oa:event_hco_0F33C2AB-CEF0-4B14-98DD-C5F64DF83C22_Event1 .

oa:relationep_hco_0F33C2AB-CEF0-4B14-98DD-C5F64DF83C22_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_hco_0F33C2AB-CEF0-4B14-98DD-C5F64DF83C22_Person3407360940 ;
  a2a:EventKeyRef oa:event_hco_0F33C2AB-CEF0-4B14-98DD-C5F64DF83C22_Event1 .

oa:relationep_hco_0F33C2AB-CEF0-4B14-98DD-C5F64DF83C22_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_hco_0F33C2AB-CEF0-4B14-98DD-C5F64DF83C22_Person3407360941 ;
  a2a:EventKeyRef oa:event_hco_0F33C2AB-CEF0-4B14-98DD-C5F64DF83C22_Event1 .

oa:source_hco_0F33C2AB-CEF0-4B14-98DD-C5F64DF83C22
  a a2a:Source ;
  rdfs:label "Collectie Overijssel locatie Zwolle, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Lonneker" ;
    a2a:Country "Nederland" ;
    rdfs:label "Lonneker, Nederland", "1842-11-08 - 1842-11-08"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1842-11-08"^^xsd:date ;
    a2a:SourceIndexDateTo "1842-11-08"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "8-11-1842" ;
    a2a:Year "1842" ;
    a2a:Month "11" ;
    a2a:Day "08" ;
    rdfs:label "8-11-1842"
  ] ;
  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" ;
    a2a:DocumentNumber "211" ;
    a2a:RegistryNumber "8341" ;
    rdfs:label "Collectie Overijssel locatie Zwolle, Zwolle, Burgerlijke Stand in Overijssel, Registers van geboorten, 211, 8341"
  ] ;
  a2a:SourceLastChangeDate "2023-11-10"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://proxy.archieven.nl/141/0F33C2ABCEF04B1498DDC5F64DF83C22" ;
  a2a:RecordIdentifier "3407360938" ;
  a2a:RecordGUID "{0F33C2AB-CEF0-4B14-98DD-C5F64DF83C22}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/1E008999D9FB49698B7F87CB70357DE6" .

