@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_de3ae0b2-402c-11e5-bb29-8ba80ec930f0
  a a2a:Record ;
  rdfs:label "Trouwen op 24 april 1763" ;
  a2a:hasPerson oa:person_ade_de3ae0b2-402c-11e5-bb29-8ba80ec930f0_Person1, oa:person_ade_de3ae0b2-402c-11e5-bb29-8ba80ec930f0_Person2, oa:person_ade_de3ae0b2-402c-11e5-bb29-8ba80ec930f0_Person4 ;
  a2a:hasEvent oa:event_ade_de3ae0b2-402c-11e5-bb29-8ba80ec930f0_Event1 ;
  a2a:hasRelationEP oa:relationep_ade_de3ae0b2-402c-11e5-bb29-8ba80ec930f0_0, oa:relationep_ade_de3ae0b2-402c-11e5-bb29-8ba80ec930f0_1, oa:relationep_ade_de3ae0b2-402c-11e5-bb29-8ba80ec930f0_2 ;
  a2a:hasSource oa:source_ade_de3ae0b2-402c-11e5-bb29-8ba80ec930f0 .

oa:person_ade_de3ae0b2-402c-11e5-bb29-8ba80ec930f0_Person1
  a a2a:Person ;
  rdfs:label "Andries de Kijn" ;
  a2a:PersonName [
    rdfs:label "Andries de Kijn" ;
    a2a:PersonNameFirstName "Andries" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Kijn"
  ] ;
  a2a:Residence [
    a2a:Place "Rietveld" ;
    rdfs:label "Rietveld"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Delft" ;
    rdfs:label "Delft"
  ] .

oa:person_ade_de3ae0b2-402c-11e5-bb29-8ba80ec930f0_Person2
  a a2a:Person ;
  rdfs:label "Judik Visbeek" ;
  a2a:PersonName [
    rdfs:label "Judik Visbeek" ;
    a2a:PersonNameFirstName "Judik" ;
    a2a:PersonNameLastName "Visbeek"
  ] ;
  a2a:Residence [
    a2a:Place "Agter De Nieuwe Kerk" ;
    rdfs:label "Agter De Nieuwe Kerk"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Delft" ;
    rdfs:label "Delft"
  ] .

oa:person_ade_de3ae0b2-402c-11e5-bb29-8ba80ec930f0_Person4
  a a2a:Person ;
  rdfs:label "Jacobus van der Elst" ;
  a2a:PersonName [
    rdfs:label "Jacobus van der Elst" ;
    a2a:PersonNameFirstName "Jacobus" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Elst"
  ] .

oa:event_ade_de3ae0b2-402c-11e5-bb29-8ba80ec930f0_Event1
  a a2a:Event ;
  rdfs:label "Trouwen" ;
  a2a:EventType "Trouwen" ;
  a2a:EventDate [
    a2a:Year "1763" ;
    a2a:Month "4" ;
    a2a:Day "24" ;
    rdfs:label "1763-04-24"^^xsd:date
  ] ;
  a2a:EventRemarkOpmerking "Getrouwd op ’t Raadhuijs" ;
  a2a:EventRemark01_Datum_ondertrouw "9-4-1763" .

oa:relationep_ade_de3ae0b2-402c-11e5-bb29-8ba80ec930f0_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_ade_de3ae0b2-402c-11e5-bb29-8ba80ec930f0_Person1 ;
  a2a:EventKeyRef oa:event_ade_de3ae0b2-402c-11e5-bb29-8ba80ec930f0_Event1 .

oa:relationep_ade_de3ae0b2-402c-11e5-bb29-8ba80ec930f0_1
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_ade_de3ae0b2-402c-11e5-bb29-8ba80ec930f0_Person2 ;
  a2a:EventKeyRef oa:event_ade_de3ae0b2-402c-11e5-bb29-8ba80ec930f0_Event1 .

oa:relationep_ade_de3ae0b2-402c-11e5-bb29-8ba80ec930f0_2
  a a2a:RelationEP ;
  rdfs:label "other:Eerdere relatie" ;
  a2a:RelationType "other:Eerdere relatie" ;
  a2a:PersonKeyRef oa:person_ade_de3ae0b2-402c-11e5-bb29-8ba80ec930f0_Person4 ;
  a2a:EventKeyRef oa:event_ade_de3ae0b2-402c-11e5-bb29-8ba80ec930f0_Event1 .

oa:source_ade_de3ae0b2-402c-11e5-bb29-8ba80ec930f0
  a a2a:Source ;
  rdfs:label "Archief Delft, DTB Trouwen" ;
  a2a:SourcePlace [
    a2a:Place "Delft" ;
    rdfs:label "Delft", "1587-01-01 - 1811-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1587-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1811-12-31"^^xsd:date
  ] ;
  a2a:SourceType "DTB Trouwen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Archief Delft" ;
    a2a:Collection "Collectie Doop-, Trouw- en Begraafboeken van Delft" ;
    a2a:Book "Ondertrouwboek Gerecht, 1759 - 1767" ;
    a2a:RegistryNumber "00142" ;
    a2a:Folio "59" ;
    rdfs:label "Archief Delft, Collectie Doop-, Trouw- en Begraafboeken van Delft, Ondertrouwboek Gerecht, 1759 - 1767, 00142, 59"
  ] ;
  a2a:SourceLastChangeDate "2019-03-19"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12115/NL-DtAD18917462" ;
  a2a:RecordGUID "{de3ae0b2-402c-11e5-bb29-8ba80ec930f0}" ;
  a2a:SourceRemarklink_EAD "https://data.stadsarchiefdelft.nl/inventarissen/pdf/0014.pdf" ;
  a2a:SourceRemarkProvenance "OPEN_DATA_DTB_trouwen_Delft.csv op 19-3-2019 gedownload vanaf https://www.stadsarchiefdelft.nl/vakinformatie/open-data/" .

