@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_sha_0ef76d52-eabd-c10f-1dc9-9556308433e8
  a a2a:Record ;
  rdfs:label "Geboorte op 24 oktober 1811 te Sprang" ;
  a2a:hasPerson oa:person_sha_0ef76d52-eabd-c10f-1dc9-9556308433e8_Person-a5a33a66-75ff-cbd0-22b2-25ca2dfa6d49, oa:person_sha_0ef76d52-eabd-c10f-1dc9-9556308433e8_Person-7c2defc8-b1cb-a0e3-7f04-ef192d41fc58, oa:person_sha_0ef76d52-eabd-c10f-1dc9-9556308433e8_Person-8319451a-63d1-c27c-a1de-7fd522f90885, oa:person_sha_0ef76d52-eabd-c10f-1dc9-9556308433e8_Person-3d800343-ab41-89ef-3870-9995b101b596, oa:person_sha_0ef76d52-eabd-c10f-1dc9-9556308433e8_Person-0e6f1253-f63b-9b5f-c73a-03a3f900f597 ;
  a2a:hasEvent oa:event_sha_0ef76d52-eabd-c10f-1dc9-9556308433e8_Event1 ;
  a2a:hasRelationEP oa:relationep_sha_0ef76d52-eabd-c10f-1dc9-9556308433e8_0, oa:relationep_sha_0ef76d52-eabd-c10f-1dc9-9556308433e8_1, oa:relationep_sha_0ef76d52-eabd-c10f-1dc9-9556308433e8_2, oa:relationep_sha_0ef76d52-eabd-c10f-1dc9-9556308433e8_3, oa:relationep_sha_0ef76d52-eabd-c10f-1dc9-9556308433e8_4 ;
  a2a:hasSource oa:source_sha_0ef76d52-eabd-c10f-1dc9-9556308433e8 .

oa:person_sha_0ef76d52-eabd-c10f-1dc9-9556308433e8_Person-a5a33a66-75ff-cbd0-22b2-25ca2dfa6d49
  a a2a:Person ;
  rdfs:label "Jean Gijsbert Scholt" ;
  a2a:PersonName [
    rdfs:label "Jean Gijsbert Scholt" ;
    a2a:PersonNameFirstName "Jean Gijsbert" ;
    a2a:PersonNameLastName "Scholt"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1811" ;
    a2a:Month "10" ;
    a2a:Day "24" ;
    rdfs:label "1811-10-24"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Sprang" ;
    rdfs:label "Sprang"
  ] .

oa:person_sha_0ef76d52-eabd-c10f-1dc9-9556308433e8_Person-7c2defc8-b1cb-a0e3-7f04-ef192d41fc58
  a a2a:Person ;
  rdfs:label "Arie Craijo" ;
  a2a:PersonName [
    rdfs:label "Arie Craijo" ;
    a2a:PersonNameFirstName "Arie" ;
    a2a:PersonNameLastName "Craijo"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Sprang" ;
    rdfs:label "Sprang"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "40" ;
    rdfs:label "40"
  ] ;
  a2a:Profession "landbouwer" .

oa:person_sha_0ef76d52-eabd-c10f-1dc9-9556308433e8_Person-8319451a-63d1-c27c-a1de-7fd522f90885
  a a2a:Person ;
  rdfs:label "Henri Heijliger van Riel" ;
  a2a:PersonName [
    rdfs:label "Henri Heijliger van Riel" ;
    a2a:PersonNameFirstName "Henri Heijliger" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Riel"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Sprang" ;
    rdfs:label "Sprang"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "29" ;
    rdfs:label "29"
  ] ;
  a2a:Profession "koopman in wijn" .

oa:person_sha_0ef76d52-eabd-c10f-1dc9-9556308433e8_Person-3d800343-ab41-89ef-3870-9995b101b596
  a a2a:Person ;
  rdfs:label "Jean Scholt" ;
  a2a:PersonName [
    rdfs:label "Jean Scholt" ;
    a2a:PersonNameFirstName "Jean" ;
    a2a:PersonNameLastName "Scholt"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Sprang" ;
    rdfs:label "Sprang"
  ] .

