@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_rar_eecfb5c7-2f45-c710-a3e6-fe751b53ca08
  a a2a:Record ;
  rdfs:label "Huwelijk op 5 februari 1918 te Rossum" ;
  a2a:hasPerson oa:person_rar_eecfb5c7-2f45-c710-a3e6-fe751b53ca08_Person1, oa:person_rar_eecfb5c7-2f45-c710-a3e6-fe751b53ca08_Person2, oa:person_rar_eecfb5c7-2f45-c710-a3e6-fe751b53ca08_Person3, oa:person_rar_eecfb5c7-2f45-c710-a3e6-fe751b53ca08_Person4, oa:person_rar_eecfb5c7-2f45-c710-a3e6-fe751b53ca08_Person5, oa:person_rar_eecfb5c7-2f45-c710-a3e6-fe751b53ca08_Person6 ;
  a2a:hasEvent oa:event_rar_eecfb5c7-2f45-c710-a3e6-fe751b53ca08_Event1 ;
  a2a:hasRelationEP oa:relationep_rar_eecfb5c7-2f45-c710-a3e6-fe751b53ca08_0, oa:relationep_rar_eecfb5c7-2f45-c710-a3e6-fe751b53ca08_1, oa:relationep_rar_eecfb5c7-2f45-c710-a3e6-fe751b53ca08_2, oa:relationep_rar_eecfb5c7-2f45-c710-a3e6-fe751b53ca08_3, oa:relationep_rar_eecfb5c7-2f45-c710-a3e6-fe751b53ca08_4, oa:relationep_rar_eecfb5c7-2f45-c710-a3e6-fe751b53ca08_5 ;
  a2a:hasSource oa:source_rar_eecfb5c7-2f45-c710-a3e6-fe751b53ca08 .

oa:person_rar_eecfb5c7-2f45-c710-a3e6-fe751b53ca08_Person1
  a a2a:Person ;
  rdfs:label "Frederik Antonius Blom" ;
  a2a:PersonName [
    rdfs:label "Frederik Antonius Blom" ;
    a2a:PersonNameFirstName "Frederik Antonius" ;
    a2a:PersonNameLastName "Blom"
  ] .

oa:person_rar_eecfb5c7-2f45-c710-a3e6-fe751b53ca08_Person2
  a a2a:Person ;
  rdfs:label "Casparus Reinier Blom" ;
  a2a:PersonName [
    rdfs:label "Casparus Reinier Blom" ;
    a2a:PersonNameFirstName "Casparus Reinier" ;
    a2a:PersonNameLastName "Blom"
  ] .

oa:person_rar_eecfb5c7-2f45-c710-a3e6-fe751b53ca08_Person3
  a a2a:Person ;
  rdfs:label "Hanna Arends" ;
  a2a:PersonName [
    rdfs:label "Hanna Arends" ;
    a2a:PersonNameFirstName "Hanna" ;
    a2a:PersonNameLastName "Arends"
  ] .

oa:person_rar_eecfb5c7-2f45-c710-a3e6-fe751b53ca08_Person4
  a a2a:Person ;
  rdfs:label "Christina Maria Driever" ;
  a2a:PersonName [
    rdfs:label "Christina Maria Driever" ;
    a2a:PersonNameFirstName "Christina Maria" ;
    a2a:PersonNameLastName "Driever"
  ] .

oa:person_rar_eecfb5c7-2f45-c710-a3e6-fe751b53ca08_Person5
  a a2a:Person ;
  rdfs:label "Antonius Driever" ;
  a2a:PersonName [
    rdfs:label "Antonius Driever" ;
    a2a:PersonNameFirstName "Antonius" ;
    a2a:PersonNameLastName "Driever"
  ] .

oa:person_rar_eecfb5c7-2f45-c710-a3e6-fe751b53ca08_Person6
  a a2a:Person ;
  rdfs:label "Maria Mentink" ;
  a2a:PersonName [
    rdfs:label "Maria Mentink" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Mentink"
  ] .

oa:event_rar_eecfb5c7-2f45-c710-a3e6-fe751b53ca08_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:Year "1918" ;
    a2a:Month "2" ;
    a2a:Day "5" ;
    rdfs:label "1918-02-05"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rossum" ;
    rdfs:label "Rossum"
  ] .

oa:relationep_rar_eecfb5c7-2f45-c710-a3e6-fe751b53ca08_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_rar_eecfb5c7-2f45-c710-a3e6-fe751b53ca08_Person1 ;
  a2a:EventKeyRef oa:event_rar_eecfb5c7-2f45-c710-a3e6-fe751b53ca08_Event1 .

oa:relationep_rar_eecfb5c7-2f45-c710-a3e6-fe751b53ca08_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_rar_eecfb5c7-2f45-c710-a3e6-fe751b53ca08_Person2 ;
  a2a:EventKeyRef oa:event_rar_eecfb5c7-2f45-c710-a3e6-fe751b53ca08_Event1 .

oa:relationep_rar_eecfb5c7-2f45-c710-a3e6-fe751b53ca08_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_rar_eecfb5c7-2f45-c710-a3e6-fe751b53ca08_Person3 ;
  a2a:EventKeyRef oa:event_rar_eecfb5c7-2f45-c710-a3e6-fe751b53ca08_Event1 .

oa:relationep_rar_eecfb5c7-2f45-c710-a3e6-fe751b53ca08_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_rar_eecfb5c7-2f45-c710-a3e6-fe751b53ca08_Person4 ;
  a2a:EventKeyRef oa:event_rar_eecfb5c7-2f45-c710-a3e6-fe751b53ca08_Event1 .

oa:relationep_rar_eecfb5c7-2f45-c710-a3e6-fe751b53ca08_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_rar_eecfb5c7-2f45-c710-a3e6-fe751b53ca08_Person5 ;
  a2a:EventKeyRef oa:event_rar_eecfb5c7-2f45-c710-a3e6-fe751b53ca08_Event1 .

oa:relationep_rar_eecfb5c7-2f45-c710-a3e6-fe751b53ca08_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_rar_eecfb5c7-2f45-c710-a3e6-fe751b53ca08_Person6 ;
  a2a:EventKeyRef oa:event_rar_eecfb5c7-2f45-c710-a3e6-fe751b53ca08_Event1 .

oa:source_rar_eecfb5c7-2f45-c710-a3e6-fe751b53ca08
  a a2a:Source ;
  rdfs:label "Regionaal Archief Rivierenland, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Tiel" ;
    rdfs:label "Tiel", "1918-01-01 - 1918-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1918-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1918-12-31"^^xsd:date
  ] ;
  a2a:SourceType "BS Huwelijk" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Rivierenland" ;
    a2a:Place "Rossum" ;
    a2a:Collection "Huwelijk 1913-1922" ;
    a2a:DocumentNumber "1" ;
    a2a:RegistryNumber "406" ;
    rdfs:label "Regionaal Archief Rivierenland, Rossum, Huwelijk 1913-1922, 1, 406"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:UriViewer "http://www.archieven.nl/nl/zoeken?mivast=102&miadt=102&miaet=54&micode=3151-406&minr=5348487&miview=ldt"
  ] ;
  a2a:SourceLastChangeDate "2016-04-15"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://www.regionaalarchiefrivierenland.nl/page/5?mivast=102&miadt=102&miaet=54&micode=3151-406&minr=5348487&miview=ldt" ;
  a2a:RecordGUID "{eecfb5c7-2f45-c710-a3e6-fe751b53ca08}" .

