@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_24ada0ea-4026-11e5-adfc-47a34e2cce4e
  a a2a:Record ;
  rdfs:label "Doop op 9 juli 1617 te Delft" ;
  a2a:hasPerson oa:person_ade_24ada0ea-4026-11e5-adfc-47a34e2cce4e_Person1, oa:person_ade_24ada0ea-4026-11e5-adfc-47a34e2cce4e_Person2, oa:person_ade_24ada0ea-4026-11e5-adfc-47a34e2cce4e_Person3, oa:person_ade_24ada0ea-4026-11e5-adfc-47a34e2cce4e_Person4, oa:person_ade_24ada0ea-4026-11e5-adfc-47a34e2cce4e_Person5, oa:person_ade_24ada0ea-4026-11e5-adfc-47a34e2cce4e_Person6, oa:person_ade_24ada0ea-4026-11e5-adfc-47a34e2cce4e_Person7 ;
  a2a:hasEvent oa:event_ade_24ada0ea-4026-11e5-adfc-47a34e2cce4e_Event1 ;
  a2a:hasRelationEP oa:relationep_ade_24ada0ea-4026-11e5-adfc-47a34e2cce4e_0, oa:relationep_ade_24ada0ea-4026-11e5-adfc-47a34e2cce4e_1, oa:relationep_ade_24ada0ea-4026-11e5-adfc-47a34e2cce4e_2, oa:relationep_ade_24ada0ea-4026-11e5-adfc-47a34e2cce4e_3, oa:relationep_ade_24ada0ea-4026-11e5-adfc-47a34e2cce4e_4, oa:relationep_ade_24ada0ea-4026-11e5-adfc-47a34e2cce4e_5, oa:relationep_ade_24ada0ea-4026-11e5-adfc-47a34e2cce4e_6 ;
  a2a:hasSource oa:source_ade_24ada0ea-4026-11e5-adfc-47a34e2cce4e .

oa:person_ade_24ada0ea-4026-11e5-adfc-47a34e2cce4e_Person1
  a a2a:Person ;
  rdfs:label "Jooris" ;
  a2a:PersonName [
    rdfs:label "Jooris" ;
    a2a:PersonNameFirstName "Jooris"
  ] .

oa:person_ade_24ada0ea-4026-11e5-adfc-47a34e2cce4e_Person2
  a a2a:Person ;
  rdfs:label "Jacob Joorisz" ;
  a2a:PersonName [
    rdfs:label "Jacob Joorisz" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNamePatronym "Joorisz"
  ] .

oa:person_ade_24ada0ea-4026-11e5-adfc-47a34e2cce4e_Person3
  a a2a:Person ;
  rdfs:label "Lijsbeth Jansdr" ;
  a2a:PersonName [
    rdfs:label "Lijsbeth Jansdr" ;
    a2a:PersonNameFirstName "Lijsbeth" ;
    a2a:PersonNamePatronym "Jansdr"
  ] .

oa:person_ade_24ada0ea-4026-11e5-adfc-47a34e2cce4e_Person4
  a a2a:Person ;
  rdfs:label "Magdalena Jacobsdr" ;
  a2a:PersonName [
    rdfs:label "Magdalena Jacobsdr" ;
    a2a:PersonNameFirstName "Magdalena" ;
    a2a:PersonNamePatronym "Jacobsdr"
  ] .

oa:person_ade_24ada0ea-4026-11e5-adfc-47a34e2cce4e_Person5
  a a2a:Person ;
  rdfs:label "Claes Pieters Karé" ;
  a2a:PersonName [
    rdfs:label "Claes Pieters Karé" ;
    a2a:PersonNameFirstName "Claes" ;
    a2a:PersonNamePatronym "Pieters" ;
    a2a:PersonNameLastName "Karé"
  ] .

oa:person_ade_24ada0ea-4026-11e5-adfc-47a34e2cce4e_Person6
  a a2a:Person ;
  rdfs:label "Jacob Jansz van der Kruijs" ;
  a2a:PersonName [
    rdfs:label "Jacob Jansz van der Kruijs" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNamePatronym "Jansz" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Kruijs"
  ] .

