@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_E4600FFF-9EB4-4BA1-8CF4-AA68B8F6CD33
  a a2a:Record ;
  rdfs:label "Huwelijk op 6 januari 1927 te Kampen" ;
  a2a:hasPerson oa:person_hco_E4600FFF-9EB4-4BA1-8CF4-AA68B8F6CD33_Person1, oa:person_hco_E4600FFF-9EB4-4BA1-8CF4-AA68B8F6CD33_Person2, oa:person_hco_E4600FFF-9EB4-4BA1-8CF4-AA68B8F6CD33_Person3, oa:person_hco_E4600FFF-9EB4-4BA1-8CF4-AA68B8F6CD33_Person4, oa:person_hco_E4600FFF-9EB4-4BA1-8CF4-AA68B8F6CD33_Person5, oa:person_hco_E4600FFF-9EB4-4BA1-8CF4-AA68B8F6CD33_Person6 ;
  a2a:hasEvent oa:event_hco_E4600FFF-9EB4-4BA1-8CF4-AA68B8F6CD33_Event1 ;
  a2a:hasRelationEP oa:relationep_hco_E4600FFF-9EB4-4BA1-8CF4-AA68B8F6CD33_0, oa:relationep_hco_E4600FFF-9EB4-4BA1-8CF4-AA68B8F6CD33_1, oa:relationep_hco_E4600FFF-9EB4-4BA1-8CF4-AA68B8F6CD33_2, oa:relationep_hco_E4600FFF-9EB4-4BA1-8CF4-AA68B8F6CD33_3, oa:relationep_hco_E4600FFF-9EB4-4BA1-8CF4-AA68B8F6CD33_4, oa:relationep_hco_E4600FFF-9EB4-4BA1-8CF4-AA68B8F6CD33_5 ;
  a2a:hasSource oa:source_hco_E4600FFF-9EB4-4BA1-8CF4-AA68B8F6CD33 .

oa:person_hco_E4600FFF-9EB4-4BA1-8CF4-AA68B8F6CD33_Person1
  a a2a:Person ;
  rdfs:label "Jan Landsman" ;
  a2a:PersonName [
    rdfs:label "Jan Landsman" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Landsman"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "22" ;
    rdfs:label "22"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Kampen" ;
    rdfs:label "Kampen"
  ] ;
  a2a:Profession "metselaar" .

oa:person_hco_E4600FFF-9EB4-4BA1-8CF4-AA68B8F6CD33_Person2
  a a2a:Person ;
  rdfs:label "Floris Landsman" ;
  a2a:PersonName [
    rdfs:label "Floris Landsman" ;
    a2a:PersonNameFirstName "Floris" ;
    a2a:PersonNameLastName "Landsman"
  ] ;
  a2a:Profession "visscher" .

oa:person_hco_E4600FFF-9EB4-4BA1-8CF4-AA68B8F6CD33_Person3
  a a2a:Person ;
  rdfs:label "Jennigje van den Berg" ;
  a2a:PersonName [
    rdfs:label "Jennigje van den Berg" ;
    a2a:PersonNameFirstName "Jennigje" ;
    a2a:PersonNamePrefixLastName "van den" ;
    a2a:PersonNameLastName "Berg"
  ] .

oa:person_hco_E4600FFF-9EB4-4BA1-8CF4-AA68B8F6CD33_Person4
  a a2a:Person ;
  rdfs:label "Johanna Bulteel" ;
  a2a:PersonName [
    rdfs:label "Johanna Bulteel" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNameLastName "Bulteel"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "20" ;
    rdfs:label "20"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Kampen" ;
    rdfs:label "Kampen"
  ] .

oa:person_hco_E4600FFF-9EB4-4BA1-8CF4-AA68B8F6CD33_Person5
  a a2a:Person ;
  rdfs:label "Thomas Bulteel" ;
  a2a:PersonName [
    rdfs:label "Thomas Bulteel" ;
    a2a:PersonNameFirstName "Thomas" ;
    a2a:PersonNameLastName "Bulteel"
  ] ;
  a2a:Profession "sigarenmaker" .

