@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_hvt_efa54eff-7e53-ce00-deb9-ff2cef2b88a3
  a a2a:Record ;
  rdfs:label "Geboorte om 19:00 op 1 augustus 1918 te Markelo" ;
  a2a:hasPerson oa:person_hvt_efa54eff-7e53-ce00-deb9-ff2cef2b88a3_Person1, oa:person_hvt_efa54eff-7e53-ce00-deb9-ff2cef2b88a3_Person2, oa:person_hvt_efa54eff-7e53-ce00-deb9-ff2cef2b88a3_Person3, oa:person_hvt_efa54eff-7e53-ce00-deb9-ff2cef2b88a3_Person4, oa:person_hvt_efa54eff-7e53-ce00-deb9-ff2cef2b88a3_Person5 ;
  a2a:hasEvent oa:event_hvt_efa54eff-7e53-ce00-deb9-ff2cef2b88a3_Event1 ;
  a2a:hasRelationEP oa:relationep_hvt_efa54eff-7e53-ce00-deb9-ff2cef2b88a3_0, oa:relationep_hvt_efa54eff-7e53-ce00-deb9-ff2cef2b88a3_1, oa:relationep_hvt_efa54eff-7e53-ce00-deb9-ff2cef2b88a3_2, oa:relationep_hvt_efa54eff-7e53-ce00-deb9-ff2cef2b88a3_3, oa:relationep_hvt_efa54eff-7e53-ce00-deb9-ff2cef2b88a3_4 ;
  a2a:hasSource oa:source_hvt_efa54eff-7e53-ce00-deb9-ff2cef2b88a3 .

oa:person_hvt_efa54eff-7e53-ce00-deb9-ff2cef2b88a3_Person1
  a a2a:Person ;
  rdfs:label "Gerrit" ;
  a2a:PersonName [
    rdfs:label "Gerrit" ;
    a2a:PersonNameFirstName "Gerrit"
  ] ;
  a2a:Gender "Man" ;
  a2a:Residence [
    a2a:Place "Markelo" ;
    rdfs:label "Markelo"
  ] .

oa:person_hvt_efa54eff-7e53-ce00-deb9-ff2cef2b88a3_Person2
  a a2a:Person ;
  rdfs:label "Gerrit Bosveld" ;
  a2a:PersonName [
    rdfs:label "Gerrit Bosveld" ;
    a2a:PersonNameFirstName "Gerrit" ;
    a2a:PersonNameLastName "Bosveld"
  ] ;
  a2a:Residence [
    a2a:Place "Markelo" ;
    rdfs:label "Markelo"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "27" ;
    rdfs:label "27"
  ] ;
  a2a:Profession "landbouwer" .

oa:person_hvt_efa54eff-7e53-ce00-deb9-ff2cef2b88a3_Person3
  a a2a:Person ;
  rdfs:label "Janna Bannink" ;
  a2a:PersonName [
    rdfs:label "Janna Bannink" ;
    a2a:PersonNameFirstName "Janna" ;
    a2a:PersonNameLastName "Bannink"
  ] ;
  a2a:Profession "zonder beroep" .

oa:person_hvt_efa54eff-7e53-ce00-deb9-ff2cef2b88a3_Person4
  a a2a:Person ;
  rdfs:label "Jan Hendrik Gijmink" ;
  a2a:PersonName [
    rdfs:label "Jan Hendrik Gijmink" ;
    a2a:PersonNameFirstName "Jan Hendrik" ;
    a2a:PersonNameLastName "Gijmink"
  ] ;
  a2a:Residence [
    a2a:Place "Markelo" ;
    rdfs:label "Markelo"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "33" ;
    rdfs:label "33"
  ] ;
  a2a:Profession "landbouwer" .

oa:person_hvt_efa54eff-7e53-ce00-deb9-ff2cef2b88a3_Person5
  a a2a:Person ;
  rdfs:label "Hendrik Jan Meutstege" ;
  a2a:PersonName [
    rdfs:label "Hendrik Jan Meutstege" ;
    a2a:PersonNameFirstName "Hendrik Jan" ;
    a2a:PersonNameLastName "Meutstege"
  ] ;
  a2a:Residence [
    a2a:Place "Markelo" ;
    rdfs:label "Markelo"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "30" ;
    rdfs:label "30"
  ] ;
  a2a:Profession "landbouwer" .

oa:event_hvt_efa54eff-7e53-ce00-deb9-ff2cef2b88a3_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1918" ;
    a2a:Month "8" ;
    a2a:Day "1" ;
    a2a:Hour "19" ;
    a2a:Minute "0" ;
    rdfs:label "1918-08-01"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Markelo" ;
    rdfs:label "Markelo"
  ] .

oa:relationep_hvt_efa54eff-7e53-ce00-deb9-ff2cef2b88a3_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_hvt_efa54eff-7e53-ce00-deb9-ff2cef2b88a3_Person1 ;
  a2a:EventKeyRef oa:event_hvt_efa54eff-7e53-ce00-deb9-ff2cef2b88a3_Event1 .

oa:relationep_hvt_efa54eff-7e53-ce00-deb9-ff2cef2b88a3_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_hvt_efa54eff-7e53-ce00-deb9-ff2cef2b88a3_Person2 ;
  a2a:EventKeyRef oa:event_hvt_efa54eff-7e53-ce00-deb9-ff2cef2b88a3_Event1 .

oa:relationep_hvt_efa54eff-7e53-ce00-deb9-ff2cef2b88a3_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_hvt_efa54eff-7e53-ce00-deb9-ff2cef2b88a3_Person3 ;
  a2a:EventKeyRef oa:event_hvt_efa54eff-7e53-ce00-deb9-ff2cef2b88a3_Event1 .

oa:relationep_hvt_efa54eff-7e53-ce00-deb9-ff2cef2b88a3_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_hvt_efa54eff-7e53-ce00-deb9-ff2cef2b88a3_Person4 ;
  a2a:EventKeyRef oa:event_hvt_efa54eff-7e53-ce00-deb9-ff2cef2b88a3_Event1 .

oa:relationep_hvt_efa54eff-7e53-ce00-deb9-ff2cef2b88a3_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_hvt_efa54eff-7e53-ce00-deb9-ff2cef2b88a3_Person5 ;
  a2a:EventKeyRef oa:event_hvt_efa54eff-7e53-ce00-deb9-ff2cef2b88a3_Event1 .

oa:source_hvt_efa54eff-7e53-ce00-deb9-ff2cef2b88a3
  a a2a:Source ;
  rdfs:label "Gemeente Hof van Twente, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Goor" ;
    rdfs:label "Goor", "1819-01-01 - 1919-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1819-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1919-12-31"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gemeente Hof van Twente" ;
    a2a:Collection "Markelo BS Geboorte 1819-1919" ;
    a2a:DocumentNumber "58" ;
    rdfs:label "Gemeente Hof van Twente, Markelo BS Geboorte 1819-1919, 58"
  ] ;
  a2a:SourceLastChangeDate "2019-10-18"^^xsd:date ;
  a2a:RecordIdentifier "11693" ;
  a2a:RecordGUID "{efa54eff-7e53-ce00-deb9-ff2cef2b88a3}" ;
  a2a:SourceRemarkVrijwilliger "Stichting Heemkunde Markelo" ;
  a2a:SourceRemarkProvenance "PRO-GEN export | ZIP via e-mail | iconv -f 437 -t utf-8 | csv2a2a" .

