@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_2ab92de4-e091-e871-c7e1-51e60144cbef
  a a2a:Record ;
  rdfs:label "Huwelijk op 12 januari 1816 te Borkel en Schaft" ;
  a2a:hasPerson oa:person_bhi_2ab92de4-e091-e871-c7e1-51e60144cbef_Person-e98a88f6-462c-11e3-a747-d206bceb4d38, oa:person_bhi_2ab92de4-e091-e871-c7e1-51e60144cbef_Person-e98b5f38-462c-11e3-a747-d206bceb4d38, oa:person_bhi_2ab92de4-e091-e871-c7e1-51e60144cbef_Person-e98b211c-462c-11e3-a747-d206bceb4d38, oa:person_bhi_2ab92de4-e091-e871-c7e1-51e60144cbef_Person-e98a492c-462c-11e3-a747-d206bceb4d38, oa:person_bhi_2ab92de4-e091-e871-c7e1-51e60144cbef_Person-e98acea6-462c-11e3-a747-d206bceb4d38, oa:person_bhi_2ab92de4-e091-e871-c7e1-51e60144cbef_Person-e98b9a2a-462c-11e3-a747-d206bceb4d38 ;
  a2a:hasEvent oa:event_bhi_2ab92de4-e091-e871-c7e1-51e60144cbef_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_2ab92de4-e091-e871-c7e1-51e60144cbef_0, oa:relationep_bhi_2ab92de4-e091-e871-c7e1-51e60144cbef_1, oa:relationep_bhi_2ab92de4-e091-e871-c7e1-51e60144cbef_2, oa:relationep_bhi_2ab92de4-e091-e871-c7e1-51e60144cbef_3, oa:relationep_bhi_2ab92de4-e091-e871-c7e1-51e60144cbef_4, oa:relationep_bhi_2ab92de4-e091-e871-c7e1-51e60144cbef_5 ;
  a2a:hasSource oa:source_bhi_2ab92de4-e091-e871-c7e1-51e60144cbef .

