@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_dar_a2bdc412-e91d-41ba-861e-e93a7f5b95f9
  a a2a:Record ;
  rdfs:label "Huwelijk op 2 oktober 1920 te Emmen" ;
  a2a:hasPerson oa:person_dar_a2bdc412-e91d-41ba-861e-e93a7f5b95f9_bruidegom, oa:person_dar_a2bdc412-e91d-41ba-861e-e93a7f5b95f9_vader_van_de_bruidegom, oa:person_dar_a2bdc412-e91d-41ba-861e-e93a7f5b95f9_moeder_van_de_bruidegom, oa:person_dar_a2bdc412-e91d-41ba-861e-e93a7f5b95f9_bruid, oa:person_dar_a2bdc412-e91d-41ba-861e-e93a7f5b95f9_vader_van_de_bruid, oa:person_dar_a2bdc412-e91d-41ba-861e-e93a7f5b95f9_moeder_van_de_bruid ;
  a2a:hasEvent oa:event_dar_a2bdc412-e91d-41ba-861e-e93a7f5b95f9_Huwelijk ;
  a2a:hasRelationEP oa:relationep_dar_a2bdc412-e91d-41ba-861e-e93a7f5b95f9_0, oa:relationep_dar_a2bdc412-e91d-41ba-861e-e93a7f5b95f9_1, oa:relationep_dar_a2bdc412-e91d-41ba-861e-e93a7f5b95f9_2, oa:relationep_dar_a2bdc412-e91d-41ba-861e-e93a7f5b95f9_3, oa:relationep_dar_a2bdc412-e91d-41ba-861e-e93a7f5b95f9_4, oa:relationep_dar_a2bdc412-e91d-41ba-861e-e93a7f5b95f9_5 ;
  a2a:hasSource oa:source_dar_a2bdc412-e91d-41ba-861e-e93a7f5b95f9 .

oa:person_dar_a2bdc412-e91d-41ba-861e-e93a7f5b95f9_bruidegom
  a a2a:Person ;
  rdfs:label "Jan Boelen" ;
  a2a:PersonName [
    rdfs:label "Jan Boelen" ;
    a2a:PersonNameLiteral "Jan Boelen" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Boelen"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeYears "28" ;
    rdfs:label "28"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Emmen" ;
    rdfs:label "Emmen"
  ] ;
  a2a:Profession "landbouwer" .

oa:person_dar_a2bdc412-e91d-41ba-861e-e93a7f5b95f9_vader_van_de_bruidegom
  a a2a:Person ;
  rdfs:label "Geert Boelen" ;
  a2a:PersonName [
    rdfs:label "Geert Boelen" ;
    a2a:PersonNameLiteral "Geert Boelen" ;
    a2a:PersonNameFirstName "Geert" ;
    a2a:PersonNameLastName "Boelen"
  ] ;
  a2a:Gender "Man" .

