@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_FBAECFCC-DFD1-44E4-9B16-9685BDF34140
  a a2a:Record ;
  rdfs:label "Geboorte op 5 januari 1850 te Vollenhove, Ambt" ;
  a2a:hasPerson oa:person_hco_FBAECFCC-DFD1-44E4-9B16-9685BDF34140_Person3615268109, oa:person_hco_FBAECFCC-DFD1-44E4-9B16-9685BDF34140_Person3615268107, oa:person_hco_FBAECFCC-DFD1-44E4-9B16-9685BDF34140_Person3615268108 ;
  a2a:hasEvent oa:event_hco_FBAECFCC-DFD1-44E4-9B16-9685BDF34140_Event1 ;
  a2a:hasRelationEP oa:relationep_hco_FBAECFCC-DFD1-44E4-9B16-9685BDF34140_0, oa:relationep_hco_FBAECFCC-DFD1-44E4-9B16-9685BDF34140_1, oa:relationep_hco_FBAECFCC-DFD1-44E4-9B16-9685BDF34140_2 ;
  a2a:hasSource oa:source_hco_FBAECFCC-DFD1-44E4-9B16-9685BDF34140 .

oa:person_hco_FBAECFCC-DFD1-44E4-9B16-9685BDF34140_Person3615268109
  a a2a:Person ;
  rdfs:label "Jan Post" ;
  a2a:PersonName [
    rdfs:label "Jan Post" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Post"
  ] ;
  a2a:Gender "Man" .

oa:person_hco_FBAECFCC-DFD1-44E4-9B16-9685BDF34140_Person3615268107
  a a2a:Person ;
  rdfs:label "Jurrien Post" ;
  a2a:PersonName [
    rdfs:label "Jurrien Post" ;
    a2a:PersonNameFirstName "Jurrien" ;
    a2a:PersonNameLastName "Post"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "27" ;
    rdfs:label "27"
  ] ;
  a2a:Profession "landbouwer" .

oa:person_hco_FBAECFCC-DFD1-44E4-9B16-9685BDF34140_Person3615268108
  a a2a:Person ;
  rdfs:label "Judikje Kroek" ;
  a2a:PersonName [
    rdfs:label "Judikje Kroek" ;
    a2a:PersonNameFirstName "Judikje" ;
    a2a:PersonNameLastName "Kroek"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Profession "zonder beroep" .

oa:event_hco_FBAECFCC-DFD1-44E4-9B16-9685BDF34140_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "05-01-1850" ;
    a2a:Year "1850" ;
    a2a:Month "01" ;
    a2a:Day "05" ;
    rdfs:label "1850-01-05"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Vollenhove, Ambt" ;
    rdfs:label "Vollenhove, Ambt"
  ] .

oa:relationep_hco_FBAECFCC-DFD1-44E4-9B16-9685BDF34140_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_hco_FBAECFCC-DFD1-44E4-9B16-9685BDF34140_Person3615268109 ;
  a2a:EventKeyRef oa:event_hco_FBAECFCC-DFD1-44E4-9B16-9685BDF34140_Event1 .

oa:relationep_hco_FBAECFCC-DFD1-44E4-9B16-9685BDF34140_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_hco_FBAECFCC-DFD1-44E4-9B16-9685BDF34140_Person3615268107 ;
  a2a:EventKeyRef oa:event_hco_FBAECFCC-DFD1-44E4-9B16-9685BDF34140_Event1 .

oa:relationep_hco_FBAECFCC-DFD1-44E4-9B16-9685BDF34140_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_hco_FBAECFCC-DFD1-44E4-9B16-9685BDF34140_Person3615268108 ;
  a2a:EventKeyRef oa:event_hco_FBAECFCC-DFD1-44E4-9B16-9685BDF34140_Event1 .

oa:source_hco_FBAECFCC-DFD1-44E4-9B16-9685BDF34140
  a a2a:Source ;
  rdfs:label "Collectie Overijssel locatie Zwolle, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Vollenhove, Ambt" ;
    a2a:Country "Nederland" ;
    rdfs:label "Vollenhove, Ambt, Nederland", "1850-01-05 - 1850-01-05"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1850-01-05"^^xsd:date ;
    a2a:SourceIndexDateTo "1850-01-05"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "05-01-1850" ;
    a2a:Year "1850" ;
    a2a:Month "01" ;
    a2a:Day "05" ;
    rdfs:label "05-01-1850"
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Collectie Overijssel locatie Zwolle" ;
    a2a:Place "Zwolle" ;
    a2a:Collection "Burgerlijke Stand in Overijssel" ;
    a2a:Book "Register van geboorten, Ambt Vollenhove" ;
    a2a:DocumentNumber "2" ;
    a2a:RegistryNumber "12462-A" ;
    rdfs:label "Collectie Overijssel locatie Zwolle, Zwolle, Burgerlijke Stand in Overijssel, Register van geboorten, Ambt Vollenhove, 2, 12462-A"
  ] ;
  a2a:SourceLastChangeDate "2024-02-21"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://proxy.archieven.nl/141/FBAECFCCDFD144E49B169685BDF34140" ;
  a2a:RecordIdentifier "3615268106" ;
  a2a:RecordGUID "{FBAECFCC-DFD1-44E4-9B16-9685BDF34140}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/C28980C9B7AF441CA5F943FE498729F5" .

