@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_gra_1363460e-87b0-e672-bcc8-47e499ca3bb7
  a a2a:Record ;
  rdfs:label "Huwelijk op 28 september 1872 te Onstwedde" ;
  a2a:hasPerson oa:person_gra_1363460e-87b0-e672-bcc8-47e499ca3bb7_Person-1785d971-856e-a212-5496-02de91fde38b, oa:person_gra_1363460e-87b0-e672-bcc8-47e499ca3bb7_Person-53c3481a-3764-b641-1f6b-6b6eb3ed4830, oa:person_gra_1363460e-87b0-e672-bcc8-47e499ca3bb7_Person-bdf6cf6c-f89c-e2cd-214e-c0c79c60b726, oa:person_gra_1363460e-87b0-e672-bcc8-47e499ca3bb7_Person-f75bd918-c43d-49cd-d68d-abf9e943fe0f, oa:person_gra_1363460e-87b0-e672-bcc8-47e499ca3bb7_Person-c64d7a2b-cac8-2bea-f2f5-d3ac87b30dc0 ;
  a2a:hasEvent oa:event_gra_1363460e-87b0-e672-bcc8-47e499ca3bb7_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_1363460e-87b0-e672-bcc8-47e499ca3bb7_0, oa:relationep_gra_1363460e-87b0-e672-bcc8-47e499ca3bb7_1, oa:relationep_gra_1363460e-87b0-e672-bcc8-47e499ca3bb7_2, oa:relationep_gra_1363460e-87b0-e672-bcc8-47e499ca3bb7_3, oa:relationep_gra_1363460e-87b0-e672-bcc8-47e499ca3bb7_4 ;
  a2a:hasSource oa:source_gra_1363460e-87b0-e672-bcc8-47e499ca3bb7 .

oa:person_gra_1363460e-87b0-e672-bcc8-47e499ca3bb7_Person-1785d971-856e-a212-5496-02de91fde38b
  a a2a:Person ;
  rdfs:label "Jacobus Roossien" ;
  a2a:PersonName [
    rdfs:label "Jacobus Roossien" ;
    a2a:PersonNameFirstName "Jacobus" ;
    a2a:PersonNameLastName "Roossien"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "40 jaar" ;
    rdfs:label "40 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Kalkwijk gem. Hoogezand" ;
    rdfs:label "Kalkwijk gem. Hoogezand"
  ] ;
  a2a:Profession "schipper" .

oa:person_gra_1363460e-87b0-e672-bcc8-47e499ca3bb7_Person-53c3481a-3764-b641-1f6b-6b6eb3ed4830
  a a2a:Person ;
  rdfs:label "Trijntje Stuut" ;
  a2a:PersonName [
    rdfs:label "Trijntje Stuut" ;
    a2a:PersonNameFirstName "Trijntje" ;
    a2a:PersonNameLastName "Stuut"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "24 jaar" ;
    rdfs:label "24 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Veendam" ;
    rdfs:label "Veendam"
  ] ;
  a2a:Profession "dienstmeid" .

