@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_c880f9b2-7f29-c34b-4f89-e6d2d2e7f45a
  a a2a:Record ;
  rdfs:label "Geboorte op 27 augustus 1891" ;
  a2a:hasPerson oa:person_bhi_c880f9b2-7f29-c34b-4f89-e6d2d2e7f45a_Person-b19fc713-9b0d-5ab5-c8bc-600a95704761, oa:person_bhi_c880f9b2-7f29-c34b-4f89-e6d2d2e7f45a_Person-d24b2e33-1e74-6457-80e4-4e60778d1ac2, oa:person_bhi_c880f9b2-7f29-c34b-4f89-e6d2d2e7f45a_Person-63d50039-a95a-1214-ae4d-316958831b8a ;
  a2a:hasEvent oa:event_bhi_c880f9b2-7f29-c34b-4f89-e6d2d2e7f45a_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_c880f9b2-7f29-c34b-4f89-e6d2d2e7f45a_0, oa:relationep_bhi_c880f9b2-7f29-c34b-4f89-e6d2d2e7f45a_1, oa:relationep_bhi_c880f9b2-7f29-c34b-4f89-e6d2d2e7f45a_2 ;
  a2a:hasSource oa:source_bhi_c880f9b2-7f29-c34b-4f89-e6d2d2e7f45a .

oa:person_bhi_c880f9b2-7f29-c34b-4f89-e6d2d2e7f45a_Person-b19fc713-9b0d-5ab5-c8bc-600a95704761
  a a2a:Person ;
  rdfs:label "Arnoldus Aloijsius Maria van Sprang" ;
  a2a:PersonName [
    rdfs:label "Arnoldus Aloijsius Maria van Sprang" ;
    a2a:PersonNameFirstName "Arnoldus Aloijsius Maria" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Sprang"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1891" ;
    a2a:Month "8" ;
    a2a:Day "27" ;
    rdfs:label "1891-08-27"^^xsd:date
  ] .

oa:person_bhi_c880f9b2-7f29-c34b-4f89-e6d2d2e7f45a_Person-d24b2e33-1e74-6457-80e4-4e60778d1ac2
  a a2a:Person ;
  rdfs:label "Maria Henrica Johanna Broekhans" ;
  a2a:PersonName [
    rdfs:label "Maria Henrica Johanna Broekhans" ;
    a2a:PersonNameFirstName "Maria Henrica Johanna" ;
    a2a:PersonNameLastName "Broekhans"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_c880f9b2-7f29-c34b-4f89-e6d2d2e7f45a_Person-63d50039-a95a-1214-ae4d-316958831b8a
  a a2a:Person ;
  rdfs:label "Johannes Cornelis van Sprang" ;
  a2a:PersonName [
    rdfs:label "Johannes Cornelis van Sprang" ;
    a2a:PersonNameFirstName "Johannes Cornelis" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Sprang"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_c880f9b2-7f29-c34b-4f89-e6d2d2e7f45a_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1891" ;
    a2a:Month "8" ;
    a2a:Day "27" ;
    rdfs:label "1891-08-27"^^xsd:date
  ] .

oa:relationep_bhi_c880f9b2-7f29-c34b-4f89-e6d2d2e7f45a_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_c880f9b2-7f29-c34b-4f89-e6d2d2e7f45a_Person:b19fc713-9b0d-5ab5-c8bc-600a95704761 ;
  a2a:EventKeyRef oa:event_bhi_c880f9b2-7f29-c34b-4f89-e6d2d2e7f45a_Event1 .

oa:relationep_bhi_c880f9b2-7f29-c34b-4f89-e6d2d2e7f45a_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_c880f9b2-7f29-c34b-4f89-e6d2d2e7f45a_Person:d24b2e33-1e74-6457-80e4-4e60778d1ac2 ;
  a2a:EventKeyRef oa:event_bhi_c880f9b2-7f29-c34b-4f89-e6d2d2e7f45a_Event1 .

oa:relationep_bhi_c880f9b2-7f29-c34b-4f89-e6d2d2e7f45a_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_c880f9b2-7f29-c34b-4f89-e6d2d2e7f45a_Person:63d50039-a95a-1214-ae4d-316958831b8a ;
  a2a:EventKeyRef oa:event_bhi_c880f9b2-7f29-c34b-4f89-e6d2d2e7f45a_Event1 .

oa:source_bhi_c880f9b2-7f29-c34b-4f89-e6d2d2e7f45a
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg", "1891-08-28 - 1891-08-28"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1891-08-28"^^xsd:date ;
    a2a:SourceIndexDateTo "1891-08-28"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1891" ;
    a2a:Month "8" ;
    a2a:Day "28" ;
    rdfs:label "1891-08-28"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 7687, Periode: 1891" ;
    a2a:Book "Geboorteregister Tilburg 1891" ;
    a2a:DocumentNumber "810" ;
    a2a:RegistryNumber "7687" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 7687, Periode: 1891, Geboorteregister Tilburg 1891, 810, 7687"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/a938d9ad-ad1e-c435-4b17-d02f865f4157.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/a938d9ad-ad1e-c435-4b17-d02f865f4157.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-12-07"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/c880f9b2-7f29-c34b-4f89-e6d2d2e7f45a" ;
  a2a:RecordGUID "{c880f9b2-7f29-c34b-4f89-e6d2d2e7f45a}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240222_2811_00002811.xml van BHI" .

