@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_ba7ea562-4b41-7c7c-d2db-23a009a5cd35
  a a2a:Record ;
  rdfs:label "Geboorte op 24 december 1895" ;
  a2a:hasPerson oa:person_bhi_ba7ea562-4b41-7c7c-d2db-23a009a5cd35_Person-12045653-5575-7247-ca79-06609e4b03bb, oa:person_bhi_ba7ea562-4b41-7c7c-d2db-23a009a5cd35_Person-c0d6a0a6-cb09-fb65-1980-2c985ccba046, oa:person_bhi_ba7ea562-4b41-7c7c-d2db-23a009a5cd35_Person-0c5f63e1-9add-bdbf-0cf7-6b2c8b682561 ;
  a2a:hasEvent oa:event_bhi_ba7ea562-4b41-7c7c-d2db-23a009a5cd35_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_ba7ea562-4b41-7c7c-d2db-23a009a5cd35_0, oa:relationep_bhi_ba7ea562-4b41-7c7c-d2db-23a009a5cd35_1, oa:relationep_bhi_ba7ea562-4b41-7c7c-d2db-23a009a5cd35_2 ;
  a2a:hasSource oa:source_bhi_ba7ea562-4b41-7c7c-d2db-23a009a5cd35 .

oa:person_bhi_ba7ea562-4b41-7c7c-d2db-23a009a5cd35_Person-12045653-5575-7247-ca79-06609e4b03bb
  a a2a:Person ;
  rdfs:label "Bernardus Joannes Spape" ;
  a2a:PersonName [
    rdfs:label "Bernardus Joannes Spape" ;
    a2a:PersonNameFirstName "Bernardus Joannes" ;
    a2a:PersonNameLastName "Spape"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1895" ;
    a2a:Month "12" ;
    a2a:Day "24" ;
    rdfs:label "1895-12-24"^^xsd:date
  ] .

oa:person_bhi_ba7ea562-4b41-7c7c-d2db-23a009a5cd35_Person-c0d6a0a6-cb09-fb65-1980-2c985ccba046
  a a2a:Person ;
  rdfs:label "Petronella Maria Wouters" ;
  a2a:PersonName [
    rdfs:label "Petronella Maria Wouters" ;
    a2a:PersonNameFirstName "Petronella Maria" ;
    a2a:PersonNameLastName "Wouters"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_ba7ea562-4b41-7c7c-d2db-23a009a5cd35_Person-0c5f63e1-9add-bdbf-0cf7-6b2c8b682561
  a a2a:Person ;
  rdfs:label "Petrus Spape" ;
  a2a:PersonName [
    rdfs:label "Petrus Spape" ;
    a2a:PersonNameFirstName "Petrus" ;
    a2a:PersonNameLastName "Spape"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_ba7ea562-4b41-7c7c-d2db-23a009a5cd35_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1895" ;
    a2a:Month "12" ;
    a2a:Day "24" ;
    rdfs:label "1895-12-24"^^xsd:date
  ] .

oa:relationep_bhi_ba7ea562-4b41-7c7c-d2db-23a009a5cd35_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_ba7ea562-4b41-7c7c-d2db-23a009a5cd35_Person:12045653-5575-7247-ca79-06609e4b03bb ;
  a2a:EventKeyRef oa:event_bhi_ba7ea562-4b41-7c7c-d2db-23a009a5cd35_Event1 .

oa:relationep_bhi_ba7ea562-4b41-7c7c-d2db-23a009a5cd35_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_ba7ea562-4b41-7c7c-d2db-23a009a5cd35_Person:c0d6a0a6-cb09-fb65-1980-2c985ccba046 ;
  a2a:EventKeyRef oa:event_bhi_ba7ea562-4b41-7c7c-d2db-23a009a5cd35_Event1 .

oa:relationep_bhi_ba7ea562-4b41-7c7c-d2db-23a009a5cd35_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_ba7ea562-4b41-7c7c-d2db-23a009a5cd35_Person:0c5f63e1-9add-bdbf-0cf7-6b2c8b682561 ;
  a2a:EventKeyRef oa:event_bhi_ba7ea562-4b41-7c7c-d2db-23a009a5cd35_Event1 .

oa:source_bhi_ba7ea562-4b41-7c7c-d2db-23a009a5cd35
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg", "1895-12-24 - 1895-12-24"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1895-12-24"^^xsd:date ;
    a2a:SourceIndexDateTo "1895-12-24"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1895" ;
    a2a:Month "12" ;
    a2a:Day "24" ;
    rdfs:label "1895-12-24"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 7691, Periode: 1895" ;
    a2a:Book "Geboorteregister Tilburg 1895" ;
    a2a:DocumentNumber "1209" ;
    a2a:RegistryNumber "7691" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 7691, Periode: 1895, Geboorteregister Tilburg 1895, 1209, 7691"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/d93bd71e-ef7b-c5d3-ac0e-5db59ac949ba.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/d93bd71e-ef7b-c5d3-ac0e-5db59ac949ba.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-12-14"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/ba7ea562-4b41-7c7c-d2db-23a009a5cd35" ;
  a2a:RecordGUID "{ba7ea562-4b41-7c7c-d2db-23a009a5cd35}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240222_8703_00008703.xml van BHI" .

