@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_972322cb-db70-8546-4065-b3c1933d5c57
  a a2a:Record ;
  rdfs:label "Huwelijk op 26 april 1878 te Rossum" ;
  a2a:hasPerson oa:person_rar_972322cb-db70-8546-4065-b3c1933d5c57_Person1, oa:person_rar_972322cb-db70-8546-4065-b3c1933d5c57_Person2, oa:person_rar_972322cb-db70-8546-4065-b3c1933d5c57_Person3, oa:person_rar_972322cb-db70-8546-4065-b3c1933d5c57_Person4, oa:person_rar_972322cb-db70-8546-4065-b3c1933d5c57_Person5, oa:person_rar_972322cb-db70-8546-4065-b3c1933d5c57_Person6, oa:person_rar_972322cb-db70-8546-4065-b3c1933d5c57_Person7 ;
  a2a:hasEvent oa:event_rar_972322cb-db70-8546-4065-b3c1933d5c57_Event1 ;
  a2a:hasRelationEP oa:relationep_rar_972322cb-db70-8546-4065-b3c1933d5c57_0, oa:relationep_rar_972322cb-db70-8546-4065-b3c1933d5c57_1, oa:relationep_rar_972322cb-db70-8546-4065-b3c1933d5c57_2, oa:relationep_rar_972322cb-db70-8546-4065-b3c1933d5c57_3, oa:relationep_rar_972322cb-db70-8546-4065-b3c1933d5c57_4, oa:relationep_rar_972322cb-db70-8546-4065-b3c1933d5c57_5, oa:relationep_rar_972322cb-db70-8546-4065-b3c1933d5c57_6 ;
  a2a:hasSource oa:source_rar_972322cb-db70-8546-4065-b3c1933d5c57 .

oa:person_rar_972322cb-db70-8546-4065-b3c1933d5c57_Person1
  a a2a:Person ;
  rdfs:label "Cornelis van Aken" ;
  a2a:PersonName [
    rdfs:label "Cornelis van Aken" ;
    a2a:PersonNameFirstName "Cornelis" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Aken"
  ] .

oa:person_rar_972322cb-db70-8546-4065-b3c1933d5c57_Person2
  a a2a:Person ;
  rdfs:label "Barent van Aken" ;
  a2a:PersonName [
    rdfs:label "Barent van Aken" ;
    a2a:PersonNameFirstName "Barent" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Aken"
  ] .

oa:person_rar_972322cb-db70-8546-4065-b3c1933d5c57_Person3
  a a2a:Person ;
  rdfs:label "Wilhelmina Hirschfeld" ;
  a2a:PersonName [
    rdfs:label "Wilhelmina Hirschfeld" ;
    a2a:PersonNameFirstName "Wilhelmina" ;
    a2a:PersonNameLastName "Hirschfeld"
  ] .

oa:person_rar_972322cb-db70-8546-4065-b3c1933d5c57_Person4
  a a2a:Person ;
  rdfs:label "Jacoba Maria van Wanrooy" ;
  a2a:PersonName [
    rdfs:label "Jacoba Maria van Wanrooy" ;
    a2a:PersonNameFirstName "Jacoba Maria" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Wanrooy"
  ] .

oa:person_rar_972322cb-db70-8546-4065-b3c1933d5c57_Person5
  a a2a:Person ;
  rdfs:label "Mathias van Wanrooy" ;
  a2a:PersonName [
    rdfs:label "Mathias van Wanrooy" ;
    a2a:PersonNameFirstName "Mathias" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Wanrooy"
  ] .

oa:person_rar_972322cb-db70-8546-4065-b3c1933d5c57_Person6
  a a2a:Person ;
  rdfs:label "Agnes Woutrina Henrici Croes" ;
  a2a:PersonName [
    rdfs:label "Agnes Woutrina Henrici Croes" ;
    a2a:PersonNameFirstName "Agnes Woutrina Henrici" ;
    a2a:PersonNameLastName "Croes"
  ] .

