@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_e17a372a-2a77-4ebe-acd2-d565625c9a08
  a a2a:Record ;
  rdfs:label "Huwelijk op 21 december 1839 te Loosdrecht" ;
  a2a:hasPerson oa:person_nha_e17a372a-2a77-4ebe-acd2-d565625c9a08_Person1, oa:person_nha_e17a372a-2a77-4ebe-acd2-d565625c9a08_Person2, oa:person_nha_e17a372a-2a77-4ebe-acd2-d565625c9a08_Person3, oa:person_nha_e17a372a-2a77-4ebe-acd2-d565625c9a08_Person4, oa:person_nha_e17a372a-2a77-4ebe-acd2-d565625c9a08_Person5, oa:person_nha_e17a372a-2a77-4ebe-acd2-d565625c9a08_Person6 ;
  a2a:hasEvent oa:event_nha_e17a372a-2a77-4ebe-acd2-d565625c9a08_Event1 ;
  a2a:hasRelationEP oa:relationep_nha_e17a372a-2a77-4ebe-acd2-d565625c9a08_0, oa:relationep_nha_e17a372a-2a77-4ebe-acd2-d565625c9a08_1, oa:relationep_nha_e17a372a-2a77-4ebe-acd2-d565625c9a08_2, oa:relationep_nha_e17a372a-2a77-4ebe-acd2-d565625c9a08_3, oa:relationep_nha_e17a372a-2a77-4ebe-acd2-d565625c9a08_4, oa:relationep_nha_e17a372a-2a77-4ebe-acd2-d565625c9a08_5 ;
  a2a:hasSource oa:source_nha_e17a372a-2a77-4ebe-acd2-d565625c9a08 .

oa:person_nha_e17a372a-2a77-4ebe-acd2-d565625c9a08_Person1
  a a2a:Person ;
  rdfs:label "Gerardus Joannes Bout" ;
  a2a:PersonName [
    rdfs:label "Gerardus Joannes Bout" ;
    a2a:PersonNameFirstName "Gerardus Joannes" ;
    a2a:PersonNameLastName "Bout"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "37" ;
    rdfs:label "37"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Diemen" ;
    rdfs:label "Diemen"
  ] .

oa:person_nha_e17a372a-2a77-4ebe-acd2-d565625c9a08_Person2
  a a2a:Person ;
  rdfs:label "Klaas Bout" ;
  a2a:PersonName [
    rdfs:label "Klaas Bout" ;
    a2a:PersonNameFirstName "Klaas" ;
    a2a:PersonNameLastName "Bout"
  ] .

oa:person_nha_e17a372a-2a77-4ebe-acd2-d565625c9a08_Person3
  a a2a:Person ;
  rdfs:label "Alida Lerentveld" ;
  a2a:PersonName [
    rdfs:label "Alida Lerentveld" ;
    a2a:PersonNameFirstName "Alida" ;
    a2a:PersonNameLastName "Lerentveld"
  ] .

oa:person_nha_e17a372a-2a77-4ebe-acd2-d565625c9a08_Person4
  a a2a:Person ;
  rdfs:label "Wilhelmina de Bas" ;
  a2a:PersonName [
    rdfs:label "Wilhelmina de Bas" ;
    a2a:PersonNameFirstName "Wilhelmina" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Bas"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "22" ;
    rdfs:label "22"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam"
  ] .

oa:person_nha_e17a372a-2a77-4ebe-acd2-d565625c9a08_Person5
  a a2a:Person ;
  rdfs:label "Cornelis de Bas" ;
  a2a:PersonName [
    rdfs:label "Cornelis de Bas" ;
    a2a:PersonNameFirstName "Cornelis" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Bas"
  ] .

oa:person_nha_e17a372a-2a77-4ebe-acd2-d565625c9a08_Person6
  a a2a:Person ;
  rdfs:label "Jacomina Verhoef" ;
  a2a:PersonName [
    rdfs:label "Jacomina Verhoef" ;
    a2a:PersonNameFirstName "Jacomina" ;
    a2a:PersonNameLastName "Verhoef"
  ] .

oa:event_nha_e17a372a-2a77-4ebe-acd2-d565625c9a08_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:Year "1839" ;
    a2a:Month "12" ;
    a2a:Day "21" ;
    rdfs:label "1839-12-21"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Loosdrecht" ;
    rdfs:label "Loosdrecht"
  ] .

oa:relationep_nha_e17a372a-2a77-4ebe-acd2-d565625c9a08_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_nha_e17a372a-2a77-4ebe-acd2-d565625c9a08_Person1 ;
  a2a:EventKeyRef oa:event_nha_e17a372a-2a77-4ebe-acd2-d565625c9a08_Event1 .

oa:relationep_nha_e17a372a-2a77-4ebe-acd2-d565625c9a08_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_nha_e17a372a-2a77-4ebe-acd2-d565625c9a08_Person2 ;
  a2a:EventKeyRef oa:event_nha_e17a372a-2a77-4ebe-acd2-d565625c9a08_Event1 .

oa:relationep_nha_e17a372a-2a77-4ebe-acd2-d565625c9a08_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_nha_e17a372a-2a77-4ebe-acd2-d565625c9a08_Person3 ;
  a2a:EventKeyRef oa:event_nha_e17a372a-2a77-4ebe-acd2-d565625c9a08_Event1 .

oa:relationep_nha_e17a372a-2a77-4ebe-acd2-d565625c9a08_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_nha_e17a372a-2a77-4ebe-acd2-d565625c9a08_Person4 ;
  a2a:EventKeyRef oa:event_nha_e17a372a-2a77-4ebe-acd2-d565625c9a08_Event1 .

oa:relationep_nha_e17a372a-2a77-4ebe-acd2-d565625c9a08_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_nha_e17a372a-2a77-4ebe-acd2-d565625c9a08_Person5 ;
  a2a:EventKeyRef oa:event_nha_e17a372a-2a77-4ebe-acd2-d565625c9a08_Event1 .

oa:relationep_nha_e17a372a-2a77-4ebe-acd2-d565625c9a08_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_nha_e17a372a-2a77-4ebe-acd2-d565625c9a08_Person6 ;
  a2a:EventKeyRef oa:event_nha_e17a372a-2a77-4ebe-acd2-d565625c9a08_Event1 .

oa:source_nha_e17a372a-2a77-4ebe-acd2-d565625c9a08
  a a2a:Source ;
  rdfs:label "Noord-Hollands Archief, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Loosdrecht" ;
    rdfs:label "Loosdrecht", "1839-01-01 - 1839-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1839-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1839-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1839" ;
    a2a:Month "12" ;
    a2a:Day "21" ;
    rdfs:label "1839-12-21"^^xsd:date
  ] ;
  a2a:SourceType "BS Huwelijk" ;
  a2a:SourceReference [
    a2a:InstitutionName "Noord-Hollands Archief" ;
    a2a:DocumentNumber "20" ;
    rdfs:label "Noord-Hollands Archief, 20"
  ] ;
  a2a:SourceLastChangeDate "2018-01-30"^^xsd:date ;
  a2a:RecordGUID "{e17a372a-2a77-4ebe-acd2-d565625c9a08}" ;
  a2a:SourceRemarkProvenance "Datadump ExportBS+Huwelijk_20210301_045447.csv van NHA, csv2a2a" .

