@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_2409c5e2-4026-11e5-b9a9-2b671df3585a
  a a2a:Record ;
  rdfs:label "Doop op 30 december 1616 te Delft" ;
  a2a:hasPerson oa:person_ade_2409c5e2-4026-11e5-b9a9-2b671df3585a_Person1, oa:person_ade_2409c5e2-4026-11e5-b9a9-2b671df3585a_Person2, oa:person_ade_2409c5e2-4026-11e5-b9a9-2b671df3585a_Person4, oa:person_ade_2409c5e2-4026-11e5-b9a9-2b671df3585a_Person5, oa:person_ade_2409c5e2-4026-11e5-b9a9-2b671df3585a_Person6 ;
  a2a:hasEvent oa:event_ade_2409c5e2-4026-11e5-b9a9-2b671df3585a_Event1 ;
  a2a:hasRelationEP oa:relationep_ade_2409c5e2-4026-11e5-b9a9-2b671df3585a_0, oa:relationep_ade_2409c5e2-4026-11e5-b9a9-2b671df3585a_1, oa:relationep_ade_2409c5e2-4026-11e5-b9a9-2b671df3585a_2, oa:relationep_ade_2409c5e2-4026-11e5-b9a9-2b671df3585a_3, oa:relationep_ade_2409c5e2-4026-11e5-b9a9-2b671df3585a_4 ;
  a2a:hasSource oa:source_ade_2409c5e2-4026-11e5-b9a9-2b671df3585a .

oa:person_ade_2409c5e2-4026-11e5-b9a9-2b671df3585a_Person1
  a a2a:Person ;
  rdfs:label "Ruth Gerritsz" ;
  a2a:PersonName [
    rdfs:label "Ruth Gerritsz" ;
    a2a:PersonNameFirstName "Ruth" ;
    a2a:PersonNamePatronym "Gerritsz"
  ] .

oa:person_ade_2409c5e2-4026-11e5-b9a9-2b671df3585a_Person2
  a a2a:Person ;
  rdfs:label "Gerrit Gerritsz" ;
  a2a:PersonName [
    rdfs:label "Gerrit Gerritsz" ;
    a2a:PersonNameFirstName "Gerrit" ;
    a2a:PersonNamePatronym "Gerritsz"
  ] .

oa:person_ade_2409c5e2-4026-11e5-b9a9-2b671df3585a_Person4
  a a2a:Person ;
  rdfs:label "Ritzaert Pecx" ;
  a2a:PersonName [
    rdfs:label "Ritzaert Pecx" ;
    a2a:PersonNameFirstName "Ritzaert" ;
    a2a:PersonNamePatronym "Pecx"
  ] .

oa:person_ade_2409c5e2-4026-11e5-b9a9-2b671df3585a_Person5
  a a2a:Person ;
  rdfs:label "Ariaentge Cornelis" ;
  a2a:PersonName [
    rdfs:label "Ariaentge Cornelis" ;
    a2a:PersonNameFirstName "Ariaentge" ;
    a2a:PersonNamePatronym "Cornelis"
  ] .

oa:person_ade_2409c5e2-4026-11e5-b9a9-2b671df3585a_Person6
  a a2a:Person ;
  rdfs:label "Raechel Heijndricxdr" ;
  a2a:PersonName [
    rdfs:label "Raechel Heijndricxdr" ;
    a2a:PersonNameFirstName "Raechel" ;
    a2a:PersonNamePatronym "Heijndricxdr"
  ] .

oa:event_ade_2409c5e2-4026-11e5-b9a9-2b671df3585a_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1616" ;
    a2a:Month "12" ;
    a2a:Day "30" ;
    rdfs:label "1616-12-30"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Delft" ;
    rdfs:label "Delft"
  ] .

oa:relationep_ade_2409c5e2-4026-11e5-b9a9-2b671df3585a_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_ade_2409c5e2-4026-11e5-b9a9-2b671df3585a_Person1 ;
  a2a:EventKeyRef oa:event_ade_2409c5e2-4026-11e5-b9a9-2b671df3585a_Event1 .

oa:relationep_ade_2409c5e2-4026-11e5-b9a9-2b671df3585a_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_ade_2409c5e2-4026-11e5-b9a9-2b671df3585a_Person2 ;
  a2a:EventKeyRef oa:event_ade_2409c5e2-4026-11e5-b9a9-2b671df3585a_Event1 .

oa:relationep_ade_2409c5e2-4026-11e5-b9a9-2b671df3585a_2
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_ade_2409c5e2-4026-11e5-b9a9-2b671df3585a_Person4 ;
  a2a:EventKeyRef oa:event_ade_2409c5e2-4026-11e5-b9a9-2b671df3585a_Event1 .

oa:relationep_ade_2409c5e2-4026-11e5-b9a9-2b671df3585a_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_ade_2409c5e2-4026-11e5-b9a9-2b671df3585a_Person5 ;
  a2a:EventKeyRef oa:event_ade_2409c5e2-4026-11e5-b9a9-2b671df3585a_Event1 .

oa:relationep_ade_2409c5e2-4026-11e5-b9a9-2b671df3585a_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_ade_2409c5e2-4026-11e5-b9a9-2b671df3585a_Person6 ;
  a2a:EventKeyRef oa:event_ade_2409c5e2-4026-11e5-b9a9-2b671df3585a_Event1 .

oa:source_ade_2409c5e2-4026-11e5-b9a9-2b671df3585a
  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 Nieuwe Kerk, 1616 oktober 9 - 1624 maart 31" ;
    a2a:RegistryNumber "00054" ;
    a2a:Folio "6" ;
    rdfs:label "Archief Delft, Collectie Doop-, Trouw- en Begraafboeken van Delft, Doopboeken Nieuwe Kerk, 1616 oktober 9 - 1624 maart 31, 00054, 6"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://delftschiedam.hosting.deventit.net/ImageServer/afbeelding.img?sessionid=WGTQCXXXXXXXXXXXXXXXXXXX&client=mediaviewer&Datasource=Atlantis5Adapter&QueryParams=61352782&Query=AtlantisWebQueryImage&autsleutel=&ACTION=selectionoperationgreen&dr=1&originalImage=AR0014_00054_0006.jpg" ;
    a2a:UriViewer "https://delftschiedam.hosting.deventit.net/Mediaviewer/Imageviewer?datasource=Atlantis5Adapter&query=AtlantisWebQueryImage&queryparams=61352782&HighlightQuery=AtlantisWebQueryImage&HighlightQueryParams=61352782&InitFactor=6&bestandsnaam=AR0014_00054_0006.jpg&navigateFullscreen=false" ;
    a2a:UriPreview "https://delftschiedam.hosting.deventit.net/HttpHandler/AR0014_00054_0006.jpg?icoon=61352782"
  ] ;
  a2a:SourceLastChangeDate "2019-03-19"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12115/NL-DtAD23347702" ;
  a2a:RecordGUID "{2409c5e2-4026-11e5-b9a9-2b671df3585a}" ;
  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/" .

