@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_303231F3-D2EC-4FE5-8FD2-DFDF876EC5D2
  a a2a:Record ;
  rdfs:label "Geboorte op 13 oktober 1918 te Avereest" ;
  a2a:hasPerson oa:person_hco_303231F3-D2EC-4FE5-8FD2-DFDF876EC5D2_Person4016646264, oa:person_hco_303231F3-D2EC-4FE5-8FD2-DFDF876EC5D2_Person4016646265, oa:person_hco_303231F3-D2EC-4FE5-8FD2-DFDF876EC5D2_Person4016646266, oa:person_hco_303231F3-D2EC-4FE5-8FD2-DFDF876EC5D2_Person4016646267, oa:person_hco_303231F3-D2EC-4FE5-8FD2-DFDF876EC5D2_Person4016646268 ;
  a2a:hasEvent oa:event_hco_303231F3-D2EC-4FE5-8FD2-DFDF876EC5D2_Event1 ;
  a2a:hasRelationEP oa:relationep_hco_303231F3-D2EC-4FE5-8FD2-DFDF876EC5D2_0, oa:relationep_hco_303231F3-D2EC-4FE5-8FD2-DFDF876EC5D2_1, oa:relationep_hco_303231F3-D2EC-4FE5-8FD2-DFDF876EC5D2_2, oa:relationep_hco_303231F3-D2EC-4FE5-8FD2-DFDF876EC5D2_3, oa:relationep_hco_303231F3-D2EC-4FE5-8FD2-DFDF876EC5D2_4 ;
  a2a:hasSource oa:source_hco_303231F3-D2EC-4FE5-8FD2-DFDF876EC5D2 .

oa:person_hco_303231F3-D2EC-4FE5-8FD2-DFDF876EC5D2_Person4016646264
  a a2a:Person ;
  rdfs:label "Johannes Halmingh" ;
  a2a:PersonName [
    rdfs:label "Johannes Halmingh" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNameLastName "Halmingh"
  ] ;
  a2a:Gender "Man" .

oa:person_hco_303231F3-D2EC-4FE5-8FD2-DFDF876EC5D2_Person4016646265
  a a2a:Person ;
  rdfs:label "Johannes Halmingh" ;
  a2a:PersonName [
    rdfs:label "Johannes Halmingh" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNameLastName "Halmingh"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "36" ;
    rdfs:label "36"
  ] ;
  a2a:Profession "arbeider" .

oa:person_hco_303231F3-D2EC-4FE5-8FD2-DFDF876EC5D2_Person4016646266
  a a2a:Person ;
  rdfs:label "Dievertje Panman" ;
  a2a:PersonName [
    rdfs:label "Dievertje Panman" ;
    a2a:PersonNameFirstName "Dievertje" ;
    a2a:PersonNameLastName "Panman"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Profession "zonder beroep" .

oa:person_hco_303231F3-D2EC-4FE5-8FD2-DFDF876EC5D2_Person4016646267
  a a2a:Person ;
  rdfs:label "Hendrik Vos" ;
  a2a:PersonName [
    rdfs:label "Hendrik Vos" ;
    a2a:PersonNameFirstName "Hendrik" ;
    a2a:PersonNameLastName "Vos"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "43" ;
    rdfs:label "43"
  ] ;
  a2a:Profession "meubelmaker" .

oa:person_hco_303231F3-D2EC-4FE5-8FD2-DFDF876EC5D2_Person4016646268
  a a2a:Person ;
  rdfs:label "Johannes van der Veen" ;
  a2a:PersonName [
    rdfs:label "Johannes van der Veen" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Veen"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeLiteral "43" ;
    rdfs:label "43"
  ] ;
  a2a:Profession "meubelmaker" .

oa:event_hco_303231F3-D2EC-4FE5-8FD2-DFDF876EC5D2_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "13-10-1918" ;
    a2a:Year "1918" ;
    a2a:Month "10" ;
    a2a:Day "13" ;
    rdfs:label "1918-10-13"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Avereest" ;
    rdfs:label "Avereest"
  ] .

oa:relationep_hco_303231F3-D2EC-4FE5-8FD2-DFDF876EC5D2_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_hco_303231F3-D2EC-4FE5-8FD2-DFDF876EC5D2_Person4016646264 ;
  a2a:EventKeyRef oa:event_hco_303231F3-D2EC-4FE5-8FD2-DFDF876EC5D2_Event1 .

oa:relationep_hco_303231F3-D2EC-4FE5-8FD2-DFDF876EC5D2_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_hco_303231F3-D2EC-4FE5-8FD2-DFDF876EC5D2_Person4016646265 ;
  a2a:EventKeyRef oa:event_hco_303231F3-D2EC-4FE5-8FD2-DFDF876EC5D2_Event1 .

oa:relationep_hco_303231F3-D2EC-4FE5-8FD2-DFDF876EC5D2_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_hco_303231F3-D2EC-4FE5-8FD2-DFDF876EC5D2_Person4016646266 ;
  a2a:EventKeyRef oa:event_hco_303231F3-D2EC-4FE5-8FD2-DFDF876EC5D2_Event1 .

oa:relationep_hco_303231F3-D2EC-4FE5-8FD2-DFDF876EC5D2_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_hco_303231F3-D2EC-4FE5-8FD2-DFDF876EC5D2_Person4016646267 ;
  a2a:EventKeyRef oa:event_hco_303231F3-D2EC-4FE5-8FD2-DFDF876EC5D2_Event1 .

oa:relationep_hco_303231F3-D2EC-4FE5-8FD2-DFDF876EC5D2_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_hco_303231F3-D2EC-4FE5-8FD2-DFDF876EC5D2_Person4016646268 ;
  a2a:EventKeyRef oa:event_hco_303231F3-D2EC-4FE5-8FD2-DFDF876EC5D2_Event1 .

oa:source_hco_303231F3-D2EC-4FE5-8FD2-DFDF876EC5D2
  a a2a:Source ;
  rdfs:label "Collectie Overijssel locatie Zwolle, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Avereest" ;
    a2a:Country "Nederland" ;
    rdfs:label "Avereest, Nederland", "1918-10-14 - 1918-10-14"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1918-10-14"^^xsd:date ;
    a2a:SourceIndexDateTo "1918-10-14"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "14-10-1918" ;
    a2a:Year "1918" ;
    a2a:Month "10" ;
    a2a:Day "14" ;
    rdfs:label "14-10-1918"
  ] ;
  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, Avereest" ;
    a2a:DocumentNumber "181" ;
    a2a:RegistryNumber "623-F" ;
    rdfs:label "Collectie Overijssel locatie Zwolle, Zwolle, Burgerlijke Stand in Overijssel, Register van geboorten, Avereest, 181, 623-F"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/141/C03E37F001B043C6B4A84E0DEC8A195F" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/141/C03E37F001B043C6B4A84E0DEC8A195F" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/141/C03E37F001B043C6B4A84E0DEC8A195F"
  ] ;
  a2a:SourceLastChangeDate "2025-03-06"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://proxy.archieven.nl/141/303231F3D2EC4FE58FD2DFDF876EC5D2" ;
  a2a:RecordIdentifier "4016646263" ;
  a2a:RecordGUID "{303231F3-D2EC-4FE5-8FD2-DFDF876EC5D2}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/79AA3A77B1A84408802BDE324B29DAA4" .

