@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_bhi_0e1e5d30-e37b-621a-d348-57d29316e2fe
  a a2a:Record ;
  rdfs:label "Geboorte op 8 april 1850" ;
  a2a:hasPerson oa:person_bhi_0e1e5d30-e37b-621a-d348-57d29316e2fe_Person-24748ccc-9a98-e87f-6beb-cdbc84107f8f, oa:person_bhi_0e1e5d30-e37b-621a-d348-57d29316e2fe_Person-cde09409-434c-1717-26da-9be2f34e93a5, oa:person_bhi_0e1e5d30-e37b-621a-d348-57d29316e2fe_Person-f64d5b47-71d0-2b22-2e90-05ce166bbf89 ;
  a2a:hasEvent oa:event_bhi_0e1e5d30-e37b-621a-d348-57d29316e2fe_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_0e1e5d30-e37b-621a-d348-57d29316e2fe_0, oa:relationep_bhi_0e1e5d30-e37b-621a-d348-57d29316e2fe_1, oa:relationep_bhi_0e1e5d30-e37b-621a-d348-57d29316e2fe_2 ;
  a2a:hasSource oa:source_bhi_0e1e5d30-e37b-621a-d348-57d29316e2fe .

oa:person_bhi_0e1e5d30-e37b-621a-d348-57d29316e2fe_Person-24748ccc-9a98-e87f-6beb-cdbc84107f8f
  a a2a:Person ;
  rdfs:label "Joannes Vingerhoets" ;
  a2a:PersonName [
    rdfs:label "Joannes Vingerhoets" ;
    a2a:PersonNameFirstName "Joannes" ;
    a2a:PersonNameLastName "Vingerhoets"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_0e1e5d30-e37b-621a-d348-57d29316e2fe_Person-cde09409-434c-1717-26da-9be2f34e93a5
  a a2a:Person ;
  rdfs:label "Anna Maria Kamp" ;
  a2a:PersonName [
    rdfs:label "Anna Maria Kamp" ;
    a2a:PersonNameFirstName "Anna Maria" ;
    a2a:PersonNameLastName "Kamp"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_0e1e5d30-e37b-621a-d348-57d29316e2fe_Person-f64d5b47-71d0-2b22-2e90-05ce166bbf89
  a a2a:Person ;
  rdfs:label "Norbertus Josephus Vingerhoets" ;
  a2a:PersonName [
    rdfs:label "Norbertus Josephus Vingerhoets" ;
    a2a:PersonNameFirstName "Norbertus Josephus" ;
    a2a:PersonNameLastName "Vingerhoets"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1850" ;
    a2a:Month "4" ;
    a2a:Day "8" ;
    rdfs:label "1850-04-08"^^xsd:date
  ] .

oa:event_bhi_0e1e5d30-e37b-621a-d348-57d29316e2fe_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1850" ;
    a2a:Month "4" ;
    a2a:Day "8" ;
    rdfs:label "1850-04-08"^^xsd:date
  ] .

oa:relationep_bhi_0e1e5d30-e37b-621a-d348-57d29316e2fe_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_0e1e5d30-e37b-621a-d348-57d29316e2fe_Person:24748ccc-9a98-e87f-6beb-cdbc84107f8f ;
  a2a:EventKeyRef oa:event_bhi_0e1e5d30-e37b-621a-d348-57d29316e2fe_Event1 .

oa:relationep_bhi_0e1e5d30-e37b-621a-d348-57d29316e2fe_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_0e1e5d30-e37b-621a-d348-57d29316e2fe_Person:cde09409-434c-1717-26da-9be2f34e93a5 ;
  a2a:EventKeyRef oa:event_bhi_0e1e5d30-e37b-621a-d348-57d29316e2fe_Event1 .

oa:relationep_bhi_0e1e5d30-e37b-621a-d348-57d29316e2fe_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_0e1e5d30-e37b-621a-d348-57d29316e2fe_Person:f64d5b47-71d0-2b22-2e90-05ce166bbf89 ;
  a2a:EventKeyRef oa:event_bhi_0e1e5d30-e37b-621a-d348-57d29316e2fe_Event1 .

oa:source_bhi_0e1e5d30-e37b-621a-d348-57d29316e2fe
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg", "1850-04-10 - 1850-04-10"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1850-04-10"^^xsd:date ;
    a2a:SourceIndexDateTo "1850-04-10"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1850" ;
    a2a:Month "4" ;
    a2a:Day "10" ;
    rdfs:label "1850-04-10"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 7670, Periode: 1850" ;
    a2a:Book "Geboorteregister Tilburg 1850" ;
    a2a:DocumentNumber "132" ;
    a2a:RegistryNumber "7670" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 7670, Periode: 1850, Geboorteregister Tilburg 1850, 132, 7670"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/36eaa11e-76fe-5ca6-26d6-659800cb0eb6.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/36eaa11e-76fe-5ca6-26d6-659800cb0eb6.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-12-07"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/0e1e5d30-e37b-621a-d348-57d29316e2fe" ;
  a2a:RecordGUID "{0e1e5d30-e37b-621a-d348-57d29316e2fe}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240222_2094_00002094.xml van BHI" .