oa:person_dar_a2bdc412-e91d-41ba-861e-e93a7f5b95f9_moeder_van_de_bruidegom
  a a2a:Person ;
  rdfs:label "Hillegien Derks" ;
  a2a:PersonName [
    rdfs:label "Hillegien Derks" ;
    a2a:PersonNameLiteral "Hillegien Derks" ;
    a2a:PersonNameFirstName "Hillegien" ;
    a2a:PersonNameLastName "Derks"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Profession "landbouwster" .

oa:person_dar_a2bdc412-e91d-41ba-861e-e93a7f5b95f9_bruid
  a a2a:Person ;
  rdfs:label "Hinderika Bloeming" ;
  a2a:PersonName [
    rdfs:label "Hinderika Bloeming" ;
    a2a:PersonNameLiteral "Hinderika Bloeming" ;
    a2a:PersonNameFirstName "Hinderika" ;
    a2a:PersonNameLastName "Bloeming"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeYears "22" ;
    rdfs:label "22"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Emmen" ;
    rdfs:label "Emmen"
  ] ;
  a2a:Profession "landbouwster" .

oa:person_dar_a2bdc412-e91d-41ba-861e-e93a7f5b95f9_vader_van_de_bruid
  a a2a:Person ;
  rdfs:label "Geert Bloeming" ;
  a2a:PersonName [
    rdfs:label "Geert Bloeming" ;
    a2a:PersonNameLiteral "Geert Bloeming" ;
    a2a:PersonNameFirstName "Geert" ;
    a2a:PersonNameLastName "Bloeming"
  ] ;
  a2a:Gender "Man" ;
  a2a:Profession "landbouwer" .

oa:person_dar_a2bdc412-e91d-41ba-861e-e93a7f5b95f9_moeder_van_de_bruid
  a a2a:Person ;
  rdfs:label "Jantje Brink" ;
  a2a:PersonName [
    rdfs:label "Jantje Brink" ;
    a2a:PersonNameLiteral "Jantje Brink" ;
    a2a:PersonNameFirstName "Jantje" ;
    a2a:PersonNameLastName "Brink"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_dar_a2bdc412-e91d-41ba-861e-e93a7f5b95f9_Huwelijk
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:Year "1920" ;
    a2a:Month "10" ;
    a2a:Day "2" ;
    rdfs:label "1920-10-02"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Emmen" ;
    rdfs:label "Emmen"
  ] .

oa:relationep_dar_a2bdc412-e91d-41ba-861e-e93a7f5b95f9_0
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_dar_a2bdc412-e91d-41ba-861e-e93a7f5b95f9_bruid ;
  a2a:EventKeyRef oa:event_dar_a2bdc412-e91d-41ba-861e-e93a7f5b95f9_Huwelijk .

oa:relationep_dar_a2bdc412-e91d-41ba-861e-e93a7f5b95f9_1
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_dar_a2bdc412-e91d-41ba-861e-e93a7f5b95f9_bruidegom ;
  a2a:EventKeyRef oa:event_dar_a2bdc412-e91d-41ba-861e-e93a7f5b95f9_Huwelijk .

oa:relationep_dar_a2bdc412-e91d-41ba-861e-e93a7f5b95f9_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_dar_a2bdc412-e91d-41ba-861e-e93a7f5b95f9_moeder_van_de_bruid ;
  a2a:EventKeyRef oa:event_dar_a2bdc412-e91d-41ba-861e-e93a7f5b95f9_Huwelijk .

oa:relationep_dar_a2bdc412-e91d-41ba-861e-e93a7f5b95f9_3
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_dar_a2bdc412-e91d-41ba-861e-e93a7f5b95f9_moeder_van_de_bruidegom ;
  a2a:EventKeyRef oa:event_dar_a2bdc412-e91d-41ba-861e-e93a7f5b95f9_Huwelijk .

oa:relationep_dar_a2bdc412-e91d-41ba-861e-e93a7f5b95f9_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_dar_a2bdc412-e91d-41ba-861e-e93a7f5b95f9_vader_van_de_bruid ;
  a2a:EventKeyRef oa:event_dar_a2bdc412-e91d-41ba-861e-e93a7f5b95f9_Huwelijk .

oa:relationep_dar_a2bdc412-e91d-41ba-861e-e93a7f5b95f9_5
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_dar_a2bdc412-e91d-41ba-861e-e93a7f5b95f9_vader_van_de_bruidegom ;
  a2a:EventKeyRef oa:event_dar_a2bdc412-e91d-41ba-861e-e93a7f5b95f9_Huwelijk .

oa:source_dar_a2bdc412-e91d-41ba-861e-e93a7f5b95f9
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Emmen" ;
    rdfs:label "Emmen", "1920-01-01 - 1920-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1920-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1920-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1920" ;
    a2a:Month "10" ;
    a2a:Day "2" ;
    rdfs:label "1920-10-02"^^xsd:date
  ] ;
  a2a:SourceType "BS Huwelijk" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Assen" ;
    a2a:DocumentNumber "399" ;
    a2a:RegistryNumber "1920" ;
    rdfs:label "Drents Archief, Assen, 399, 1920"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:UriViewer "http://www.alledrenten.nl/iip.php?file=/Burgerlijke%20Stand/0166.010/0166.010_1920/NL-AsnDA_0166.010_1920_0057.jp2" ;
    a2a:UriPreview "http://www.alledrenten.nl/thumbnail.php?file=/Burgerlijke%20Stand/0166.010/0166.010_1920/NL-AsnDA_0166.010_1920_0057.jp2"
  ] ;
  a2a:SourceLastChangeDate "2011-06-14"^^xsd:date ;
  a2a:RecordGUID "{a2bdc412-e91d-41ba-861e-e93a7f5b95f9}" ;
  a2a:SourceRemarkAkteSoort "Huwelijk" ;
  a2a:SourceRemarkOpmerking "; vader bruidegom overleden; moeder bruid overleden" .

