@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_df1f89c4-402c-11e5-a558-2f9cf602ebf7
  a a2a:Record ;
  rdfs:label "Trouwen op 9 maart 1708" ;
  a2a:hasPerson oa:person_ade_df1f89c4-402c-11e5-a558-2f9cf602ebf7_Person1, oa:person_ade_df1f89c4-402c-11e5-a558-2f9cf602ebf7_Person2 ;
  a2a:hasEvent oa:event_ade_df1f89c4-402c-11e5-a558-2f9cf602ebf7_Event1 ;
  a2a:hasRelationEP oa:relationep_ade_df1f89c4-402c-11e5-a558-2f9cf602ebf7_0, oa:relationep_ade_df1f89c4-402c-11e5-a558-2f9cf602ebf7_1 ;
  a2a:hasSource oa:source_ade_df1f89c4-402c-11e5-a558-2f9cf602ebf7 .

oa:person_ade_df1f89c4-402c-11e5-a558-2f9cf602ebf7_Person1
  a a2a:Person ;
  rdfs:label "Hans Jacob Lat" ;
  a2a:PersonName [
    rdfs:label "Hans Jacob Lat" ;
    a2a:PersonNameFirstName "Hans" ;
    a2a:PersonNamePatronym "Jacob" ;
    a2a:PersonNameLastName "Lat"
  ] ;
  a2a:Residence [
    a2a:Place "Geerweg" ;
    rdfs:label "Geerweg"
  ] .

oa:person_ade_df1f89c4-402c-11e5-a558-2f9cf602ebf7_Person2
  a a2a:Person ;
  rdfs:label "Anna Catharina Hansz" ;
  a2a:PersonName [
    rdfs:label "Anna Catharina Hansz" ;
    a2a:PersonNameFirstName "Anna" ;
    a2a:PersonNamePatronym "Catharina" ;
    a2a:PersonNameLastName "Hansz"
  ] ;
  a2a:Residence [
    a2a:Place "Vlamingstraat" ;
    rdfs:label "Vlamingstraat"
  ] .

oa:event_ade_df1f89c4-402c-11e5-a558-2f9cf602ebf7_Event1
  a a2a:Event ;
  rdfs:label "Trouwen" ;
  a2a:EventType "Trouwen" ;
  a2a:EventDate [
    a2a:Year "1708" ;
    a2a:Month "3" ;
    a2a:Day "9" ;
    rdfs:label "1708-03-09"^^xsd:date
  ] ;
  a2a:EventRemarkOpmerking "Acte Pro deo, getrouwd in de Nieuwe Kerk" ;
  a2a:EventRemark01_Datum_ondertrouw "18-2-1708" .

oa:relationep_ade_df1f89c4-402c-11e5-a558-2f9cf602ebf7_0
  a a2a:RelationEP ;
  rdfs:label "Bruidegom" ;
  a2a:RelationType "Bruidegom" ;
  a2a:PersonKeyRef oa:person_ade_df1f89c4-402c-11e5-a558-2f9cf602ebf7_Person1 ;
  a2a:EventKeyRef oa:event_ade_df1f89c4-402c-11e5-a558-2f9cf602ebf7_Event1 .

oa:relationep_ade_df1f89c4-402c-11e5-a558-2f9cf602ebf7_1
  a a2a:RelationEP ;
  rdfs:label "Bruid" ;
  a2a:RelationType "Bruid" ;
  a2a:PersonKeyRef oa:person_ade_df1f89c4-402c-11e5-a558-2f9cf602ebf7_Person2 ;
  a2a:EventKeyRef oa:event_ade_df1f89c4-402c-11e5-a558-2f9cf602ebf7_Event1 .

oa:source_ade_df1f89c4-402c-11e5-a558-2f9cf602ebf7
  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, 1707 - 1714" ;
    a2a:RegistryNumber "00137" ;
    a2a:Folio "19v" ;
    rdfs:label "Archief Delft, Collectie Doop-, Trouw- en Begraafboeken van Delft, Ondertrouwboek Gerecht, 1707 - 1714, 00137, 19v"
  ] ;
  a2a:SourceLastChangeDate "2019-03-19"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12115/NL-DtAD20681891" ;
  a2a:RecordGUID "{df1f89c4-402c-11e5-a558-2f9cf602ebf7}" ;
  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/" .

