@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_nha_df943c6f-c807-4e87-ab1d-c19d0c617235
  a a2a:Record ;
  rdfs:label "Huwelijk op 14 juli 1927 te Amsterdam" ;
  a2a:hasPerson oa:person_nha_df943c6f-c807-4e87-ab1d-c19d0c617235_Person1, oa:person_nha_df943c6f-c807-4e87-ab1d-c19d0c617235_Person2, oa:person_nha_df943c6f-c807-4e87-ab1d-c19d0c617235_Person3, oa:person_nha_df943c6f-c807-4e87-ab1d-c19d0c617235_Person4, oa:person_nha_df943c6f-c807-4e87-ab1d-c19d0c617235_Person5, oa:person_nha_df943c6f-c807-4e87-ab1d-c19d0c617235_Person6 ;
  a2a:hasEvent oa:event_nha_df943c6f-c807-4e87-ab1d-c19d0c617235_Event1 ;
  a2a:hasRelationEP oa:relationep_nha_df943c6f-c807-4e87-ab1d-c19d0c617235_0, oa:relationep_nha_df943c6f-c807-4e87-ab1d-c19d0c617235_1, oa:relationep_nha_df943c6f-c807-4e87-ab1d-c19d0c617235_2, oa:relationep_nha_df943c6f-c807-4e87-ab1d-c19d0c617235_3, oa:relationep_nha_df943c6f-c807-4e87-ab1d-c19d0c617235_4, oa:relationep_nha_df943c6f-c807-4e87-ab1d-c19d0c617235_5 ;
  a2a:hasSource oa:source_nha_df943c6f-c807-4e87-ab1d-c19d0c617235 .

oa:person_nha_df943c6f-c807-4e87-ab1d-c19d0c617235_Person1
  a a2a:Person ;
  rdfs:label "Okke Henri Huber" ;
  a2a:PersonName [
    rdfs:label "Okke Henri Huber" ;
    a2a:PersonNameFirstName "Okke Henri" ;
    a2a:PersonNameLastName "Huber"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "25" ;
    rdfs:label "25"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] ;
  a2a:Profession "chef in een modemagazijn" .

oa:person_nha_df943c6f-c807-4e87-ab1d-c19d0c617235_Person2
  a a2a:Person ;
  rdfs:label "Henri Hubert Huber" ;
  a2a:PersonName [
    rdfs:label "Henri Hubert Huber" ;
    a2a:PersonNameFirstName "Henri Hubert" ;
    a2a:PersonNameLastName "Huber"
  ] ;
  a2a:Profession "handelsvertegenwoordiger" .

oa:person_nha_df943c6f-c807-4e87-ab1d-c19d0c617235_Person3
  a a2a:Person ;
  rdfs:label "Gerritje Bouma" ;
  a2a:PersonName [
    rdfs:label "Gerritje Bouma" ;
    a2a:PersonNameFirstName "Gerritje" ;
    a2a:PersonNameLastName "Bouma"
  ] .

oa:person_nha_df943c6f-c807-4e87-ab1d-c19d0c617235_Person4
  a a2a:Person ;
  rdfs:label "Gerdina Johanna Richarda Petronella Smit" ;
  a2a:PersonName [
    rdfs:label "Gerdina Johanna Richarda Petronella Smit" ;
    a2a:PersonNameFirstName "Gerdina Johanna Richarda Petronella" ;
    a2a:PersonNameLastName "Smit"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "26" ;
    rdfs:label "26"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam"
  ] .

oa:person_nha_df943c6f-c807-4e87-ab1d-c19d0c617235_Person5
  a a2a:Person ;
  rdfs:label "Karel August Ignatius Smit" ;
  a2a:PersonName [
    rdfs:label "Karel August Ignatius Smit" ;
    a2a:PersonNameFirstName "Karel August Ignatius" ;
    a2a:PersonNameLastName "Smit"
  ] ;
  a2a:Profession "Koopman" .

oa:person_nha_df943c6f-c807-4e87-ab1d-c19d0c617235_Person6
  a a2a:Person ;
  rdfs:label "Trijntje Tuinzaad" ;
  a2a:PersonName [
    rdfs:label "Trijntje Tuinzaad" ;
    a2a:PersonNameFirstName "Trijntje" ;
    a2a:PersonNameLastName "Tuinzaad"
  ] .

oa:event_nha_df943c6f-c807-4e87-ab1d-c19d0c617235_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:Year "1927" ;
    a2a:Month "7" ;
    a2a:Day "14" ;
    rdfs:label "1927-07-14"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam"
  ] .

oa:relationep_nha_df943c6f-c807-4e87-ab1d-c19d0c617235_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_nha_df943c6f-c807-4e87-ab1d-c19d0c617235_Person1 ;
  a2a:EventKeyRef oa:event_nha_df943c6f-c807-4e87-ab1d-c19d0c617235_Event1 .

oa:relationep_nha_df943c6f-c807-4e87-ab1d-c19d0c617235_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_nha_df943c6f-c807-4e87-ab1d-c19d0c617235_Person2 ;
  a2a:EventKeyRef oa:event_nha_df943c6f-c807-4e87-ab1d-c19d0c617235_Event1 .

oa:relationep_nha_df943c6f-c807-4e87-ab1d-c19d0c617235_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_nha_df943c6f-c807-4e87-ab1d-c19d0c617235_Person3 ;
  a2a:EventKeyRef oa:event_nha_df943c6f-c807-4e87-ab1d-c19d0c617235_Event1 .

oa:relationep_nha_df943c6f-c807-4e87-ab1d-c19d0c617235_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_nha_df943c6f-c807-4e87-ab1d-c19d0c617235_Person4 ;
  a2a:EventKeyRef oa:event_nha_df943c6f-c807-4e87-ab1d-c19d0c617235_Event1 .

oa:relationep_nha_df943c6f-c807-4e87-ab1d-c19d0c617235_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_nha_df943c6f-c807-4e87-ab1d-c19d0c617235_Person5 ;
  a2a:EventKeyRef oa:event_nha_df943c6f-c807-4e87-ab1d-c19d0c617235_Event1 .

oa:relationep_nha_df943c6f-c807-4e87-ab1d-c19d0c617235_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_nha_df943c6f-c807-4e87-ab1d-c19d0c617235_Person6 ;
  a2a:EventKeyRef oa:event_nha_df943c6f-c807-4e87-ab1d-c19d0c617235_Event1 .

oa:source_nha_df943c6f-c807-4e87-ab1d-c19d0c617235
  a a2a:Source ;
  rdfs:label "Noord-Hollands Archief, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam", "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 "7" ;
    a2a:Day "14" ;
    rdfs:label "1927-07-14"^^xsd:date
  ] ;
  a2a:SourceType "BS Huwelijk" ;
  a2a:SourceReference [
    a2a:InstitutionName "Noord-Hollands Archief" ;
    a2a:DocumentNumber "Reg.2D fol. 4" ;
    rdfs:label "Noord-Hollands Archief, Reg.2D fol. 4"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://nha.blob.core.windows.net/scans/BS%20Huwelijk/Amsterdam/1927/RNH_H_ASD_1927-2D_0005-b.jpg"
  ] ;
  a2a:SourceLastChangeDate "2015-01-14"^^xsd:date ;
  a2a:RecordGUID "{df943c6f-c807-4e87-ab1d-c19d0c617235}" ;
  a2a:SourceRemarkProvenance "Datadump ExportBS+Huwelijk_20210301_045447.csv van NHA, csv2a2a" .

