@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_hco_01082E82-B16F-4F73-B2C8-BDFB17618F98
  a a2a:Record ;
  rdfs:label "Huwelijk op 10 september 1931 te Kampen" ;
  a2a:hasPerson oa:person_hco_01082E82-B16F-4F73-B2C8-BDFB17618F98_Person1, oa:person_hco_01082E82-B16F-4F73-B2C8-BDFB17618F98_Person2, oa:person_hco_01082E82-B16F-4F73-B2C8-BDFB17618F98_Person3, oa:person_hco_01082E82-B16F-4F73-B2C8-BDFB17618F98_Person4, oa:person_hco_01082E82-B16F-4F73-B2C8-BDFB17618F98_Person5, oa:person_hco_01082E82-B16F-4F73-B2C8-BDFB17618F98_Person6 ;
  a2a:hasEvent oa:event_hco_01082E82-B16F-4F73-B2C8-BDFB17618F98_Event1 ;
  a2a:hasRelationEP oa:relationep_hco_01082E82-B16F-4F73-B2C8-BDFB17618F98_0, oa:relationep_hco_01082E82-B16F-4F73-B2C8-BDFB17618F98_1, oa:relationep_hco_01082E82-B16F-4F73-B2C8-BDFB17618F98_2, oa:relationep_hco_01082E82-B16F-4F73-B2C8-BDFB17618F98_3, oa:relationep_hco_01082E82-B16F-4F73-B2C8-BDFB17618F98_4, oa:relationep_hco_01082E82-B16F-4F73-B2C8-BDFB17618F98_5 ;
  a2a:hasSource oa:source_hco_01082E82-B16F-4F73-B2C8-BDFB17618F98 .

oa:person_hco_01082E82-B16F-4F73-B2C8-BDFB17618F98_Person1
  a a2a:Person ;
  rdfs:label "Hendrik Booij" ;
  a2a:PersonName [
    rdfs:label "Hendrik Booij" ;
    a2a:PersonNameFirstName "Hendrik" ;
    a2a:PersonNameLastName "Booij"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "26" ;
    rdfs:label "26"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Kampen" ;
    rdfs:label "Kampen"
  ] ;
  a2a:Profession "loodgieter" .

oa:person_hco_01082E82-B16F-4F73-B2C8-BDFB17618F98_Person2
  a a2a:Person ;
  rdfs:label "Berend Booij" ;
  a2a:PersonName [
    rdfs:label "Berend Booij" ;
    a2a:PersonNameFirstName "Berend" ;
    a2a:PersonNameLastName "Booij"
  ] .

oa:person_hco_01082E82-B16F-4F73-B2C8-BDFB17618F98_Person3
  a a2a:Person ;
  rdfs:label "Harmpje Knul" ;
  a2a:PersonName [
    rdfs:label "Harmpje Knul" ;
    a2a:PersonNameFirstName "Harmpje" ;
    a2a:PersonNameLastName "Knul"
  ] .

oa:person_hco_01082E82-B16F-4F73-B2C8-BDFB17618F98_Person4
  a a2a:Person ;
  rdfs:label "Lamkje Riemersma" ;
  a2a:PersonName [
    rdfs:label "Lamkje Riemersma" ;
    a2a:PersonNameFirstName "Lamkje" ;
    a2a:PersonNameLastName "Riemersma"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "25" ;
    rdfs:label "25"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Sneek" ;
    rdfs:label "Sneek"
  ] .

oa:person_hco_01082E82-B16F-4F73-B2C8-BDFB17618F98_Person5
  a a2a:Person ;
  rdfs:label "Melle Riemersma" ;
  a2a:PersonName [
    rdfs:label "Melle Riemersma" ;
    a2a:PersonNameFirstName "Melle" ;
    a2a:PersonNameLastName "Riemersma"
  ] ;
  a2a:Profession "magazijnbediende" .

oa:person_hco_01082E82-B16F-4F73-B2C8-BDFB17618F98_Person6
  a a2a:Person ;
  rdfs:label "Jantje Dolstra" ;
  a2a:PersonName [
    rdfs:label "Jantje Dolstra" ;
    a2a:PersonNameFirstName "Jantje" ;
    a2a:PersonNameLastName "Dolstra"
  ] .

oa:event_hco_01082E82-B16F-4F73-B2C8-BDFB17618F98_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:Year "1931" ;
    a2a:Month "9" ;
    a2a:Day "10" ;
    rdfs:label "1931-09-10"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Kampen" ;
    rdfs:label "Kampen"
  ] .

oa:relationep_hco_01082E82-B16F-4F73-B2C8-BDFB17618F98_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_hco_01082E82-B16F-4F73-B2C8-BDFB17618F98_Person1 ;
  a2a:EventKeyRef oa:event_hco_01082E82-B16F-4F73-B2C8-BDFB17618F98_Event1 .

oa:relationep_hco_01082E82-B16F-4F73-B2C8-BDFB17618F98_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_hco_01082E82-B16F-4F73-B2C8-BDFB17618F98_Person2 ;
  a2a:EventKeyRef oa:event_hco_01082E82-B16F-4F73-B2C8-BDFB17618F98_Event1 .

oa:relationep_hco_01082E82-B16F-4F73-B2C8-BDFB17618F98_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_hco_01082E82-B16F-4F73-B2C8-BDFB17618F98_Person3 ;
  a2a:EventKeyRef oa:event_hco_01082E82-B16F-4F73-B2C8-BDFB17618F98_Event1 .

oa:relationep_hco_01082E82-B16F-4F73-B2C8-BDFB17618F98_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_hco_01082E82-B16F-4F73-B2C8-BDFB17618F98_Person4 ;
  a2a:EventKeyRef oa:event_hco_01082E82-B16F-4F73-B2C8-BDFB17618F98_Event1 .

oa:relationep_hco_01082E82-B16F-4F73-B2C8-BDFB17618F98_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_hco_01082E82-B16F-4F73-B2C8-BDFB17618F98_Person5 ;
  a2a:EventKeyRef oa:event_hco_01082E82-B16F-4F73-B2C8-BDFB17618F98_Event1 .

oa:relationep_hco_01082E82-B16F-4F73-B2C8-BDFB17618F98_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_hco_01082E82-B16F-4F73-B2C8-BDFB17618F98_Person6 ;
  a2a:EventKeyRef oa:event_hco_01082E82-B16F-4F73-B2C8-BDFB17618F98_Event1 .

oa:source_hco_01082E82-B16F-4F73-B2C8-BDFB17618F98
  a a2a:Source ;
  rdfs:label "Historisch Centrum Overijssel, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Kampen" ;
    rdfs:label "Kampen", "1931-01-01 - 1931-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1931-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1931-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1931" ;
    a2a:Month "9" ;
    a2a:Day "10" ;
    rdfs:label "1931-09-10"^^xsd:date
  ] ;
  a2a:SourceType "BS Huwelijk" ;
  a2a:SourceReference [
    a2a:InstitutionName "Historisch Centrum Overijssel" ;
    a2a:Collection "Kampen 1811-1932" ;
    a2a:DocumentNumber "133" ;
    a2a:RegistryNumber "7497" ;
    rdfs:label "Historisch Centrum Overijssel, Kampen 1811-1932, 133, 7497"
  ] ;
  a2a:SourceLastChangeDate "2017-01-02"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://www.archieven.nl/nl/zoeken?mivast=0&mizig=310&miadt=141&miaet=54&micode=0123.7497&minr=3359742&miview=ldt" ;
  a2a:RecordGUID "{01082E82-B16F-4F73-B2C8-BDFB17618F98}" .

