@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_rhl_e39cd110-777d-b9e4-e729-e9d7ecf7c3b0
  a a2a:Record ;
  rdfs:label "Huwelijk (in het jaar 1798-1818)" ;
  a2a:hasPerson oa:person_rhl_e39cd110-777d-b9e4-e729-e9d7ecf7c3b0_Person1, oa:person_rhl_e39cd110-777d-b9e4-e729-e9d7ecf7c3b0_Person2, oa:person_rhl_e39cd110-777d-b9e4-e729-e9d7ecf7c3b0_Person3, oa:person_rhl_e39cd110-777d-b9e4-e729-e9d7ecf7c3b0_Person4, oa:person_rhl_e39cd110-777d-b9e4-e729-e9d7ecf7c3b0_Person5, oa:person_rhl_e39cd110-777d-b9e4-e729-e9d7ecf7c3b0_Person6 ;
  a2a:hasEvent oa:event_rhl_e39cd110-777d-b9e4-e729-e9d7ecf7c3b0_Event1 ;
  a2a:hasRelationEP oa:relationep_rhl_e39cd110-777d-b9e4-e729-e9d7ecf7c3b0_0, oa:relationep_rhl_e39cd110-777d-b9e4-e729-e9d7ecf7c3b0_1, oa:relationep_rhl_e39cd110-777d-b9e4-e729-e9d7ecf7c3b0_2, oa:relationep_rhl_e39cd110-777d-b9e4-e729-e9d7ecf7c3b0_3, oa:relationep_rhl_e39cd110-777d-b9e4-e729-e9d7ecf7c3b0_4, oa:relationep_rhl_e39cd110-777d-b9e4-e729-e9d7ecf7c3b0_5 ;
  a2a:hasSource oa:source_rhl_e39cd110-777d-b9e4-e729-e9d7ecf7c3b0 .

oa:person_rhl_e39cd110-777d-b9e4-e729-e9d7ecf7c3b0_Person1
  a a2a:Person ;
  rdfs:label "Mathieu Henckens" ;
  a2a:PersonName [
    rdfs:label "Mathieu Henckens" ;
    a2a:PersonNameFirstName "Mathieu" ;
    a2a:PersonNameLastName "Henckens"
  ] ;
  a2a:BirthDate [ a2a:Year "Well" ] .

oa:person_rhl_e39cd110-777d-b9e4-e729-e9d7ecf7c3b0_Person2
  a a2a:Person ;
  rdfs:label "Gertrude Geurts" ;
  a2a:PersonName [
    rdfs:label "Gertrude Geurts" ;
    a2a:PersonNameFirstName "Gertrude" ;
    a2a:PersonNameLastName "Geurts"
  ] ;
  a2a:BirthDate [ a2a:Year "Well" ] .

oa:person_rhl_e39cd110-777d-b9e4-e729-e9d7ecf7c3b0_Person3
  a a2a:Person ;
  rdfs:label "Germain Henckens" ;
  a2a:PersonName [
    rdfs:label "Germain Henckens" ;
    a2a:PersonNameFirstName "Germain" ;
    a2a:PersonNameLastName "Henckens"
  ] .

oa:person_rhl_e39cd110-777d-b9e4-e729-e9d7ecf7c3b0_Person4
  a a2a:Person ;
  rdfs:label "Catherine Hoogen" ;
  a2a:PersonName [
    rdfs:label "Catherine Hoogen" ;
    a2a:PersonNameFirstName "Catherine" ;
    a2a:PersonNameLastName "Hoogen"
  ] .

oa:person_rhl_e39cd110-777d-b9e4-e729-e9d7ecf7c3b0_Person5
  a a2a:Person ;
  rdfs:label "Hubert Geurts" ;
  a2a:PersonName [
    rdfs:label "Hubert Geurts" ;
    a2a:PersonNameFirstName "Hubert" ;
    a2a:PersonNameLastName "Geurts"
  ] .

