@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_0fa8f4c9-9953-51f7-e994-0fd2f2dbca8b
  a a2a:Record ;
  rdfs:label "Geboorte op 14 februari 1837" ;
  a2a:hasPerson oa:person_bhi_0fa8f4c9-9953-51f7-e994-0fd2f2dbca8b_Person-1c99b77d-b5c0-97da-4c60-2fb8ab05d27f, oa:person_bhi_0fa8f4c9-9953-51f7-e994-0fd2f2dbca8b_Person-aee94c35-afae-0b73-fbb9-9ff7ad9c2ed2, oa:person_bhi_0fa8f4c9-9953-51f7-e994-0fd2f2dbca8b_Person-f15653a1-829e-1068-c6d6-5dbbfcd2883f ;
  a2a:hasEvent oa:event_bhi_0fa8f4c9-9953-51f7-e994-0fd2f2dbca8b_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_0fa8f4c9-9953-51f7-e994-0fd2f2dbca8b_0, oa:relationep_bhi_0fa8f4c9-9953-51f7-e994-0fd2f2dbca8b_1, oa:relationep_bhi_0fa8f4c9-9953-51f7-e994-0fd2f2dbca8b_2 ;
  a2a:hasSource oa:source_bhi_0fa8f4c9-9953-51f7-e994-0fd2f2dbca8b .

oa:person_bhi_0fa8f4c9-9953-51f7-e994-0fd2f2dbca8b_Person-1c99b77d-b5c0-97da-4c60-2fb8ab05d27f
  a a2a:Person ;
  rdfs:label "Peter Hems" ;
  a2a:PersonName [
    rdfs:label "Peter Hems" ;
    a2a:PersonNameFirstName "Peter" ;
    a2a:PersonNameLastName "Hems"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1837" ;
    a2a:Month "2" ;
    a2a:Day "14" ;
    rdfs:label "1837-02-14"^^xsd:date
  ] .

oa:person_bhi_0fa8f4c9-9953-51f7-e994-0fd2f2dbca8b_Person-aee94c35-afae-0b73-fbb9-9ff7ad9c2ed2
  a a2a:Person ;
  rdfs:label "Anna van Kronenburg" ;
  a2a:PersonName [
    rdfs:label "Anna van Kronenburg" ;
    a2a:PersonNameFirstName "Anna" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Kronenburg"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_0fa8f4c9-9953-51f7-e994-0fd2f2dbca8b_Person-f15653a1-829e-1068-c6d6-5dbbfcd2883f
  a a2a:Person ;
  rdfs:label "Johannes Hems" ;
  a2a:PersonName [
    rdfs:label "Johannes Hems" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNameLastName "Hems"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_0fa8f4c9-9953-51f7-e994-0fd2f2dbca8b_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1837" ;
    a2a:Month "2" ;
    a2a:Day "14" ;
    rdfs:label "1837-02-14"^^xsd:date
  ] .

oa:relationep_bhi_0fa8f4c9-9953-51f7-e994-0fd2f2dbca8b_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_0fa8f4c9-9953-51f7-e994-0fd2f2dbca8b_Person:1c99b77d-b5c0-97da-4c60-2fb8ab05d27f ;
  a2a:EventKeyRef oa:event_bhi_0fa8f4c9-9953-51f7-e994-0fd2f2dbca8b_Event1 .

oa:relationep_bhi_0fa8f4c9-9953-51f7-e994-0fd2f2dbca8b_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_0fa8f4c9-9953-51f7-e994-0fd2f2dbca8b_Person:aee94c35-afae-0b73-fbb9-9ff7ad9c2ed2 ;
  a2a:EventKeyRef oa:event_bhi_0fa8f4c9-9953-51f7-e994-0fd2f2dbca8b_Event1 .

oa:relationep_bhi_0fa8f4c9-9953-51f7-e994-0fd2f2dbca8b_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_0fa8f4c9-9953-51f7-e994-0fd2f2dbca8b_Person:f15653a1-829e-1068-c6d6-5dbbfcd2883f ;
  a2a:EventKeyRef oa:event_bhi_0fa8f4c9-9953-51f7-e994-0fd2f2dbca8b_Event1 .

oa:source_bhi_0fa8f4c9-9953-51f7-e994-0fd2f2dbca8b
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Oirschot" ;
    rdfs:label "Oirschot", "1837-02-14 - 1837-02-14"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1837-02-14"^^xsd:date ;
    a2a:SourceIndexDateTo "1837-02-14"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1837" ;
    a2a:Month "2" ;
    a2a:Day "14" ;
    rdfs:label "1837-02-14"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 5692, Periode: 1837" ;
    a2a:Book "Geboorteregister Oirschot 1837" ;
    a2a:DocumentNumber "16" ;
    a2a:RegistryNumber "5692" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 5692, Periode: 1837, Geboorteregister Oirschot 1837, 16, 5692"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/77a23e4d-3b91-a3d2-0c14-fd62f64413cd.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/77a23e4d-3b91-a3d2-0c14-fd62f64413cd.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-01-09"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/0fa8f4c9-9953-51f7-e994-0fd2f2dbca8b" ;
  a2a:RecordGUID "{0fa8f4c9-9953-51f7-e994-0fd2f2dbca8b}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231208_82002_00082002.xml van BHI" .

