@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_4EE3C200-FD7D-4315-B3BA-C0DFD4ABDCD8
  a a2a:Record ;
  rdfs:label "Geboorte op 1 oktober 1899 te Genemuiden" ;
  a2a:hasPerson oa:person_hco_4EE3C200-FD7D-4315-B3BA-C0DFD4ABDCD8_Person4035257432, oa:person_hco_4EE3C200-FD7D-4315-B3BA-C0DFD4ABDCD8_Person4035257430, oa:person_hco_4EE3C200-FD7D-4315-B3BA-C0DFD4ABDCD8_Person4035257431 ;
  a2a:hasEvent oa:event_hco_4EE3C200-FD7D-4315-B3BA-C0DFD4ABDCD8_Event1 ;
  a2a:hasRelationEP oa:relationep_hco_4EE3C200-FD7D-4315-B3BA-C0DFD4ABDCD8_0, oa:relationep_hco_4EE3C200-FD7D-4315-B3BA-C0DFD4ABDCD8_1, oa:relationep_hco_4EE3C200-FD7D-4315-B3BA-C0DFD4ABDCD8_2 ;
  a2a:hasSource oa:source_hco_4EE3C200-FD7D-4315-B3BA-C0DFD4ABDCD8 .

oa:person_hco_4EE3C200-FD7D-4315-B3BA-C0DFD4ABDCD8_Person4035257432
  a a2a:Person ;
  rdfs:label "Wolter Kaper" ;
  a2a:PersonName [
    rdfs:label "Wolter Kaper" ;
    a2a:PersonNameFirstName "Wolter" ;
    a2a:PersonNameLastName "Kaper"
  ] ;
  a2a:Gender "Man" .

oa:person_hco_4EE3C200-FD7D-4315-B3BA-C0DFD4ABDCD8_Person4035257430
  a a2a:Person ;
  rdfs:label "Harmen Kaper" ;
  a2a:PersonName [
    rdfs:label "Harmen Kaper" ;
    a2a:PersonNameFirstName "Harmen" ;
    a2a:PersonNameLastName "Kaper"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "25" ;
    rdfs:label "25"
  ] ;
  a2a:Profession "hofmeester" .

oa:person_hco_4EE3C200-FD7D-4315-B3BA-C0DFD4ABDCD8_Person4035257431
  a a2a:Person ;
  rdfs:label "Femmigje Bruintjes" ;
  a2a:PersonName [
    rdfs:label "Femmigje Bruintjes" ;
    a2a:PersonNameFirstName "Femmigje" ;
    a2a:PersonNameLastName "Bruintjes"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_hco_4EE3C200-FD7D-4315-B3BA-C0DFD4ABDCD8_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "01-10-1899" ;
    a2a:Year "1899" ;
    a2a:Month "10" ;
    a2a:Day "01" ;
    rdfs:label "1899-10-01"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Genemuiden" ;
    rdfs:label "Genemuiden"
  ] .

oa:relationep_hco_4EE3C200-FD7D-4315-B3BA-C0DFD4ABDCD8_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_hco_4EE3C200-FD7D-4315-B3BA-C0DFD4ABDCD8_Person4035257432 ;
  a2a:EventKeyRef oa:event_hco_4EE3C200-FD7D-4315-B3BA-C0DFD4ABDCD8_Event1 .

oa:relationep_hco_4EE3C200-FD7D-4315-B3BA-C0DFD4ABDCD8_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_hco_4EE3C200-FD7D-4315-B3BA-C0DFD4ABDCD8_Person4035257430 ;
  a2a:EventKeyRef oa:event_hco_4EE3C200-FD7D-4315-B3BA-C0DFD4ABDCD8_Event1 .

oa:relationep_hco_4EE3C200-FD7D-4315-B3BA-C0DFD4ABDCD8_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_hco_4EE3C200-FD7D-4315-B3BA-C0DFD4ABDCD8_Person4035257431 ;
  a2a:EventKeyRef oa:event_hco_4EE3C200-FD7D-4315-B3BA-C0DFD4ABDCD8_Event1 .

oa:source_hco_4EE3C200-FD7D-4315-B3BA-C0DFD4ABDCD8
  a a2a:Source ;
  rdfs:label "Collectie Overijssel locatie Zwolle, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Genemuiden" ;
    a2a:Country "Nederland" ;
    rdfs:label "Genemuiden, Nederland", "1899-10-02 - 1899-10-02"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1899-10-02"^^xsd:date ;
    a2a:SourceIndexDateTo "1899-10-02"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "02-10-1899" ;
    a2a:Year "1899" ;
    a2a:Month "10" ;
    a2a:Day "02" ;
    rdfs:label "02-10-1899"
  ] ;
  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, Genemuiden" ;
    a2a:DocumentNumber "71" ;
    a2a:RegistryNumber "4273" ;
    rdfs:label "Collectie Overijssel locatie Zwolle, Zwolle, Burgerlijke Stand in Overijssel, Registers van geboorten, Genemuiden, 71, 4273"
  ] ;
  a2a:SourceLastChangeDate "2025-03-06"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://proxy.archieven.nl/141/4EE3C200FD7D4315B3BAC0DFD4ABDCD8" ;
  a2a:RecordIdentifier "4035257429" ;
  a2a:RecordGUID "{4EE3C200-FD7D-4315-B3BA-C0DFD4ABDCD8}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/FBAA1E1713F744578B8A403D744396BE" .

