@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_da53653c-ebe4-e865-699d-edcf195dc57c
  a a2a:Record ;
  rdfs:label "Geboorte op 17 februari 1876" ;
  a2a:hasPerson oa:person_bhi_da53653c-ebe4-e865-699d-edcf195dc57c_Person-e27c0a0b-972a-ca5c-6016-24b1cd9c93b0, oa:person_bhi_da53653c-ebe4-e865-699d-edcf195dc57c_Person-8d4d958d-a5df-d5bf-a70b-75aa2b7ee61b, oa:person_bhi_da53653c-ebe4-e865-699d-edcf195dc57c_Person-f096f0d1-f267-0228-489f-6d754a4af008 ;
  a2a:hasEvent oa:event_bhi_da53653c-ebe4-e865-699d-edcf195dc57c_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_da53653c-ebe4-e865-699d-edcf195dc57c_0, oa:relationep_bhi_da53653c-ebe4-e865-699d-edcf195dc57c_1, oa:relationep_bhi_da53653c-ebe4-e865-699d-edcf195dc57c_2 ;
  a2a:hasSource oa:source_bhi_da53653c-ebe4-e865-699d-edcf195dc57c .

oa:person_bhi_da53653c-ebe4-e865-699d-edcf195dc57c_Person-e27c0a0b-972a-ca5c-6016-24b1cd9c93b0
  a a2a:Person ;
  rdfs:label "Joanna Catharina Wellens" ;
  a2a:PersonName [
    rdfs:label "Joanna Catharina Wellens" ;
    a2a:PersonNameFirstName "Joanna Catharina" ;
    a2a:PersonNameLastName "Wellens"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_da53653c-ebe4-e865-699d-edcf195dc57c_Person-8d4d958d-a5df-d5bf-a70b-75aa2b7ee61b
  a a2a:Person ;
  rdfs:label "Adrianus Petrus Henricus van Thienen" ;
  a2a:PersonName [
    rdfs:label "Adrianus Petrus Henricus van Thienen" ;
    a2a:PersonNameFirstName "Adrianus Petrus Henricus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Thienen"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1876" ;
    a2a:Month "2" ;
    a2a:Day "17" ;
    rdfs:label "1876-02-17"^^xsd:date
  ] .

oa:person_bhi_da53653c-ebe4-e865-699d-edcf195dc57c_Person-f096f0d1-f267-0228-489f-6d754a4af008
  a a2a:Person ;
  rdfs:label "Cornelis van Thienen" ;
  a2a:PersonName [
    rdfs:label "Cornelis van Thienen" ;
    a2a:PersonNameFirstName "Cornelis" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Thienen"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_da53653c-ebe4-e865-699d-edcf195dc57c_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1876" ;
    a2a:Month "2" ;
    a2a:Day "17" ;
    rdfs:label "1876-02-17"^^xsd:date
  ] .

oa:relationep_bhi_da53653c-ebe4-e865-699d-edcf195dc57c_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_da53653c-ebe4-e865-699d-edcf195dc57c_Person:e27c0a0b-972a-ca5c-6016-24b1cd9c93b0 ;
  a2a:EventKeyRef oa:event_bhi_da53653c-ebe4-e865-699d-edcf195dc57c_Event1 .

oa:relationep_bhi_da53653c-ebe4-e865-699d-edcf195dc57c_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_da53653c-ebe4-e865-699d-edcf195dc57c_Person:8d4d958d-a5df-d5bf-a70b-75aa2b7ee61b ;
  a2a:EventKeyRef oa:event_bhi_da53653c-ebe4-e865-699d-edcf195dc57c_Event1 .

oa:relationep_bhi_da53653c-ebe4-e865-699d-edcf195dc57c_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_da53653c-ebe4-e865-699d-edcf195dc57c_Person:f096f0d1-f267-0228-489f-6d754a4af008 ;
  a2a:EventKeyRef oa:event_bhi_da53653c-ebe4-e865-699d-edcf195dc57c_Event1 .

oa:source_bhi_da53653c-ebe4-e865-699d-edcf195dc57c
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "'s-Hertogenbosch" ;
    rdfs:label "'s-Hertogenbosch", "1876-02-17 - 1876-02-17"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1876-02-17"^^xsd:date ;
    a2a:SourceIndexDateTo "1876-02-17"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1876" ;
    a2a:Month "2" ;
    a2a:Day "17" ;
    rdfs:label "1876-02-17"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3808, Periode: 1876" ;
    a2a:Book "Geboorteregister 's-Hertogenbosch 1876" ;
    a2a:DocumentNumber "110" ;
    a2a:RegistryNumber "3808" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3808, Periode: 1876, Geboorteregister 's-Hertogenbosch 1876, 110, 3808"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/ffd66be1-1b32-cf5b-d3c4-af211cc2008f.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/ffd66be1-1b32-cf5b-d3c4-af211cc2008f.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-12-07"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/da53653c-ebe4-e865-699d-edcf195dc57c" ;
  a2a:RecordGUID "{da53653c-ebe4-e865-699d-edcf195dc57c}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240222_2571_00002571.xml van BHI" .

