@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_e489e2fa-edb9-2292-66b3-d9c7d80abc23
  a a2a:Record ;
  rdfs:label "Huwelijk op 16 juni 1904 te Muntendam" ;
  a2a:hasPerson oa:person_gra_e489e2fa-edb9-2292-66b3-d9c7d80abc23_Person-9354b034-c3c1-3ea1-461d-cf737086c0d6, oa:person_gra_e489e2fa-edb9-2292-66b3-d9c7d80abc23_Person-4989732a-ed5a-da44-1e2f-ae7214fb0579, oa:person_gra_e489e2fa-edb9-2292-66b3-d9c7d80abc23_Person-70417380-3876-1fbf-02c3-c63333103c16, oa:person_gra_e489e2fa-edb9-2292-66b3-d9c7d80abc23_Person-c574b3d2-c67d-d014-f6d0-87c538c1ca5d, oa:person_gra_e489e2fa-edb9-2292-66b3-d9c7d80abc23_Person-6cda1876-a65a-e032-424a-325a039d91a7 ;
  a2a:hasEvent oa:event_gra_e489e2fa-edb9-2292-66b3-d9c7d80abc23_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_e489e2fa-edb9-2292-66b3-d9c7d80abc23_0, oa:relationep_gra_e489e2fa-edb9-2292-66b3-d9c7d80abc23_1, oa:relationep_gra_e489e2fa-edb9-2292-66b3-d9c7d80abc23_2, oa:relationep_gra_e489e2fa-edb9-2292-66b3-d9c7d80abc23_3, oa:relationep_gra_e489e2fa-edb9-2292-66b3-d9c7d80abc23_4 ;
  a2a:hasSource oa:source_gra_e489e2fa-edb9-2292-66b3-d9c7d80abc23 .

oa:person_gra_e489e2fa-edb9-2292-66b3-d9c7d80abc23_Person-9354b034-c3c1-3ea1-461d-cf737086c0d6
  a a2a:Person ;
  rdfs:label "Hindrik van der Laan" ;
  a2a:PersonName [
    rdfs:label "Hindrik van der Laan" ;
    a2a:PersonNameFirstName "Hindrik" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Laan"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "53 jaar" ;
    rdfs:label "53 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Winsum" ;
    rdfs:label "Winsum"
  ] ;
  a2a:Profession "bakker" .

oa:person_gra_e489e2fa-edb9-2292-66b3-d9c7d80abc23_Person-4989732a-ed5a-da44-1e2f-ae7214fb0579
  a a2a:Person ;
  rdfs:label "Elzina Hartsema" ;
  a2a:PersonName [
    rdfs:label "Elzina Hartsema" ;
    a2a:PersonNameFirstName "Elzina" ;
    a2a:PersonNameLastName "Hartsema"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "37 jaar" ;
    rdfs:label "37 jaar"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Leens" ;
    rdfs:label "Leens"
  ] ;
  a2a:Profession "huishoudster" .

