@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_24bb6cc0-4026-11e5-aa2d-e3093409fe40
  a a2a:Record ;
  rdfs:label "Doop op 27 augustus 1653 te Delft" ;
  a2a:hasPerson oa:person_ade_24bb6cc0-4026-11e5-aa2d-e3093409fe40_Person1, oa:person_ade_24bb6cc0-4026-11e5-aa2d-e3093409fe40_Person2, oa:person_ade_24bb6cc0-4026-11e5-aa2d-e3093409fe40_Person3, oa:person_ade_24bb6cc0-4026-11e5-aa2d-e3093409fe40_Person4, oa:person_ade_24bb6cc0-4026-11e5-aa2d-e3093409fe40_Person5 ;
  a2a:hasEvent oa:event_ade_24bb6cc0-4026-11e5-aa2d-e3093409fe40_Event1 ;
  a2a:hasRelationEP oa:relationep_ade_24bb6cc0-4026-11e5-aa2d-e3093409fe40_0, oa:relationep_ade_24bb6cc0-4026-11e5-aa2d-e3093409fe40_1, oa:relationep_ade_24bb6cc0-4026-11e5-aa2d-e3093409fe40_2, oa:relationep_ade_24bb6cc0-4026-11e5-aa2d-e3093409fe40_3, oa:relationep_ade_24bb6cc0-4026-11e5-aa2d-e3093409fe40_4 ;
  a2a:hasSource oa:source_ade_24bb6cc0-4026-11e5-aa2d-e3093409fe40 .

oa:person_ade_24bb6cc0-4026-11e5-aa2d-e3093409fe40_Person1
  a a2a:Person ;
  rdfs:label "Maria" ;
  a2a:PersonName [
    rdfs:label "Maria" ;
    a2a:PersonNameFirstName "Maria"
  ] .

oa:person_ade_24bb6cc0-4026-11e5-aa2d-e3093409fe40_Person2
  a a2a:Person ;
  rdfs:label "Paulus Anceaux" ;
  a2a:PersonName [
    rdfs:label "Paulus Anceaux" ;
    a2a:PersonNameFirstName "Paulus" ;
    a2a:PersonNameLastName "Anceaux"
  ] .

oa:person_ade_24bb6cc0-4026-11e5-aa2d-e3093409fe40_Person3
  a a2a:Person ;
  rdfs:label "Jannetgen Lubberts" ;
  a2a:PersonName [
    rdfs:label "Jannetgen Lubberts" ;
    a2a:PersonNameFirstName "Jannetgen" ;
    a2a:PersonNamePatronym "Lubberts"
  ] .

oa:person_ade_24bb6cc0-4026-11e5-aa2d-e3093409fe40_Person4
  a a2a:Person ;
  rdfs:label "Sara Philips" ;
  a2a:PersonName [
    rdfs:label "Sara Philips" ;
    a2a:PersonNameFirstName "Sara" ;
    a2a:PersonNamePatronym "Philips"
  ] .

oa:person_ade_24bb6cc0-4026-11e5-aa2d-e3093409fe40_Person5
  a a2a:Person ;
  rdfs:label "Isaacus Ketelanus" ;
  a2a:PersonName [
    rdfs:label "Isaacus Ketelanus" ;
    a2a:PersonNameFirstName "Isaacus" ;
    a2a:PersonNameLastName "Ketelanus"
  ] .

oa:event_ade_24bb6cc0-4026-11e5-aa2d-e3093409fe40_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1653" ;
    a2a:Month "8" ;
    a2a:Day "27" ;
    rdfs:label "1653-08-27"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Delft" ;
    rdfs:label "Delft"
  ] .

oa:relationep_ade_24bb6cc0-4026-11e5-aa2d-e3093409fe40_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_ade_24bb6cc0-4026-11e5-aa2d-e3093409fe40_Person1 ;
  a2a:EventKeyRef oa:event_ade_24bb6cc0-4026-11e5-aa2d-e3093409fe40_Event1 .

oa:relationep_ade_24bb6cc0-4026-11e5-aa2d-e3093409fe40_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_ade_24bb6cc0-4026-11e5-aa2d-e3093409fe40_Person2 ;
  a2a:EventKeyRef oa:event_ade_24bb6cc0-4026-11e5-aa2d-e3093409fe40_Event1 .

oa:relationep_ade_24bb6cc0-4026-11e5-aa2d-e3093409fe40_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_ade_24bb6cc0-4026-11e5-aa2d-e3093409fe40_Person3 ;
  a2a:EventKeyRef oa:event_ade_24bb6cc0-4026-11e5-aa2d-e3093409fe40_Event1 .

oa:relationep_ade_24bb6cc0-4026-11e5-aa2d-e3093409fe40_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_ade_24bb6cc0-4026-11e5-aa2d-e3093409fe40_Person4 ;
  a2a:EventKeyRef oa:event_ade_24bb6cc0-4026-11e5-aa2d-e3093409fe40_Event1 .

oa:relationep_ade_24bb6cc0-4026-11e5-aa2d-e3093409fe40_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_ade_24bb6cc0-4026-11e5-aa2d-e3093409fe40_Person5 ;
  a2a:EventKeyRef oa:event_ade_24bb6cc0-4026-11e5-aa2d-e3093409fe40_Event1 .

oa:source_ade_24bb6cc0-4026-11e5-aa2d-e3093409fe40
  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, 1642 augustus 1 - 1658 augustus 27" ;
    a2a:RegistryNumber "00009" ;
    a2a:Folio "143v" ;
    rdfs:label "Archief Delft, Collectie Doop-, Trouw- en Begraafboeken van Delft, Doopboeken Oude Kerk, 1642 augustus 1 - 1658 augustus 27, 00009, 143v"
  ] ;
  a2a:SourceLastChangeDate "2019-03-19"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12115/NL-DtAD25059757" ;
  a2a:RecordGUID "{24bb6cc0-4026-11e5-aa2d-e3093409fe40}" ;
  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/" .