oa:person_rar_972322cb-db70-8546-4065-b3c1933d5c57_Person7
  a a2a:Person ;
  rdfs:label "Magdalena Johanna Hirt" ;
  a2a:PersonName [
    rdfs:label "Magdalena Johanna Hirt" ;
    a2a:PersonNameFirstName "Magdalena Johanna" ;
    a2a:PersonNameLastName "Hirt"
  ] .

oa:event_rar_972322cb-db70-8546-4065-b3c1933d5c57_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:Year "1878" ;
    a2a:Month "4" ;
    a2a:Day "26" ;
    rdfs:label "1878-04-26"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rossum" ;
    rdfs:label "Rossum"
  ] .

oa:relationep_rar_972322cb-db70-8546-4065-b3c1933d5c57_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_rar_972322cb-db70-8546-4065-b3c1933d5c57_Person1 ;
  a2a:EventKeyRef oa:event_rar_972322cb-db70-8546-4065-b3c1933d5c57_Event1 .

oa:relationep_rar_972322cb-db70-8546-4065-b3c1933d5c57_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_rar_972322cb-db70-8546-4065-b3c1933d5c57_Person2 ;
  a2a:EventKeyRef oa:event_rar_972322cb-db70-8546-4065-b3c1933d5c57_Event1 .

oa:relationep_rar_972322cb-db70-8546-4065-b3c1933d5c57_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_rar_972322cb-db70-8546-4065-b3c1933d5c57_Person3 ;
  a2a:EventKeyRef oa:event_rar_972322cb-db70-8546-4065-b3c1933d5c57_Event1 .

oa:relationep_rar_972322cb-db70-8546-4065-b3c1933d5c57_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_rar_972322cb-db70-8546-4065-b3c1933d5c57_Person4 ;
  a2a:EventKeyRef oa:event_rar_972322cb-db70-8546-4065-b3c1933d5c57_Event1 .

oa:relationep_rar_972322cb-db70-8546-4065-b3c1933d5c57_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_rar_972322cb-db70-8546-4065-b3c1933d5c57_Person5 ;
  a2a:EventKeyRef oa:event_rar_972322cb-db70-8546-4065-b3c1933d5c57_Event1 .

oa:relationep_rar_972322cb-db70-8546-4065-b3c1933d5c57_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_rar_972322cb-db70-8546-4065-b3c1933d5c57_Person6 ;
  a2a:EventKeyRef oa:event_rar_972322cb-db70-8546-4065-b3c1933d5c57_Event1 .

oa:relationep_rar_972322cb-db70-8546-4065-b3c1933d5c57_6
  a a2a:RelationEP ;
  rdfs:label "other:Eerdere vrouw" ;
  a2a:RelationType "other:Eerdere vrouw" ;
  a2a:PersonKeyRef oa:person_rar_972322cb-db70-8546-4065-b3c1933d5c57_Person7 ;
  a2a:EventKeyRef oa:event_rar_972322cb-db70-8546-4065-b3c1933d5c57_Event1 .

oa:source_rar_972322cb-db70-8546-4065-b3c1933d5c57
  a a2a:Source ;
  rdfs:label "Regionaal Archief Rivierenland, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Tiel" ;
    rdfs:label "Tiel", "1878-01-01 - 1878-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1878-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1878-12-31"^^xsd:date
  ] ;
  a2a:SourceType "BS Huwelijk" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Rivierenland" ;
    a2a:Place "Rossum" ;
    a2a:Collection "Huwelijk 1873-1882" ;
    a2a:DocumentNumber "5" ;
    a2a:RegistryNumber "402" ;
    rdfs:label "Regionaal Archief Rivierenland, Rossum, Huwelijk 1873-1882, 5, 402"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:UriViewer "http://www.archieven.nl/nl/zoeken?mivast=102&miadt=102&miaet=54&micode=3151-402&minr=5345906&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-402&minr=5345906&miview=ldt" ;
  a2a:RecordGUID "{972322cb-db70-8546-4065-b3c1933d5c57}" ;
  a2a:SourceRemarkProvenance "MI bestand NL-TlRAR_3151-402_54_MI.xml van RAR" .