oa:person_bhi_2ab92de4-e091-e871-c7e1-51e60144cbef_Person-e98a88f6-462c-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Mathijs Hertogs" ;
  a2a:PersonName [
    rdfs:label "Mathijs Hertogs" ;
    a2a:PersonNameFirstName "Mathijs" ;
    a2a:PersonNameLastName "Hertogs"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_2ab92de4-e091-e871-c7e1-51e60144cbef_Person-e98b5f38-462c-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Adam Neelen" ;
  a2a:PersonName [
    rdfs:label "Adam Neelen" ;
    a2a:PersonNameFirstName "Adam" ;
    a2a:PersonNameLastName "Neelen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_2ab92de4-e091-e871-c7e1-51e60144cbef_Person-e98b211c-462c-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Johanna Maria Neelen" ;
  a2a:PersonName [
    rdfs:label "Johanna Maria Neelen" ;
    a2a:PersonNameFirstName "Johanna Maria" ;
    a2a:PersonNameLastName "Neelen"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthPlace [
    a2a:Place "Schaft" ;
    rdfs:label "Schaft"
  ] .

oa:person_bhi_2ab92de4-e091-e871-c7e1-51e60144cbef_Person-e98a492c-462c-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Laurens Hertogs" ;
  a2a:PersonName [
    rdfs:label "Laurens Hertogs" ;
    a2a:PersonNameFirstName "Laurens" ;
    a2a:PersonNameLastName "Hertogs"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthPlace [
    a2a:Place "Schaft" ;
    rdfs:label "Schaft"
  ] .

oa:person_bhi_2ab92de4-e091-e871-c7e1-51e60144cbef_Person-e98acea6-462c-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Petronella Janssen" ;
  a2a:PersonName [
    rdfs:label "Petronella Janssen" ;
    a2a:PersonNameFirstName "Petronella" ;
    a2a:PersonNameLastName "Janssen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_2ab92de4-e091-e871-c7e1-51e60144cbef_Person-e98b9a2a-462c-11e3-a747-d206bceb4d38
  a a2a:Person ;
  rdfs:label "Maria Anna Smets" ;
  a2a:PersonName [
    rdfs:label "Maria Anna Smets" ;
    a2a:PersonNameFirstName "Maria Anna" ;
    a2a:PersonNameLastName "Smets"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_2ab92de4-e091-e871-c7e1-51e60144cbef_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:Year "1816" ;
    a2a:Month "1" ;
    a2a:Day "12" ;
    rdfs:label "1816-01-12"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Borkel en Schaft" ;
    rdfs:label "Borkel en Schaft"
  ] .

oa:relationep_bhi_2ab92de4-e091-e871-c7e1-51e60144cbef_0
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_bhi_2ab92de4-e091-e871-c7e1-51e60144cbef_Person:e98a88f6-462c-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_2ab92de4-e091-e871-c7e1-51e60144cbef_Event1 .

oa:relationep_bhi_2ab92de4-e091-e871-c7e1-51e60144cbef_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_bhi_2ab92de4-e091-e871-c7e1-51e60144cbef_Person:e98b5f38-462c-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_2ab92de4-e091-e871-c7e1-51e60144cbef_Event1 .

oa:relationep_bhi_2ab92de4-e091-e871-c7e1-51e60144cbef_2
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_bhi_2ab92de4-e091-e871-c7e1-51e60144cbef_Person:e98b211c-462c-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_2ab92de4-e091-e871-c7e1-51e60144cbef_Event1 .

oa:relationep_bhi_2ab92de4-e091-e871-c7e1-51e60144cbef_3
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_bhi_2ab92de4-e091-e871-c7e1-51e60144cbef_Person:e98a492c-462c-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_2ab92de4-e091-e871-c7e1-51e60144cbef_Event1 .

oa:relationep_bhi_2ab92de4-e091-e871-c7e1-51e60144cbef_4
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_bhi_2ab92de4-e091-e871-c7e1-51e60144cbef_Person:e98acea6-462c-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_2ab92de4-e091-e871-c7e1-51e60144cbef_Event1 .

oa:relationep_bhi_2ab92de4-e091-e871-c7e1-51e60144cbef_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_bhi_2ab92de4-e091-e871-c7e1-51e60144cbef_Person:e98b9a2a-462c-11e3-a747-d206bceb4d38 ;
  a2a:EventKeyRef oa:event_bhi_2ab92de4-e091-e871-c7e1-51e60144cbef_Event1 .

oa:source_bhi_2ab92de4-e091-e871-c7e1-51e60144cbef
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Borkel en Schaft" ;
    rdfs:label "Borkel en Schaft", "1816-01-12 - 1816-01-12"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1816-01-12"^^xsd:date ;
    a2a:SourceIndexDateTo "1816-01-12"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1816" ;
    a2a:Month "1" ;
    a2a:Day "12" ;
    rdfs:label "1816-01-12"^^xsd:date
  ] ;
  a2a:SourceType "BS Huwelijk" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 1020, Periode: 1816" ;
    a2a:Book "Huwelijksregister Borkel en Schaft 1816" ;
    a2a:DocumentNumber "2" ;
    a2a:RegistryNumber "1020" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Bron: boek, Deel: 1020, Periode: 1816, Huwelijksregister Borkel en Schaft 1816, 2, 1020"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/fb24a9e3-f196-7833-1bb5-d3545d673b7c.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/fb24a9e3-f196-7833-1bb5-d3545d673b7c.jpg"
  ] ;
  a2a:SourceLastChangeDate "2015-07-02"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/2ab92de4-e091-e871-c7e1-51e60144cbef" ;
  a2a:RecordGUID "{2ab92de4-e091-e871-c7e1-51e60144cbef}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231205_19151_00019151.xml van BHI" .