oa:person_ade_24ada0ea-4026-11e5-adfc-47a34e2cce4e_Person7
  a a2a:Person ;
  rdfs:label "Soetgen Thijssen" ;
  a2a:PersonName [
    rdfs:label "Soetgen Thijssen" ;
    a2a:PersonNameFirstName "Soetgen" ;
    a2a:PersonNameLastName "Thijssen"
  ] .

oa:event_ade_24ada0ea-4026-11e5-adfc-47a34e2cce4e_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1617" ;
    a2a:Month "7" ;
    a2a:Day "9" ;
    rdfs:label "1617-07-09"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Delft" ;
    rdfs:label "Delft"
  ] .

oa:relationep_ade_24ada0ea-4026-11e5-adfc-47a34e2cce4e_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_ade_24ada0ea-4026-11e5-adfc-47a34e2cce4e_Person1 ;
  a2a:EventKeyRef oa:event_ade_24ada0ea-4026-11e5-adfc-47a34e2cce4e_Event1 .

oa:relationep_ade_24ada0ea-4026-11e5-adfc-47a34e2cce4e_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_ade_24ada0ea-4026-11e5-adfc-47a34e2cce4e_Person2 ;
  a2a:EventKeyRef oa:event_ade_24ada0ea-4026-11e5-adfc-47a34e2cce4e_Event1 .

oa:relationep_ade_24ada0ea-4026-11e5-adfc-47a34e2cce4e_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_ade_24ada0ea-4026-11e5-adfc-47a34e2cce4e_Person3 ;
  a2a:EventKeyRef oa:event_ade_24ada0ea-4026-11e5-adfc-47a34e2cce4e_Event1 .

oa:relationep_ade_24ada0ea-4026-11e5-adfc-47a34e2cce4e_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_ade_24ada0ea-4026-11e5-adfc-47a34e2cce4e_Person4 ;
  a2a:EventKeyRef oa:event_ade_24ada0ea-4026-11e5-adfc-47a34e2cce4e_Event1 .

oa:relationep_ade_24ada0ea-4026-11e5-adfc-47a34e2cce4e_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_ade_24ada0ea-4026-11e5-adfc-47a34e2cce4e_Person5 ;
  a2a:EventKeyRef oa:event_ade_24ada0ea-4026-11e5-adfc-47a34e2cce4e_Event1 .

oa:relationep_ade_24ada0ea-4026-11e5-adfc-47a34e2cce4e_5
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_ade_24ada0ea-4026-11e5-adfc-47a34e2cce4e_Person6 ;
  a2a:EventKeyRef oa:event_ade_24ada0ea-4026-11e5-adfc-47a34e2cce4e_Event1 .

oa:relationep_ade_24ada0ea-4026-11e5-adfc-47a34e2cce4e_6
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_ade_24ada0ea-4026-11e5-adfc-47a34e2cce4e_Person7 ;
  a2a:EventKeyRef oa:event_ade_24ada0ea-4026-11e5-adfc-47a34e2cce4e_Event1 .

oa:source_ade_24ada0ea-4026-11e5-adfc-47a34e2cce4e
  a a2a:Source ;
  rdfs:label "Archief Delft, DTB Dopen" ;
  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 Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Archief Delft" ;
    a2a:Collection "Collectie Doop-, Trouw- en Begraafboeken van Delft" ;
    a2a:Book "Doopboeken Oude Kerk, 1616 november 1 - 1624 juli 31" ;
    a2a:RegistryNumber "00007" ;
    a2a:Folio "9v" ;
    rdfs:label "Archief Delft, Collectie Doop-, Trouw- en Begraafboeken van Delft, Doopboeken Oude Kerk, 1616 november 1 - 1624 juli 31, 00007, 9v"
  ] ;
  a2a:SourceLastChangeDate "2019-03-19"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12115/NL-DtAD24928368" ;
  a2a:RecordGUID "{24ada0ea-4026-11e5-adfc-47a34e2cce4e}" ;
  a2a:SourceRemarklink_EAD "https://data.stadsarchiefdelft.nl/inventarissen/pdf/0014.pdf" ;
  a2a:SourceRemarkProvenance "OPEN_DATA_DTB_dopen_Delft.csv op 19-3-2019 gedownload vanaf https://www.stadsarchiefdelft.nl/vakinformatie/open-data/" .