oa:person_sha_0ef76d52-eabd-c10f-1dc9-9556308433e8_Person-0e6f1253-f63b-9b5f-c73a-03a3f900f597
  a a2a:Person ;
  rdfs:label "Goverdina Kluijtenaar" ;
  a2a:PersonName [
    rdfs:label "Goverdina Kluijtenaar" ;
    a2a:PersonNameFirstName "Goverdina" ;
    a2a:PersonNameLastName "Kluijtenaar"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_sha_0ef76d52-eabd-c10f-1dc9-9556308433e8_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1811" ;
    a2a:Month "10" ;
    a2a:Day "24" ;
    rdfs:label "1811-10-24"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Sprang" ;
    rdfs:label "Sprang"
  ] .

oa:relationep_sha_0ef76d52-eabd-c10f-1dc9-9556308433e8_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_sha_0ef76d52-eabd-c10f-1dc9-9556308433e8_Person:a5a33a66-75ff-cbd0-22b2-25ca2dfa6d49 ;
  a2a:EventKeyRef oa:event_sha_0ef76d52-eabd-c10f-1dc9-9556308433e8_Event1 .

oa:relationep_sha_0ef76d52-eabd-c10f-1dc9-9556308433e8_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_sha_0ef76d52-eabd-c10f-1dc9-9556308433e8_Person:7c2defc8-b1cb-a0e3-7f04-ef192d41fc58 ;
  a2a:EventKeyRef oa:event_sha_0ef76d52-eabd-c10f-1dc9-9556308433e8_Event1 .

oa:relationep_sha_0ef76d52-eabd-c10f-1dc9-9556308433e8_2
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_sha_0ef76d52-eabd-c10f-1dc9-9556308433e8_Person:8319451a-63d1-c27c-a1de-7fd522f90885 ;
  a2a:EventKeyRef oa:event_sha_0ef76d52-eabd-c10f-1dc9-9556308433e8_Event1 .

oa:relationep_sha_0ef76d52-eabd-c10f-1dc9-9556308433e8_3
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_sha_0ef76d52-eabd-c10f-1dc9-9556308433e8_Person:3d800343-ab41-89ef-3870-9995b101b596 ;
  a2a:EventKeyRef oa:event_sha_0ef76d52-eabd-c10f-1dc9-9556308433e8_Event1 .

oa:relationep_sha_0ef76d52-eabd-c10f-1dc9-9556308433e8_4
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_sha_0ef76d52-eabd-c10f-1dc9-9556308433e8_Person:0e6f1253-f63b-9b5f-c73a-03a3f900f597 ;
  a2a:EventKeyRef oa:event_sha_0ef76d52-eabd-c10f-1dc9-9556308433e8_Event1 .

oa:source_sha_0ef76d52-eabd-c10f-1dc9-9556308433e8
  a a2a:Source ;
  rdfs:label "Streekarchief Langstraat Heusden Altena, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Sprang" ;
    rdfs:label "Sprang", "1811-10-24 - 1811-10-24"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1811-10-24"^^xsd:date ;
    a2a:SourceIndexDateTo "1811-10-24"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1811" ;
    a2a:Month "10" ;
    a2a:Day "24" ;
    rdfs:label "1811-10-24"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Streekarchief Langstraat Heusden Altena" ;
    a2a:Place "Heusden en Altena" ;
    a2a:Collection "Bron: Burgerlijke standregister, Deel: 336, Periode: 1811-1812" ;
    a2a:Book "Geboorte-, huwelijks- en overlijdensregister" ;
    a2a:RegistryNumber "336" ;
    a2a:Folio "39" ;
    rdfs:label "Streekarchief Langstraat Heusden Altena, Heusden en Altena, Bron: Burgerlijke standregister, Deel: 336, Periode: 1811-1812, Geboorte-, huwelijks- en overlijdensregister, 336, 39"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sha/thumb/640x480/e24f8d87-11a0-9fd2-39e9-4aa217a064cd.jpg" ;
    a2a:UriViewer "https://salha.nl/bronnen/genealogy/personen/deeds/0ef76d52-eabd-c10f-1dc9-9556308433e8" ;
    a2a:UriPreview "https://images.memorix.nl/sha/thumb/250x250/e24f8d87-11a0-9fd2-39e9-4aa217a064cd.jpg"
  ] ;
  a2a:SourceLastChangeDate "2021-05-29"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://salha.nl/bronnen/genealogy/personen/deeds/0ef76d52-eabd-c10f-1dc9-9556308433e8" ;
  a2a:RecordGUID "{0ef76d52-eabd-c10f-1dc9-9556308433e8}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_5464_00005464.xml van SHA" .

