@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_cb18abb8-695b-df34-bd7b-91c3c845c1bf
  a a2a:Record ;
  rdfs:label "Geboorte op 19 februari 1920" ;
  a2a:hasPerson oa:person_bhi_cb18abb8-695b-df34-bd7b-91c3c845c1bf_Person-a9f9d040-3388-fe3c-deeb-3d0b618a4574, oa:person_bhi_cb18abb8-695b-df34-bd7b-91c3c845c1bf_Person-2df1e1c6-4397-ba7e-595e-2cdb78b2c271, oa:person_bhi_cb18abb8-695b-df34-bd7b-91c3c845c1bf_Person-9a8ecba9-9c12-6fa3-5f14-d95f4c94232e ;
  a2a:hasEvent oa:event_bhi_cb18abb8-695b-df34-bd7b-91c3c845c1bf_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_cb18abb8-695b-df34-bd7b-91c3c845c1bf_0, oa:relationep_bhi_cb18abb8-695b-df34-bd7b-91c3c845c1bf_1, oa:relationep_bhi_cb18abb8-695b-df34-bd7b-91c3c845c1bf_2 ;
  a2a:hasSource oa:source_bhi_cb18abb8-695b-df34-bd7b-91c3c845c1bf .

oa:person_bhi_cb18abb8-695b-df34-bd7b-91c3c845c1bf_Person-a9f9d040-3388-fe3c-deeb-3d0b618a4574
  a a2a:Person ;
  rdfs:label "Marius Scheij" ;
  a2a:PersonName [
    rdfs:label "Marius Scheij" ;
    a2a:PersonNameFirstName "Marius" ;
    a2a:PersonNameLastName "Scheij"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1920" ;
    a2a:Month "2" ;
    a2a:Day "19" ;
    rdfs:label "1920-02-19"^^xsd:date
  ] .

oa:person_bhi_cb18abb8-695b-df34-bd7b-91c3c845c1bf_Person-2df1e1c6-4397-ba7e-595e-2cdb78b2c271
  a a2a:Person ;
  rdfs:label "Clasina van Bijnen" ;
  a2a:PersonName [
    rdfs:label "Clasina van Bijnen" ;
    a2a:PersonNameFirstName "Clasina" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Bijnen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_cb18abb8-695b-df34-bd7b-91c3c845c1bf_Person-9a8ecba9-9c12-6fa3-5f14-d95f4c94232e
  a a2a:Person ;
  rdfs:label "Antonie Scheij" ;
  a2a:PersonName [
    rdfs:label "Antonie Scheij" ;
    a2a:PersonNameFirstName "Antonie" ;
    a2a:PersonNameLastName "Scheij"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_cb18abb8-695b-df34-bd7b-91c3c845c1bf_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1920" ;
    a2a:Month "2" ;
    a2a:Day "19" ;
    rdfs:label "1920-02-19"^^xsd:date
  ] .

oa:relationep_bhi_cb18abb8-695b-df34-bd7b-91c3c845c1bf_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_cb18abb8-695b-df34-bd7b-91c3c845c1bf_Person:a9f9d040-3388-fe3c-deeb-3d0b618a4574 ;
  a2a:EventKeyRef oa:event_bhi_cb18abb8-695b-df34-bd7b-91c3c845c1bf_Event1 .

oa:relationep_bhi_cb18abb8-695b-df34-bd7b-91c3c845c1bf_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_cb18abb8-695b-df34-bd7b-91c3c845c1bf_Person:2df1e1c6-4397-ba7e-595e-2cdb78b2c271 ;
  a2a:EventKeyRef oa:event_bhi_cb18abb8-695b-df34-bd7b-91c3c845c1bf_Event1 .

oa:relationep_bhi_cb18abb8-695b-df34-bd7b-91c3c845c1bf_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_cb18abb8-695b-df34-bd7b-91c3c845c1bf_Person:9a8ecba9-9c12-6fa3-5f14-d95f4c94232e ;
  a2a:EventKeyRef oa:event_bhi_cb18abb8-695b-df34-bd7b-91c3c845c1bf_Event1 .

oa:source_bhi_cb18abb8-695b-df34-bd7b-91c3c845c1bf
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Hedikhuizen" ;
    rdfs:label "Hedikhuizen", "1920-02-21 - 1920-02-21"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1920-02-21"^^xsd:date ;
    a2a:SourceIndexDateTo "1920-02-21"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1920" ;
    a2a:Month "2" ;
    a2a:Day "21" ;
    rdfs:label "1920-02-21"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 1375, Periode: 1920" ;
    a2a:Book "Geboorteregister Hedikhuizen 1920" ;
    a2a:DocumentNumber "4" ;
    a2a:RegistryNumber "1375" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 1375, Periode: 1920, Geboorteregister Hedikhuizen 1920, 4, 1375"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/46416c27-526b-5898-7352-94512460ed73.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/46416c27-526b-5898-7352-94512460ed73.jpg"
  ] ;
  a2a:SourceLastChangeDate "2021-01-04"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/cb18abb8-695b-df34-bd7b-91c3c845c1bf" ;
  a2a:RecordGUID "{cb18abb8-695b-df34-bd7b-91c3c845c1bf}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240719_4503_00004503.xml van BHI" .

