@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_1887e415-19bf-8d0d-2cd6-48c12a67ae98
  a a2a:Record ;
  rdfs:label "Geboorte op 28 maart 1914" ;
  a2a:hasPerson oa:person_bhi_1887e415-19bf-8d0d-2cd6-48c12a67ae98_Person-67f5c4e2-18e5-7956-e5c6-0a830b18ff0a, oa:person_bhi_1887e415-19bf-8d0d-2cd6-48c12a67ae98_Person-304cb0ec-47be-d774-0714-cd2e6b61188a, oa:person_bhi_1887e415-19bf-8d0d-2cd6-48c12a67ae98_Person-e762ec62-dda3-2e64-c664-0125614ec1f0 ;
  a2a:hasEvent oa:event_bhi_1887e415-19bf-8d0d-2cd6-48c12a67ae98_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_1887e415-19bf-8d0d-2cd6-48c12a67ae98_0, oa:relationep_bhi_1887e415-19bf-8d0d-2cd6-48c12a67ae98_1, oa:relationep_bhi_1887e415-19bf-8d0d-2cd6-48c12a67ae98_2 ;
  a2a:hasSource oa:source_bhi_1887e415-19bf-8d0d-2cd6-48c12a67ae98 .

oa:person_bhi_1887e415-19bf-8d0d-2cd6-48c12a67ae98_Person-67f5c4e2-18e5-7956-e5c6-0a830b18ff0a
  a a2a:Person ;
  rdfs:label "Petrus Johannes Adrianus Vos" ;
  a2a:PersonName [
    rdfs:label "Petrus Johannes Adrianus Vos" ;
    a2a:PersonNameFirstName "Petrus Johannes Adrianus" ;
    a2a:PersonNameLastName "Vos"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1914" ;
    a2a:Month "3" ;
    a2a:Day "28" ;
    rdfs:label "1914-03-28"^^xsd:date
  ] .

oa:person_bhi_1887e415-19bf-8d0d-2cd6-48c12a67ae98_Person-304cb0ec-47be-d774-0714-cd2e6b61188a
  a a2a:Person ;
  rdfs:label "Francisca Maria van Uden" ;
  a2a:PersonName [
    rdfs:label "Francisca Maria van Uden" ;
    a2a:PersonNameFirstName "Francisca Maria" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Uden"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_1887e415-19bf-8d0d-2cd6-48c12a67ae98_Person-e762ec62-dda3-2e64-c664-0125614ec1f0
  a a2a:Person ;
  rdfs:label "Adrianus Lucas Vos" ;
  a2a:PersonName [
    rdfs:label "Adrianus Lucas Vos" ;
    a2a:PersonNameFirstName "Adrianus Lucas" ;
    a2a:PersonNameLastName "Vos"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_1887e415-19bf-8d0d-2cd6-48c12a67ae98_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1914" ;
    a2a:Month "3" ;
    a2a:Day "28" ;
    rdfs:label "1914-03-28"^^xsd:date
  ] .

oa:relationep_bhi_1887e415-19bf-8d0d-2cd6-48c12a67ae98_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_1887e415-19bf-8d0d-2cd6-48c12a67ae98_Person:67f5c4e2-18e5-7956-e5c6-0a830b18ff0a ;
  a2a:EventKeyRef oa:event_bhi_1887e415-19bf-8d0d-2cd6-48c12a67ae98_Event1 .

oa:relationep_bhi_1887e415-19bf-8d0d-2cd6-48c12a67ae98_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_1887e415-19bf-8d0d-2cd6-48c12a67ae98_Person:304cb0ec-47be-d774-0714-cd2e6b61188a ;
  a2a:EventKeyRef oa:event_bhi_1887e415-19bf-8d0d-2cd6-48c12a67ae98_Event1 .

oa:relationep_bhi_1887e415-19bf-8d0d-2cd6-48c12a67ae98_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_1887e415-19bf-8d0d-2cd6-48c12a67ae98_Person:e762ec62-dda3-2e64-c664-0125614ec1f0 ;
  a2a:EventKeyRef oa:event_bhi_1887e415-19bf-8d0d-2cd6-48c12a67ae98_Event1 .

oa:source_bhi_1887e415-19bf-8d0d-2cd6-48c12a67ae98
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Oss" ;
    rdfs:label "Oss", "1914-03-28 - 1914-03-28"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1914-03-28"^^xsd:date ;
    a2a:SourceIndexDateTo "1914-03-28"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1914" ;
    a2a:Month "3" ;
    a2a:Day "28" ;
    rdfs:label "1914-03-28"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 2293, Periode: 1914" ;
    a2a:Book "Geboorteregister Oss 1914" ;
    a2a:DocumentNumber "106" ;
    a2a:RegistryNumber "2293" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 2293, Periode: 1914, Geboorteregister Oss 1914, 106, 2293"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/9a3b9437-8d9b-4faa-7cdc-a56e6bf27c17.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/9a3b9437-8d9b-4faa-7cdc-a56e6bf27c17.jpg"
  ] ;
  a2a:SourceLastChangeDate "2015-02-16"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/1887e415-19bf-8d0d-2cd6-48c12a67ae98" ;
  a2a:RecordGUID "{1887e415-19bf-8d0d-2cd6-48c12a67ae98}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_948_00000948.xml van BHI" .

