@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_09f06470-7ff5-c798-39dc-e8a67e0b41c0
  a a2a:Record ;
  rdfs:label "Geboorte om 20:00 op 22 december 1842 te Markelo" ;
  a2a:hasPerson oa:person_hvt_09f06470-7ff5-c798-39dc-e8a67e0b41c0_Person1, oa:person_hvt_09f06470-7ff5-c798-39dc-e8a67e0b41c0_Person2, oa:person_hvt_09f06470-7ff5-c798-39dc-e8a67e0b41c0_Person3, oa:person_hvt_09f06470-7ff5-c798-39dc-e8a67e0b41c0_Person4, oa:person_hvt_09f06470-7ff5-c798-39dc-e8a67e0b41c0_Person5 ;
  a2a:hasEvent oa:event_hvt_09f06470-7ff5-c798-39dc-e8a67e0b41c0_Event1 ;
  a2a:hasRelationEP oa:relationep_hvt_09f06470-7ff5-c798-39dc-e8a67e0b41c0_0, oa:relationep_hvt_09f06470-7ff5-c798-39dc-e8a67e0b41c0_1, oa:relationep_hvt_09f06470-7ff5-c798-39dc-e8a67e0b41c0_2, oa:relationep_hvt_09f06470-7ff5-c798-39dc-e8a67e0b41c0_3, oa:relationep_hvt_09f06470-7ff5-c798-39dc-e8a67e0b41c0_4 ;
  a2a:hasSource oa:source_hvt_09f06470-7ff5-c798-39dc-e8a67e0b41c0 .

oa:person_hvt_09f06470-7ff5-c798-39dc-e8a67e0b41c0_Person1
  a a2a:Person ;
  rdfs:label "Johan Gerard" ;
  a2a:PersonName [
    rdfs:label "Johan Gerard" ;
    a2a:PersonNameFirstName "Johan Gerard"
  ] ;
  a2a:Gender "Man" ;
  a2a:Residence [
    a2a:Place "Herike" ;
    rdfs:label "Herike"
  ] .

oa:person_hvt_09f06470-7ff5-c798-39dc-e8a67e0b41c0_Person2
  a a2a:Person ;
  rdfs:label "Harmen van der Velde" ;
  a2a:PersonName [
    rdfs:label "Harmen van der Velde" ;
    a2a:PersonNameFirstName "Harmen" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Velde"
  ] ;
  a2a:Residence [
    a2a:Place "Herike" ;
    rdfs:label "Herike"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "42" ;
    rdfs:label "42"
  ] ;
  a2a:Profession "tolgaarder" .

oa:person_hvt_09f06470-7ff5-c798-39dc-e8a67e0b41c0_Person3
  a a2a:Person ;
  rdfs:label "Hendrika Weyers" ;
  a2a:PersonName [
    rdfs:label "Hendrika Weyers" ;
    a2a:PersonNameFirstName "Hendrika" ;
    a2a:PersonNameLastName "Weyers"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "33" ;
    rdfs:label "33"
  ] ;
  a2a:Profession "zonder beroep" .

oa:person_hvt_09f06470-7ff5-c798-39dc-e8a67e0b41c0_Person4
  a a2a:Person ;
  rdfs:label "Abraham Krieger" ;
  a2a:PersonName [
    rdfs:label "Abraham Krieger" ;
    a2a:PersonNameFirstName "Abraham" ;
    a2a:PersonNameLastName "Krieger"
  ] ;
  a2a:Residence [
    a2a:Place "Goor" ;
    rdfs:label "Goor"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "44" ;
    rdfs:label "44"
  ] ;
  a2a:Profession "verwer" .

oa:person_hvt_09f06470-7ff5-c798-39dc-e8a67e0b41c0_Person5
  a a2a:Person ;
  rdfs:label "Barend Morsinkhoff" ;
  a2a:PersonName [
    rdfs:label "Barend Morsinkhoff" ;
    a2a:PersonNameFirstName "Barend" ;
    a2a:PersonNameLastName "Morsinkhoff"
  ] ;
  a2a:Residence [
    a2a:Place "Herike" ;
    rdfs:label "Herike"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "40" ;
    rdfs:label "40"
  ] ;
  a2a:Profession "landbouwer" .

oa:event_hvt_09f06470-7ff5-c798-39dc-e8a67e0b41c0_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1842" ;
    a2a:Month "12" ;
    a2a:Day "22" ;
    a2a:Hour "20" ;
    a2a:Minute "0" ;
    rdfs:label "1842-12-22"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Markelo" ;
    rdfs:label "Markelo"
  ] .

oa:relationep_hvt_09f06470-7ff5-c798-39dc-e8a67e0b41c0_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_hvt_09f06470-7ff5-c798-39dc-e8a67e0b41c0_Person1 ;
  a2a:EventKeyRef oa:event_hvt_09f06470-7ff5-c798-39dc-e8a67e0b41c0_Event1 .

oa:relationep_hvt_09f06470-7ff5-c798-39dc-e8a67e0b41c0_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_hvt_09f06470-7ff5-c798-39dc-e8a67e0b41c0_Person2 ;
  a2a:EventKeyRef oa:event_hvt_09f06470-7ff5-c798-39dc-e8a67e0b41c0_Event1 .

oa:relationep_hvt_09f06470-7ff5-c798-39dc-e8a67e0b41c0_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_hvt_09f06470-7ff5-c798-39dc-e8a67e0b41c0_Person3 ;
  a2a:EventKeyRef oa:event_hvt_09f06470-7ff5-c798-39dc-e8a67e0b41c0_Event1 .

oa:relationep_hvt_09f06470-7ff5-c798-39dc-e8a67e0b41c0_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_hvt_09f06470-7ff5-c798-39dc-e8a67e0b41c0_Person4 ;
  a2a:EventKeyRef oa:event_hvt_09f06470-7ff5-c798-39dc-e8a67e0b41c0_Event1 .

oa:relationep_hvt_09f06470-7ff5-c798-39dc-e8a67e0b41c0_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_hvt_09f06470-7ff5-c798-39dc-e8a67e0b41c0_Person5 ;
  a2a:EventKeyRef oa:event_hvt_09f06470-7ff5-c798-39dc-e8a67e0b41c0_Event1 .

oa:source_hvt_09f06470-7ff5-c798-39dc-e8a67e0b41c0
  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 "114" ;
    rdfs:label "Gemeente Hof van Twente, Markelo BS Geboorte 1819-1919, 114"
  ] ;
  a2a:SourceLastChangeDate "2019-10-18"^^xsd:date ;
  a2a:RecordIdentifier "2942" ;
  a2a:RecordGUID "{09f06470-7ff5-c798-39dc-e8a67e0b41c0}" ;
  a2a:SourceRemarkVrijwilliger "Stichting Heemkunde Markelo" ;
  a2a:SourceRemarkProvenance "PRO-GEN export | ZIP via e-mail | iconv -f 437 -t utf-8 | csv2a2a" .

