@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_2ffd31ba-3d44-7439-04e7-e472fdc1c54c
  a a2a:Record ;
  rdfs:label "Geboorte op 13 september 1903" ;
  a2a:hasPerson oa:person_bhi_2ffd31ba-3d44-7439-04e7-e472fdc1c54c_Person-1623b8c0-a729-e1d4-7733-9c6741816fa2, oa:person_bhi_2ffd31ba-3d44-7439-04e7-e472fdc1c54c_Person-9be96e92-6244-38ae-3218-bf6b7afe723c, oa:person_bhi_2ffd31ba-3d44-7439-04e7-e472fdc1c54c_Person-388c3bc0-edef-3224-2e04-ff8cd895be75 ;
  a2a:hasEvent oa:event_bhi_2ffd31ba-3d44-7439-04e7-e472fdc1c54c_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_2ffd31ba-3d44-7439-04e7-e472fdc1c54c_0, oa:relationep_bhi_2ffd31ba-3d44-7439-04e7-e472fdc1c54c_1, oa:relationep_bhi_2ffd31ba-3d44-7439-04e7-e472fdc1c54c_2 ;
  a2a:hasSource oa:source_bhi_2ffd31ba-3d44-7439-04e7-e472fdc1c54c .

oa:person_bhi_2ffd31ba-3d44-7439-04e7-e472fdc1c54c_Person-1623b8c0-a729-e1d4-7733-9c6741816fa2
  a a2a:Person ;
  rdfs:label "Elisabeth Kleijssen" ;
  a2a:PersonName [
    rdfs:label "Elisabeth Kleijssen" ;
    a2a:PersonNameFirstName "Elisabeth" ;
    a2a:PersonNameLastName "Kleijssen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_2ffd31ba-3d44-7439-04e7-e472fdc1c54c_Person-9be96e92-6244-38ae-3218-bf6b7afe723c
  a a2a:Person ;
  rdfs:label "Franciscus Johannes Parijs" ;
  a2a:PersonName [
    rdfs:label "Franciscus Johannes Parijs" ;
    a2a:PersonNameFirstName "Franciscus Johannes" ;
    a2a:PersonNameLastName "Parijs"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1903" ;
    a2a:Month "9" ;
    a2a:Day "13" ;
    rdfs:label "1903-09-13"^^xsd:date
  ] .

oa:person_bhi_2ffd31ba-3d44-7439-04e7-e472fdc1c54c_Person-388c3bc0-edef-3224-2e04-ff8cd895be75
  a a2a:Person ;
  rdfs:label "Marinus Parijs" ;
  a2a:PersonName [
    rdfs:label "Marinus Parijs" ;
    a2a:PersonNameFirstName "Marinus" ;
    a2a:PersonNameLastName "Parijs"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_2ffd31ba-3d44-7439-04e7-e472fdc1c54c_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1903" ;
    a2a:Month "9" ;
    a2a:Day "13" ;
    rdfs:label "1903-09-13"^^xsd:date
  ] .

oa:relationep_bhi_2ffd31ba-3d44-7439-04e7-e472fdc1c54c_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_2ffd31ba-3d44-7439-04e7-e472fdc1c54c_Person:1623b8c0-a729-e1d4-7733-9c6741816fa2 ;
  a2a:EventKeyRef oa:event_bhi_2ffd31ba-3d44-7439-04e7-e472fdc1c54c_Event1 .

oa:relationep_bhi_2ffd31ba-3d44-7439-04e7-e472fdc1c54c_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_2ffd31ba-3d44-7439-04e7-e472fdc1c54c_Person:9be96e92-6244-38ae-3218-bf6b7afe723c ;
  a2a:EventKeyRef oa:event_bhi_2ffd31ba-3d44-7439-04e7-e472fdc1c54c_Event1 .

oa:relationep_bhi_2ffd31ba-3d44-7439-04e7-e472fdc1c54c_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_2ffd31ba-3d44-7439-04e7-e472fdc1c54c_Person:388c3bc0-edef-3224-2e04-ff8cd895be75 ;
  a2a:EventKeyRef oa:event_bhi_2ffd31ba-3d44-7439-04e7-e472fdc1c54c_Event1 .

oa:source_bhi_2ffd31ba-3d44-7439-04e7-e472fdc1c54c
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Vlijmen" ;
    rdfs:label "Vlijmen", "1903-09-14 - 1903-09-14"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1903-09-14"^^xsd:date ;
    a2a:SourceIndexDateTo "1903-09-14"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1903" ;
    a2a:Month "9" ;
    a2a:Day "14" ;
    rdfs:label "1903-09-14"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3400, Periode: 1903" ;
    a2a:Book "Geboorteregister Vlijmen 1903" ;
    a2a:DocumentNumber "95" ;
    a2a:RegistryNumber "3400" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3400, Periode: 1903, Geboorteregister Vlijmen 1903, 95, 3400"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/31afbbeb-73e9-f330-a685-d9ffc2398572.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/31afbbeb-73e9-f330-a685-d9ffc2398572.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-10-27"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/2ffd31ba-3d44-7439-04e7-e472fdc1c54c" ;
  a2a:RecordGUID "{2ffd31ba-3d44-7439-04e7-e472fdc1c54c}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240316_6216_00006216.xml van BHI" .