oa:person_rhl_e39cd110-777d-b9e4-e729-e9d7ecf7c3b0_Person6
  a a2a:Person ;
  rdfs:label "Marie Aswaters" ;
  a2a:PersonName [
    rdfs:label "Marie Aswaters" ;
    a2a:PersonNameFirstName "Marie" ;
    a2a:PersonNameLastName "Aswaters"
  ] .

oa:event_rhl_e39cd110-777d-b9e4-e729-e9d7ecf7c3b0_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventPlace [
    a2a:Place "Bergen" ;
    rdfs:label "Bergen"
  ] .

oa:relationep_rhl_e39cd110-777d-b9e4-e729-e9d7ecf7c3b0_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_rhl_e39cd110-777d-b9e4-e729-e9d7ecf7c3b0_Person1 ;
  a2a:EventKeyRef oa:event_rhl_e39cd110-777d-b9e4-e729-e9d7ecf7c3b0_Event1 .

oa:relationep_rhl_e39cd110-777d-b9e4-e729-e9d7ecf7c3b0_1
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_rhl_e39cd110-777d-b9e4-e729-e9d7ecf7c3b0_Person2 ;
  a2a:EventKeyRef oa:event_rhl_e39cd110-777d-b9e4-e729-e9d7ecf7c3b0_Event1 .

oa:relationep_rhl_e39cd110-777d-b9e4-e729-e9d7ecf7c3b0_2
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_rhl_e39cd110-777d-b9e4-e729-e9d7ecf7c3b0_Person3 ;
  a2a:EventKeyRef oa:event_rhl_e39cd110-777d-b9e4-e729-e9d7ecf7c3b0_Event1 .

oa:relationep_rhl_e39cd110-777d-b9e4-e729-e9d7ecf7c3b0_3
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_rhl_e39cd110-777d-b9e4-e729-e9d7ecf7c3b0_Person4 ;
  a2a:EventKeyRef oa:event_rhl_e39cd110-777d-b9e4-e729-e9d7ecf7c3b0_Event1 .

oa:relationep_rhl_e39cd110-777d-b9e4-e729-e9d7ecf7c3b0_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_rhl_e39cd110-777d-b9e4-e729-e9d7ecf7c3b0_Person5 ;
  a2a:EventKeyRef oa:event_rhl_e39cd110-777d-b9e4-e729-e9d7ecf7c3b0_Event1 .

oa:relationep_rhl_e39cd110-777d-b9e4-e729-e9d7ecf7c3b0_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_rhl_e39cd110-777d-b9e4-e729-e9d7ecf7c3b0_Person6 ;
  a2a:EventKeyRef oa:event_rhl_e39cd110-777d-b9e4-e729-e9d7ecf7c3b0_Event1 .

oa:source_rhl_e39cd110-777d-b9e4-e729-e9d7ecf7c3b0
  a a2a:Source ;
  rdfs:label "Historisch Centrum Limburg, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Maastricht" ;
    rdfs:label "Maastricht", "1798-01-01 - 1818-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1798-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1818-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1816" ;
    a2a:Month "6" ;
    a2a:Day "6" ;
    rdfs:label "1816-06-06"^^xsd:date
  ] ;
  a2a:SourceType "BS Huwelijk" ;
  a2a:SourceReference [
    a2a:InstitutionName "Historisch Centrum Limburg" ;
    rdfs:label "Historisch Centrum Limburg"
  ] ;
  a2a:SourceLastChangeDate "2022-01-08"^^xsd:date ;
  a2a:RecordGUID "{e39cd110-777d-b9e4-e729-e9d7ecf7c3b0}" ;
  a2a:SourceRemarkVrijwilliger "Huwelijk BS Bergen Lb" ;
  a2a:SourceRemarkProvenance "BS Bergen huwelijk.csv index uploaded by author - CC0" .