oa:person_gra_e489e2fa-edb9-2292-66b3-d9c7d80abc23_Person-70417380-3876-1fbf-02c3-c63333103c16
  a a2a:Person ;
  rdfs:label "Aaltje Strabbeng" ;
  a2a:PersonName [
    rdfs:label "Aaltje Strabbeng" ;
    a2a:PersonNameFirstName "Aaltje" ;
    a2a:PersonNameLastName "Strabbeng"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_e489e2fa-edb9-2292-66b3-d9c7d80abc23_Person-c574b3d2-c67d-d014-f6d0-87c538c1ca5d
  a a2a:Person ;
  rdfs:label "Jurrien Hartsema" ;
  a2a:PersonName [
    rdfs:label "Jurrien Hartsema" ;
    a2a:PersonNameFirstName "Jurrien" ;
    a2a:PersonNameLastName "Hartsema"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_e489e2fa-edb9-2292-66b3-d9c7d80abc23_Person-6cda1876-a65a-e032-424a-325a039d91a7
  a a2a:Person ;
  rdfs:label "Antje van der Laan" ;
  a2a:PersonName [
    rdfs:label "Antje van der Laan" ;
    a2a:PersonNameFirstName "Antje" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Laan"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_e489e2fa-edb9-2292-66b3-d9c7d80abc23_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:Year "1904" ;
    a2a:Month "6" ;
    a2a:Day "16" ;
    rdfs:label "1904-06-16"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Muntendam" ;
    rdfs:label "Muntendam"
  ] .

oa:relationep_gra_e489e2fa-edb9-2292-66b3-d9c7d80abc23_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_gra_e489e2fa-edb9-2292-66b3-d9c7d80abc23_Person:9354b034-c3c1-3ea1-461d-cf737086c0d6 ;
  a2a:EventKeyRef oa:event_gra_e489e2fa-edb9-2292-66b3-d9c7d80abc23_Event1 .

oa:relationep_gra_e489e2fa-edb9-2292-66b3-d9c7d80abc23_1
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_gra_e489e2fa-edb9-2292-66b3-d9c7d80abc23_Person:4989732a-ed5a-da44-1e2f-ae7214fb0579 ;
  a2a:EventKeyRef oa:event_gra_e489e2fa-edb9-2292-66b3-d9c7d80abc23_Event1 .

oa:relationep_gra_e489e2fa-edb9-2292-66b3-d9c7d80abc23_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_gra_e489e2fa-edb9-2292-66b3-d9c7d80abc23_Person:70417380-3876-1fbf-02c3-c63333103c16 ;
  a2a:EventKeyRef oa:event_gra_e489e2fa-edb9-2292-66b3-d9c7d80abc23_Event1 .

oa:relationep_gra_e489e2fa-edb9-2292-66b3-d9c7d80abc23_3
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_gra_e489e2fa-edb9-2292-66b3-d9c7d80abc23_Person:c574b3d2-c67d-d014-f6d0-87c538c1ca5d ;
  a2a:EventKeyRef oa:event_gra_e489e2fa-edb9-2292-66b3-d9c7d80abc23_Event1 .

oa:relationep_gra_e489e2fa-edb9-2292-66b3-d9c7d80abc23_4
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_gra_e489e2fa-edb9-2292-66b3-d9c7d80abc23_Person:6cda1876-a65a-e032-424a-325a039d91a7 ;
  a2a:EventKeyRef oa:event_gra_e489e2fa-edb9-2292-66b3-d9c7d80abc23_Event1 .

oa:source_gra_e489e2fa-edb9-2292-66b3-d9c7d80abc23
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Muntendam" ;
    rdfs:label "Muntendam", "1904-06-16 - 1904-06-16"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1904-06-16"^^xsd:date ;
    a2a:SourceIndexDateTo "1904-06-16"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1904" ;
    a2a:Month "6" ;
    a2a:Day "16" ;
    rdfs:label "1904-06-16"^^xsd:date
  ] ;
  a2a:SourceType "BS Huwelijk" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1904" ;
    a2a:Book "Huwelijksregister 1904" ;
    a2a:DocumentNumber "13" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1904, Huwelijksregister 1904, 13"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/bedf11fb-446c-f80a-fc1c-c31aef5690bb.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/e489e2fa-edb9-2292-66b3-d9c7d80abc23" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/bedf11fb-446c-f80a-fc1c-c31aef5690bb.jpg"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/1eebaf36-7a03-c4dd-200b-b023d0881bec.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/e489e2fa-edb9-2292-66b3-d9c7d80abc23" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/1eebaf36-7a03-c4dd-200b-b023d0881bec.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-07-26"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/e489e2fa-edb9-2292-66b3-d9c7d80abc23" ;
  a2a:RecordGUID "{e489e2fa-edb9-2292-66b3-d9c7d80abc23}" ;
  a2a:SourceRemarkAkteSoort "huwelijk" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_1063_00001063.xml van GRA" .

[] a2a:PersonRemarkdiversen "weduwnaar van Diepke Doornbos" .
