@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_ade_fc7e09da-4024-11e5-9d62-ef75ececa768
  a a2a:Record ;
  rdfs:label "Huwelijk op 1 juni 1922 te Rijswijk" ;
  a2a:hasPerson oa:person_ade_fc7e09da-4024-11e5-9d62-ef75ececa768_Person1, oa:person_ade_fc7e09da-4024-11e5-9d62-ef75ececa768_Person4, oa:person_ade_fc7e09da-4024-11e5-9d62-ef75ececa768_Person5, oa:person_ade_fc7e09da-4024-11e5-9d62-ef75ececa768_Person6, oa:person_ade_fc7e09da-4024-11e5-9d62-ef75ececa768_Person9, oa:person_ade_fc7e09da-4024-11e5-9d62-ef75ececa768_Person10 ;
  a2a:hasEvent oa:event_ade_fc7e09da-4024-11e5-9d62-ef75ececa768_Event1 ;
  a2a:hasRelationEP oa:relationep_ade_fc7e09da-4024-11e5-9d62-ef75ececa768_0, oa:relationep_ade_fc7e09da-4024-11e5-9d62-ef75ececa768_1, oa:relationep_ade_fc7e09da-4024-11e5-9d62-ef75ececa768_2, oa:relationep_ade_fc7e09da-4024-11e5-9d62-ef75ececa768_3, oa:relationep_ade_fc7e09da-4024-11e5-9d62-ef75ececa768_4, oa:relationep_ade_fc7e09da-4024-11e5-9d62-ef75ececa768_5 ;
  a2a:hasSource oa:source_ade_fc7e09da-4024-11e5-9d62-ef75ececa768 .

oa:person_ade_fc7e09da-4024-11e5-9d62-ef75ececa768_Person1
  a a2a:Person ;
  rdfs:label "Joseph Alphonse Emile Alouise de Nocker" ;
  a2a:PersonName [
    rdfs:label "Joseph Alphonse Emile Alouise de Nocker" ;
    a2a:PersonNameFirstName "Joseph Alphonse Emile Alouise" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Nocker"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeYears "36" ;
    rdfs:label "36"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Den Haag" ;
    rdfs:label "Den Haag"
  ] .

oa:person_ade_fc7e09da-4024-11e5-9d62-ef75ececa768_Person4
  a a2a:Person ;
  rdfs:label "Alexandre Emile Hubert de Nocker" ;
  a2a:PersonName [
    rdfs:label "Alexandre Emile Hubert de Nocker" ;
    a2a:PersonNameFirstName "Alexandre Emile Hubert" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Nocker"
  ] ;
  a2a:Gender "Man" .

