@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_fca58b48-53ea-5cd5-8c8d-b0ea44d0d85a
  a a2a:Record ;
  rdfs:label "Geboorte op 13 februari 1896" ;
  a2a:hasPerson oa:person_bhi_fca58b48-53ea-5cd5-8c8d-b0ea44d0d85a_Person-64617229-4836-45a0-fe04-eba694e89fe5, oa:person_bhi_fca58b48-53ea-5cd5-8c8d-b0ea44d0d85a_Person-213626c8-2877-3a87-ebca-22bb7691635a, oa:person_bhi_fca58b48-53ea-5cd5-8c8d-b0ea44d0d85a_Person-a41d37f6-268c-f80d-f02f-cb49c00bba2f ;
  a2a:hasEvent oa:event_bhi_fca58b48-53ea-5cd5-8c8d-b0ea44d0d85a_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_fca58b48-53ea-5cd5-8c8d-b0ea44d0d85a_0, oa:relationep_bhi_fca58b48-53ea-5cd5-8c8d-b0ea44d0d85a_1, oa:relationep_bhi_fca58b48-53ea-5cd5-8c8d-b0ea44d0d85a_2 ;
  a2a:hasSource oa:source_bhi_fca58b48-53ea-5cd5-8c8d-b0ea44d0d85a .

oa:person_bhi_fca58b48-53ea-5cd5-8c8d-b0ea44d0d85a_Person-64617229-4836-45a0-fe04-eba694e89fe5
  a a2a:Person ;
  rdfs:label "Jacobus Joannes Harte" ;
  a2a:PersonName [
    rdfs:label "Jacobus Joannes Harte" ;
    a2a:PersonNameFirstName "Jacobus Joannes" ;
    a2a:PersonNameLastName "Harte"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_fca58b48-53ea-5cd5-8c8d-b0ea44d0d85a_Person-213626c8-2877-3a87-ebca-22bb7691635a
  a a2a:Person ;
  rdfs:label "Cornelia Catharina ten Ham" ;
  a2a:PersonName [
    rdfs:label "Cornelia Catharina ten Ham" ;
    a2a:PersonNameFirstName "Cornelia Catharina" ;
    a2a:PersonNamePrefixLastName "ten" ;
    a2a:PersonNameLastName "Ham"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_fca58b48-53ea-5cd5-8c8d-b0ea44d0d85a_Person-a41d37f6-268c-f80d-f02f-cb49c00bba2f
  a a2a:Person ;
  rdfs:label "Adriana Jacoba Maria Harte" ;
  a2a:PersonName [
    rdfs:label "Adriana Jacoba Maria Harte" ;
    a2a:PersonNameFirstName "Adriana Jacoba Maria" ;
    a2a:PersonNameLastName "Harte"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1896" ;
    a2a:Month "2" ;
    a2a:Day "13" ;
    rdfs:label "1896-02-13"^^xsd:date
  ] .

oa:event_bhi_fca58b48-53ea-5cd5-8c8d-b0ea44d0d85a_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1896" ;
    a2a:Month "2" ;
    a2a:Day "13" ;
    rdfs:label "1896-02-13"^^xsd:date
  ] .

oa:relationep_bhi_fca58b48-53ea-5cd5-8c8d-b0ea44d0d85a_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_fca58b48-53ea-5cd5-8c8d-b0ea44d0d85a_Person:64617229-4836-45a0-fe04-eba694e89fe5 ;
  a2a:EventKeyRef oa:event_bhi_fca58b48-53ea-5cd5-8c8d-b0ea44d0d85a_Event1 .

oa:relationep_bhi_fca58b48-53ea-5cd5-8c8d-b0ea44d0d85a_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_fca58b48-53ea-5cd5-8c8d-b0ea44d0d85a_Person:213626c8-2877-3a87-ebca-22bb7691635a ;
  a2a:EventKeyRef oa:event_bhi_fca58b48-53ea-5cd5-8c8d-b0ea44d0d85a_Event1 .

oa:relationep_bhi_fca58b48-53ea-5cd5-8c8d-b0ea44d0d85a_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_fca58b48-53ea-5cd5-8c8d-b0ea44d0d85a_Person:a41d37f6-268c-f80d-f02f-cb49c00bba2f ;
  a2a:EventKeyRef oa:event_bhi_fca58b48-53ea-5cd5-8c8d-b0ea44d0d85a_Event1 .

oa:source_bhi_fca58b48-53ea-5cd5-8c8d-b0ea44d0d85a
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1896-02-14 - 1896-02-14"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1896-02-14"^^xsd:date ;
    a2a:SourceIndexDateTo "1896-02-14"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1896" ;
    a2a:Month "2" ;
    a2a:Day "14" ;
    rdfs:label "1896-02-14"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 1197, Periode: 1896" ;
    a2a:Book "Geboorteregister 1896" ;
    a2a:DocumentNumber "110" ;
    a2a:RegistryNumber "1197" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Bron: boek, Deel: 1197, Periode: 1896, Geboorteregister 1896, 110, 1197"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/c19d85c0-fed0-410a-0d4d-19f1fc5b715c.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/c19d85c0-fed0-410a-0d4d-19f1fc5b715c.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-10-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/fca58b48-53ea-5cd5-8c8d-b0ea44d0d85a" ;
  a2a:RecordGUID "{fca58b48-53ea-5cd5-8c8d-b0ea44d0d85a}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_6835_00006835.xml van BHI" .