oa:person_hco_E4600FFF-9EB4-4BA1-8CF4-AA68B8F6CD33_Person6
  a a2a:Person ;
  rdfs:label "Johanna Bouten" ;
  a2a:PersonName [
    rdfs:label "Johanna Bouten" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNameLastName "Bouten"
  ] .

oa:event_hco_E4600FFF-9EB4-4BA1-8CF4-AA68B8F6CD33_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:Year "1927" ;
    a2a:Month "1" ;
    a2a:Day "6" ;
    rdfs:label "1927-01-06"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Kampen" ;
    rdfs:label "Kampen"
  ] .

oa:relationep_hco_E4600FFF-9EB4-4BA1-8CF4-AA68B8F6CD33_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_hco_E4600FFF-9EB4-4BA1-8CF4-AA68B8F6CD33_Person1 ;
  a2a:EventKeyRef oa:event_hco_E4600FFF-9EB4-4BA1-8CF4-AA68B8F6CD33_Event1 .

oa:relationep_hco_E4600FFF-9EB4-4BA1-8CF4-AA68B8F6CD33_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_hco_E4600FFF-9EB4-4BA1-8CF4-AA68B8F6CD33_Person2 ;
  a2a:EventKeyRef oa:event_hco_E4600FFF-9EB4-4BA1-8CF4-AA68B8F6CD33_Event1 .

oa:relationep_hco_E4600FFF-9EB4-4BA1-8CF4-AA68B8F6CD33_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_hco_E4600FFF-9EB4-4BA1-8CF4-AA68B8F6CD33_Person3 ;
  a2a:EventKeyRef oa:event_hco_E4600FFF-9EB4-4BA1-8CF4-AA68B8F6CD33_Event1 .

oa:relationep_hco_E4600FFF-9EB4-4BA1-8CF4-AA68B8F6CD33_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_hco_E4600FFF-9EB4-4BA1-8CF4-AA68B8F6CD33_Person4 ;
  a2a:EventKeyRef oa:event_hco_E4600FFF-9EB4-4BA1-8CF4-AA68B8F6CD33_Event1 .

oa:relationep_hco_E4600FFF-9EB4-4BA1-8CF4-AA68B8F6CD33_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_hco_E4600FFF-9EB4-4BA1-8CF4-AA68B8F6CD33_Person5 ;
  a2a:EventKeyRef oa:event_hco_E4600FFF-9EB4-4BA1-8CF4-AA68B8F6CD33_Event1 .

oa:relationep_hco_E4600FFF-9EB4-4BA1-8CF4-AA68B8F6CD33_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_hco_E4600FFF-9EB4-4BA1-8CF4-AA68B8F6CD33_Person6 ;
  a2a:EventKeyRef oa:event_hco_E4600FFF-9EB4-4BA1-8CF4-AA68B8F6CD33_Event1 .

oa:source_hco_E4600FFF-9EB4-4BA1-8CF4-AA68B8F6CD33
  a a2a:Source ;
  rdfs:label "Historisch Centrum Overijssel, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Kampen" ;
    rdfs:label "Kampen", "1927-01-01 - 1927-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1927-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1927-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1927" ;
    a2a:Month "1" ;
    a2a:Day "6" ;
    rdfs:label "1927-01-06"^^xsd:date
  ] ;
  a2a:SourceType "BS Huwelijk" ;
  a2a:SourceReference [
    a2a:InstitutionName "Historisch Centrum Overijssel" ;
    a2a:Collection "Kampen 1811-1932" ;
    a2a:DocumentNumber "4" ;
    a2a:RegistryNumber "7496" ;
    rdfs:label "Historisch Centrum Overijssel, Kampen 1811-1932, 4, 7496"
  ] ;
  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.7496&minr=3354657&miview=ldt" ;
  a2a:RecordGUID "{E4600FFF-9EB4-4BA1-8CF4-AA68B8F6CD33}" .