oa:person_ade_fc7e09da-4024-11e5-9d62-ef75ececa768_Person5
  a a2a:Person ;
  rdfs:label "Anna Francoise Cesarine Colson" ;
  a2a:PersonName [
    rdfs:label "Anna Francoise Cesarine Colson" ;
    a2a:PersonNameFirstName "Anna Francoise Cesarine" ;
    a2a:PersonNameLastName "Colson"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_ade_fc7e09da-4024-11e5-9d62-ef75ececa768_Person6
  a a2a:Person ;
  rdfs:label "Virginie Fransen" ;
  a2a:PersonName [
    rdfs:label "Virginie Fransen" ;
    a2a:PersonNameFirstName "Virginie" ;
    a2a:PersonNameLastName "Fransen"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Age [
    a2a:PersonAgeYears "25" ;
    rdfs:label "25"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Sint Truiden, België" ;
    rdfs:label "Sint Truiden, België"
  ] .

oa:person_ade_fc7e09da-4024-11e5-9d62-ef75ececa768_Person9
  a a2a:Person ;
  rdfs:label "Henri Fransen" ;
  a2a:PersonName [
    rdfs:label "Henri Fransen" ;
    a2a:PersonNameFirstName "Henri" ;
    a2a:PersonNameLastName "Fransen"
  ] ;
  a2a:Gender "Man" .

oa:person_ade_fc7e09da-4024-11e5-9d62-ef75ececa768_Person10
  a a2a:Person ;
  rdfs:label "Marie Elisabeth Guffens" ;
  a2a:PersonName [
    rdfs:label "Marie Elisabeth Guffens" ;
    a2a:PersonNameFirstName "Marie Elisabeth" ;
    a2a:PersonNameLastName "Guffens"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_ade_fc7e09da-4024-11e5-9d62-ef75ececa768_Event1
  a a2a:Event ;
  rdfs:label "Huwelijk" ;
  a2a:EventType "Huwelijk" ;
  a2a:EventDate [
    a2a:Year "1922" ;
    a2a:Month "6" ;
    a2a:Day "1" ;
    rdfs:label "1922-06-01"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rijswijk" ;
    rdfs:label "Rijswijk"
  ] .

oa:relationep_ade_fc7e09da-4024-11e5-9d62-ef75ececa768_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_ade_fc7e09da-4024-11e5-9d62-ef75ececa768_Person1 ;
  a2a:EventKeyRef oa:event_ade_fc7e09da-4024-11e5-9d62-ef75ececa768_Event1 .

oa:relationep_ade_fc7e09da-4024-11e5-9d62-ef75ececa768_1
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruidegom" ;
  a2a:RelationType "Vader van de bruidegom" ;
  a2a:PersonKeyRef oa:person_ade_fc7e09da-4024-11e5-9d62-ef75ececa768_Person4 ;
  a2a:EventKeyRef oa:event_ade_fc7e09da-4024-11e5-9d62-ef75ececa768_Event1 .

oa:relationep_ade_fc7e09da-4024-11e5-9d62-ef75ececa768_2
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruidegom" ;
  a2a:RelationType "Moeder van de bruidegom" ;
  a2a:PersonKeyRef oa:person_ade_fc7e09da-4024-11e5-9d62-ef75ececa768_Person5 ;
  a2a:EventKeyRef oa:event_ade_fc7e09da-4024-11e5-9d62-ef75ececa768_Event1 .

oa:relationep_ade_fc7e09da-4024-11e5-9d62-ef75ececa768_3
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_ade_fc7e09da-4024-11e5-9d62-ef75ececa768_Person6 ;
  a2a:EventKeyRef oa:event_ade_fc7e09da-4024-11e5-9d62-ef75ececa768_Event1 .

oa:relationep_ade_fc7e09da-4024-11e5-9d62-ef75ececa768_4
  a a2a:RelationEP ;
  rdfs:label "Vader van de bruid" ;
  a2a:RelationType "Vader van de bruid" ;
  a2a:PersonKeyRef oa:person_ade_fc7e09da-4024-11e5-9d62-ef75ececa768_Person9 ;
  a2a:EventKeyRef oa:event_ade_fc7e09da-4024-11e5-9d62-ef75ececa768_Event1 .

oa:relationep_ade_fc7e09da-4024-11e5-9d62-ef75ececa768_5
  a a2a:RelationEP ;
  rdfs:label "Moeder van de bruid" ;
  a2a:RelationType "Moeder van de bruid" ;
  a2a:PersonKeyRef oa:person_ade_fc7e09da-4024-11e5-9d62-ef75ececa768_Person10 ;
  a2a:EventKeyRef oa:event_ade_fc7e09da-4024-11e5-9d62-ef75ececa768_Event1 .

oa:source_ade_fc7e09da-4024-11e5-9d62-ef75ececa768
  a a2a:Source ;
  rdfs:label "Archief Delft, BS Huwelijk" ;
  a2a:SourcePlace [
    a2a:Place "Rijswijk" ;
    rdfs:label "Rijswijk", "1811-01-01 - 1945-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1811-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1945-12-31"^^xsd:date
  ] ;
  a2a:SourceType "BS Huwelijk" ;
  a2a:SourceReference [
    a2a:InstitutionName "Archief Delft" ;
    a2a:Collection "Archief van het gemeentebestuur van Rijswijk" ;
    a2a:Book "Register van huwelijks- en echtscheidingsakten, 1922" ;
    a2a:DocumentNumber "29" ;
    a2a:RegistryNumber "02329" ;
    rdfs:label "Archief Delft, Archief van het gemeentebestuur van Rijswijk, Register van huwelijks- en echtscheidingsakten, 1922, 29, 02329"
  ] ;
  a2a:SourceLastChangeDate "2019-10-06"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12115/NL-DtAD37134481" ;
  a2a:RecordGUID "{fc7e09da-4024-11e5-9d62-ef75ececa768}" ;
  a2a:SourceRemarklink_EAD "https://data.stadsarchiefdelft.nl/inventarissen/pdf/0704.pdf" ;
  a2a:SourceRemarkProvenance "OPEN_DATA_BS_huwelijken_Rijswijk.csv op 19-3-2019 gedownload vanaf https://www.stadsarchiefdelft.nl/vakinformatie/open-data/ nieuwe RecordID's toegevoegd op 2-10-2019" .