oa:person_gra_1363460e-87b0-e672-bcc8-47e499ca3bb7_Person-bdf6cf6c-f89c-e2cd-214e-c0c79c60b726
  a a2a:Person ;
  rdfs:label "Jacob Jacobs Roossien" ;
  a2a:PersonName [
    rdfs:label "Jacob Jacobs Roossien" ;
    a2a:PersonNameFirstName "Jacob Jacobs" ;
    a2a:PersonNameLastName "Roossien"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_1363460e-87b0-e672-bcc8-47e499ca3bb7_Person-f75bd918-c43d-49cd-d68d-abf9e943fe0f
  a a2a:Person ;
  rdfs:label "Eltje Jans Mattijs" ;
  a2a:PersonName [
    rdfs:label "Eltje Jans Mattijs" ;
    a2a:PersonNameFirstName "Eltje Jans" ;
    a2a:PersonNameLastName "Mattijs"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "schippersche" .

oa:person_gra_1363460e-87b0-e672-bcc8-47e499ca3bb7_Person-c64d7a2b-cac8-2bea-f2f5-d3ac87b30dc0
  a a2a:Person ;
  rdfs:label "Klaasjen Hindriks Stuut" ;
  a2a:PersonName [
    rdfs:label "Klaasjen Hindriks Stuut" ;
    a2a:PersonNameFirstName "Klaasjen Hindriks" ;
    a2a:PersonNameLastName "Stuut"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_1363460e-87b0-e672-bcc8-47e499ca3bb7_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:Year "1872" ;
    a2a:Month "9" ;
    a2a:Day "28" ;
    rdfs:label "1872-09-28"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Onstwedde" ;
    rdfs:label "Onstwedde"
  ] .

oa:relationep_gra_1363460e-87b0-e672-bcc8-47e499ca3bb7_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_gra_1363460e-87b0-e672-bcc8-47e499ca3bb7_Person:1785d971-856e-a212-5496-02de91fde38b ;
  a2a:EventKeyRef oa:event_gra_1363460e-87b0-e672-bcc8-47e499ca3bb7_Event1 .

oa:relationep_gra_1363460e-87b0-e672-bcc8-47e499ca3bb7_1
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_gra_1363460e-87b0-e672-bcc8-47e499ca3bb7_Person:53c3481a-3764-b641-1f6b-6b6eb3ed4830 ;
  a2a:EventKeyRef oa:event_gra_1363460e-87b0-e672-bcc8-47e499ca3bb7_Event1 .

oa:relationep_gra_1363460e-87b0-e672-bcc8-47e499ca3bb7_2
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_gra_1363460e-87b0-e672-bcc8-47e499ca3bb7_Person:bdf6cf6c-f89c-e2cd-214e-c0c79c60b726 ;
  a2a:EventKeyRef oa:event_gra_1363460e-87b0-e672-bcc8-47e499ca3bb7_Event1 .

oa:relationep_gra_1363460e-87b0-e672-bcc8-47e499ca3bb7_3
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_gra_1363460e-87b0-e672-bcc8-47e499ca3bb7_Person:f75bd918-c43d-49cd-d68d-abf9e943fe0f ;
  a2a:EventKeyRef oa:event_gra_1363460e-87b0-e672-bcc8-47e499ca3bb7_Event1 .

oa:relationep_gra_1363460e-87b0-e672-bcc8-47e499ca3bb7_4
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_gra_1363460e-87b0-e672-bcc8-47e499ca3bb7_Person:c64d7a2b-cac8-2bea-f2f5-d3ac87b30dc0 ;
  a2a:EventKeyRef oa:event_gra_1363460e-87b0-e672-bcc8-47e499ca3bb7_Event1 .

oa:source_gra_1363460e-87b0-e672-bcc8-47e499ca3bb7
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Onstwedde" ;
    rdfs:label "Onstwedde", "1872-09-28 - 1872-09-28"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1872-09-28"^^xsd:date ;
    a2a:SourceIndexDateTo "1872-09-28"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1872" ;
    a2a:Month "9" ;
    a2a:Day "28" ;
    rdfs:label "1872-09-28"^^xsd:date
  ] ;
  a2a:SourceType "BS Huwelijk" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1872" ;
    a2a:Book "Huwelijksregister 1872" ;
    a2a:DocumentNumber "48" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1872, Huwelijksregister 1872, 48"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/bbf8f8d2-ca56-45f5-ca16-423b61fb9577.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/1363460e-87b0-e672-bcc8-47e499ca3bb7" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/bbf8f8d2-ca56-45f5-ca16-423b61fb9577.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-07-25"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/1363460e-87b0-e672-bcc8-47e499ca3bb7" ;
  a2a:RecordGUID "{1363460e-87b0-e672-bcc8-47e499ca3bb7}" ;
  a2a:SourceRemarkAkteSoort "huwelijk" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_906_00000906.xml van GRA" .

[] a2a:PersonRemarkdiversen "weduwnaar van Sebina Jager" .
