@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_old_5177d632-e5c4-4c2c-080b-3202590b26cf
  a a2a:Record ;
  rdfs:label "Huwelijk op 6 juli 1911 te Oldenzaal" ;
  a2a:hasPerson oa:person_old_5177d632-e5c4-4c2c-080b-3202590b26cf_Person1, oa:person_old_5177d632-e5c4-4c2c-080b-3202590b26cf_Person2 ;
  a2a:hasEvent oa:event_old_5177d632-e5c4-4c2c-080b-3202590b26cf_Event1 ;
  a2a:hasRelationEP oa:relationep_old_5177d632-e5c4-4c2c-080b-3202590b26cf_0, oa:relationep_old_5177d632-e5c4-4c2c-080b-3202590b26cf_1 ;
  a2a:hasSource oa:source_old_5177d632-e5c4-4c2c-080b-3202590b26cf .

oa:person_old_5177d632-e5c4-4c2c-080b-3202590b26cf_Person1
  a a2a:Person ;
  rdfs:label "Franciscus Mathiji" ;
  a2a:PersonName [
    rdfs:label "Franciscus Mathiji" ;
    a2a:PersonNameFirstName "Franciscus" ;
    a2a:PersonNameLastName "Mathiji"
  ] .

oa:person_old_5177d632-e5c4-4c2c-080b-3202590b26cf_Person2
  a a2a:Person ;
  rdfs:label "Geertruida Maria Alink" ;
  a2a:PersonName [
    rdfs:label "Geertruida Maria Alink" ;
    a2a:PersonNameFirstName "Geertruida Maria" ;
    a2a:PersonNameLastName "Alink"
  ] .

oa:event_old_5177d632-e5c4-4c2c-080b-3202590b26cf_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:Year "1911" ;
    a2a:Month "7" ;
    a2a:Day "6" ;
    rdfs:label "1911-07-06"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Oldenzaal" ;
    rdfs:label "Oldenzaal"
  ] .

oa:relationep_old_5177d632-e5c4-4c2c-080b-3202590b26cf_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_old_5177d632-e5c4-4c2c-080b-3202590b26cf_Person1 ;
  a2a:EventKeyRef oa:event_old_5177d632-e5c4-4c2c-080b-3202590b26cf_Event1 .

oa:relationep_old_5177d632-e5c4-4c2c-080b-3202590b26cf_1
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_old_5177d632-e5c4-4c2c-080b-3202590b26cf_Person2 ;
  a2a:EventKeyRef oa:event_old_5177d632-e5c4-4c2c-080b-3202590b26cf_Event1 .

oa:source_old_5177d632-e5c4-4c2c-080b-3202590b26cf
  a a2a:Source ;
  rdfs:label "Gemeente Oldenzaal, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Oldenzaal" ;
    rdfs:label "Oldenzaal", "1811-01-01 - 1900-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1811-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1900-12-31"^^xsd:date
  ] ;
  a2a:SourceType "BS Huwelijk" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gemeente Oldenzaal" ;
    a2a:DocumentNumber "25" ;
    rdfs:label "Gemeente Oldenzaal, 25"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://genealogie.oldenzaal.nl/sites/default/files/data/Gebonden%20Akten/00000038/00000443.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-10-15"^^xsd:date ;
  a2a:RecordGUID "{5177d632-e5c4-4c2c-080b-3202590b26cf}" ;
  a2a:SourceRemarkProvenance "gescraped van genealogie.oldenzaal.nl op 15-10-2018" .

