@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_ECFF776D-1734-4FFD-98E4-2DEEBC0FE2BE
  a a2a:Record ;
  rdfs:label "Geboorte op 9 november 1863 te Zwolle" ;
  a2a:hasPerson oa:person_hco_ECFF776D-1734-4FFD-98E4-2DEEBC0FE2BE_Person3701439888, oa:person_hco_ECFF776D-1734-4FFD-98E4-2DEEBC0FE2BE_Person3701439889, oa:person_hco_ECFF776D-1734-4FFD-98E4-2DEEBC0FE2BE_Person3701439890 ;
  a2a:hasEvent oa:event_hco_ECFF776D-1734-4FFD-98E4-2DEEBC0FE2BE_Event1 ;
  a2a:hasRelationEP oa:relationep_hco_ECFF776D-1734-4FFD-98E4-2DEEBC0FE2BE_0, oa:relationep_hco_ECFF776D-1734-4FFD-98E4-2DEEBC0FE2BE_1, oa:relationep_hco_ECFF776D-1734-4FFD-98E4-2DEEBC0FE2BE_2 ;
  a2a:hasSource oa:source_hco_ECFF776D-1734-4FFD-98E4-2DEEBC0FE2BE .

oa:person_hco_ECFF776D-1734-4FFD-98E4-2DEEBC0FE2BE_Person3701439888
  a a2a:Person ;
  rdfs:label "Hermina Lamberta Maria van der Vegte" ;
  a2a:PersonName [
    rdfs:label "Hermina Lamberta Maria van der Vegte" ;
    a2a:PersonNameFirstName "Hermina Lamberta Maria" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Vegte"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_hco_ECFF776D-1734-4FFD-98E4-2DEEBC0FE2BE_Person3701439889
  a a2a:Person ;
  rdfs:label "Johannes Lourens van der Vegte" ;
  a2a:PersonName [
    rdfs:label "Johannes Lourens van der Vegte" ;
    a2a:PersonNameFirstName "Johannes Lourens" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Vegte"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "30" ;
    rdfs:label "30"
  ] ;
  a2a:Profession "landbouwer" .

oa:person_hco_ECFF776D-1734-4FFD-98E4-2DEEBC0FE2BE_Person3701439890
  a a2a:Person ;
  rdfs:label "Geertruida Koedijk" ;
  a2a:PersonName [
    rdfs:label "Geertruida Koedijk" ;
    a2a:PersonNameFirstName "Geertruida" ;
    a2a:PersonNameLastName "Koedijk"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_hco_ECFF776D-1734-4FFD-98E4-2DEEBC0FE2BE_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "09-11-1863" ;
    a2a:Year "1863" ;
    a2a:Month "11" ;
    a2a:Day "09" ;
    rdfs:label "1863-11-09"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Zwolle" ;
    rdfs:label "Zwolle"
  ] .

oa:relationep_hco_ECFF776D-1734-4FFD-98E4-2DEEBC0FE2BE_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_hco_ECFF776D-1734-4FFD-98E4-2DEEBC0FE2BE_Person3701439888 ;
  a2a:EventKeyRef oa:event_hco_ECFF776D-1734-4FFD-98E4-2DEEBC0FE2BE_Event1 .

oa:relationep_hco_ECFF776D-1734-4FFD-98E4-2DEEBC0FE2BE_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_hco_ECFF776D-1734-4FFD-98E4-2DEEBC0FE2BE_Person3701439889 ;
  a2a:EventKeyRef oa:event_hco_ECFF776D-1734-4FFD-98E4-2DEEBC0FE2BE_Event1 .

oa:relationep_hco_ECFF776D-1734-4FFD-98E4-2DEEBC0FE2BE_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_hco_ECFF776D-1734-4FFD-98E4-2DEEBC0FE2BE_Person3701439890 ;
  a2a:EventKeyRef oa:event_hco_ECFF776D-1734-4FFD-98E4-2DEEBC0FE2BE_Event1 .

oa:source_hco_ECFF776D-1734-4FFD-98E4-2DEEBC0FE2BE
  a a2a:Source ;
  rdfs:label "Collectie Overijssel locatie Zwolle, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Zwolle" ;
    a2a:Country "Nederland" ;
    rdfs:label "Zwolle, Nederland", "1863-11-10 - 1863-11-10"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1863-11-10"^^xsd:date ;
    a2a:SourceIndexDateTo "1863-11-10"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "10-11-1863" ;
    a2a:Year "1863" ;
    a2a:Month "11" ;
    a2a:Day "10" ;
    rdfs:label "10-11-1863"
  ] ;
  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, Zwolle" ;
    a2a:DocumentNumber "551" ;
    a2a:RegistryNumber "14448" ;
    rdfs:label "Collectie Overijssel locatie Zwolle, Zwolle, Burgerlijke Stand in Overijssel, Registers van geboorten, Zwolle, 551, 14448"
  ] ;
  a2a:SourceLastChangeDate "2024-06-07"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://proxy.archieven.nl/141/ECFF776D17344FFD98E42DEEBC0FE2BE" ;
  a2a:RecordIdentifier "3701439887" ;
  a2a:RecordGUID "{ECFF776D-1734-4FFD-98E4-2DEEBC0FE2BE}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/B4346D3E16314E94A6A58755ED2B3FB5" .

