@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_cd3dbaa9-794f-c1f1-678a-e73a4987fae8
  a a2a:Record ;
  rdfs:label "Geboorte op 22 september 1887" ;
  a2a:hasPerson oa:person_bhi_cd3dbaa9-794f-c1f1-678a-e73a4987fae8_Person-13b9a060-1188-20d9-01a8-ca3bde2b3f4f, oa:person_bhi_cd3dbaa9-794f-c1f1-678a-e73a4987fae8_Person-a1daaedc-d72c-2664-9e0a-e44dd50758fe, oa:person_bhi_cd3dbaa9-794f-c1f1-678a-e73a4987fae8_Person-51814ce8-79f0-6263-535f-2147670ad3ef ;
  a2a:hasEvent oa:event_bhi_cd3dbaa9-794f-c1f1-678a-e73a4987fae8_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_cd3dbaa9-794f-c1f1-678a-e73a4987fae8_0, oa:relationep_bhi_cd3dbaa9-794f-c1f1-678a-e73a4987fae8_1, oa:relationep_bhi_cd3dbaa9-794f-c1f1-678a-e73a4987fae8_2 ;
  a2a:hasSource oa:source_bhi_cd3dbaa9-794f-c1f1-678a-e73a4987fae8 .

oa:person_bhi_cd3dbaa9-794f-c1f1-678a-e73a4987fae8_Person-13b9a060-1188-20d9-01a8-ca3bde2b3f4f
  a a2a:Person ;
  rdfs:label "Jacobus Laurens Mutsaerts" ;
  a2a:PersonName [
    rdfs:label "Jacobus Laurens Mutsaerts" ;
    a2a:PersonNameFirstName "Jacobus Laurens" ;
    a2a:PersonNameLastName "Mutsaerts"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1887" ;
    a2a:Month "9" ;
    a2a:Day "22" ;
    rdfs:label "1887-09-22"^^xsd:date
  ] .

oa:person_bhi_cd3dbaa9-794f-c1f1-678a-e73a4987fae8_Person-a1daaedc-d72c-2664-9e0a-e44dd50758fe
  a a2a:Person ;
  rdfs:label "Elisabeth Mathon" ;
  a2a:PersonName [
    rdfs:label "Elisabeth Mathon" ;
    a2a:PersonNameFirstName "Elisabeth" ;
    a2a:PersonNameLastName "Mathon"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_cd3dbaa9-794f-c1f1-678a-e73a4987fae8_Person-51814ce8-79f0-6263-535f-2147670ad3ef
  a a2a:Person ;
  rdfs:label "Christiaan Mutsaerts" ;
  a2a:PersonName [
    rdfs:label "Christiaan Mutsaerts" ;
    a2a:PersonNameFirstName "Christiaan" ;
    a2a:PersonNameLastName "Mutsaerts"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_cd3dbaa9-794f-c1f1-678a-e73a4987fae8_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1887" ;
    a2a:Month "9" ;
    a2a:Day "22" ;
    rdfs:label "1887-09-22"^^xsd:date
  ] .

oa:relationep_bhi_cd3dbaa9-794f-c1f1-678a-e73a4987fae8_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_cd3dbaa9-794f-c1f1-678a-e73a4987fae8_Person:13b9a060-1188-20d9-01a8-ca3bde2b3f4f ;
  a2a:EventKeyRef oa:event_bhi_cd3dbaa9-794f-c1f1-678a-e73a4987fae8_Event1 .

oa:relationep_bhi_cd3dbaa9-794f-c1f1-678a-e73a4987fae8_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_cd3dbaa9-794f-c1f1-678a-e73a4987fae8_Person:a1daaedc-d72c-2664-9e0a-e44dd50758fe ;
  a2a:EventKeyRef oa:event_bhi_cd3dbaa9-794f-c1f1-678a-e73a4987fae8_Event1 .

oa:relationep_bhi_cd3dbaa9-794f-c1f1-678a-e73a4987fae8_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_cd3dbaa9-794f-c1f1-678a-e73a4987fae8_Person:51814ce8-79f0-6263-535f-2147670ad3ef ;
  a2a:EventKeyRef oa:event_bhi_cd3dbaa9-794f-c1f1-678a-e73a4987fae8_Event1 .

oa:source_bhi_cd3dbaa9-794f-c1f1-678a-e73a4987fae8
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Waspik" ;
    rdfs:label "Waspik", "1887-09-22 - 1887-09-22"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1887-09-22"^^xsd:date ;
    a2a:SourceIndexDateTo "1887-09-22"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1887" ;
    a2a:Month "9" ;
    a2a:Day "22" ;
    rdfs:label "1887-09-22"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 8762, Periode: 1887" ;
    a2a:Book "Geboorteregister Waspik 1887" ;
    a2a:DocumentNumber "72" ;
    a2a:RegistryNumber "8762" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 8762, Periode: 1887, Geboorteregister Waspik 1887, 72, 8762"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/068725a9-0fb4-c363-a549-24acfac50c2c.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/068725a9-0fb4-c363-a549-24acfac50c2c.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-01-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/cd3dbaa9-794f-c1f1-678a-e73a4987fae8" ;
  a2a:RecordGUID "{cd3dbaa9-794f-c1f1-678a-e73a4987fae8}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231208_81459_00081459.xml van BHI" .

