@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_24929afc-4026-11e5-bbdf-e328c7539992
  a a2a:Record ;
  rdfs:label "Doop op 14 november 1638 te Delft" ;
  a2a:hasPerson oa:person_ade_24929afc-4026-11e5-bbdf-e328c7539992_Person1, oa:person_ade_24929afc-4026-11e5-bbdf-e328c7539992_Person2, oa:person_ade_24929afc-4026-11e5-bbdf-e328c7539992_Person3, oa:person_ade_24929afc-4026-11e5-bbdf-e328c7539992_Person4, oa:person_ade_24929afc-4026-11e5-bbdf-e328c7539992_Person5, oa:person_ade_24929afc-4026-11e5-bbdf-e328c7539992_Person6, oa:person_ade_24929afc-4026-11e5-bbdf-e328c7539992_Person7 ;
  a2a:hasEvent oa:event_ade_24929afc-4026-11e5-bbdf-e328c7539992_Event1 ;
  a2a:hasRelationEP oa:relationep_ade_24929afc-4026-11e5-bbdf-e328c7539992_0, oa:relationep_ade_24929afc-4026-11e5-bbdf-e328c7539992_1, oa:relationep_ade_24929afc-4026-11e5-bbdf-e328c7539992_2, oa:relationep_ade_24929afc-4026-11e5-bbdf-e328c7539992_3, oa:relationep_ade_24929afc-4026-11e5-bbdf-e328c7539992_4, oa:relationep_ade_24929afc-4026-11e5-bbdf-e328c7539992_5, oa:relationep_ade_24929afc-4026-11e5-bbdf-e328c7539992_6 ;
  a2a:hasSource oa:source_ade_24929afc-4026-11e5-bbdf-e328c7539992 .

oa:person_ade_24929afc-4026-11e5-bbdf-e328c7539992_Person1
  a a2a:Person ;
  rdfs:label "Johan van der Hulst" ;
  a2a:PersonName [
    rdfs:label "Johan van der Hulst" ;
    a2a:PersonNameFirstName "Johan" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Hulst"
  ] .

oa:person_ade_24929afc-4026-11e5-bbdf-e328c7539992_Person2
  a a2a:Person ;
  rdfs:label "Joan Jochimsz van der Hulst" ;
  a2a:PersonName [
    rdfs:label "Joan Jochimsz van der Hulst" ;
    a2a:PersonNameFirstName "Joan" ;
    a2a:PersonNamePatronym "Jochimsz" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Hulst"
  ] .

oa:person_ade_24929afc-4026-11e5-bbdf-e328c7539992_Person3
  a a2a:Person ;
  rdfs:label "Cornelia Adriaens Romanus" ;
  a2a:PersonName [
    rdfs:label "Cornelia Adriaens Romanus" ;
    a2a:PersonNameFirstName "Cornelia" ;
    a2a:PersonNamePatronym "Adriaens" ;
    a2a:PersonNameLastName "Romanus"
  ] .

oa:person_ade_24929afc-4026-11e5-bbdf-e328c7539992_Person4
  a a2a:Person ;
  rdfs:label "Maria Aelbrechts van der Graef" ;
  a2a:PersonName [
    rdfs:label "Maria Aelbrechts van der Graef" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNamePatronym "Aelbrechts" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Graef"
  ] .

oa:person_ade_24929afc-4026-11e5-bbdf-e328c7539992_Person5
  a a2a:Person ;
  rdfs:label "Johan Schas" ;
  a2a:PersonName [
    rdfs:label "Johan Schas" ;
    a2a:PersonNameFirstName "Johan" ;
    a2a:PersonNameLastName "Schas"
  ] .

oa:person_ade_24929afc-4026-11e5-bbdf-e328c7539992_Person6
  a a2a:Person ;
  rdfs:label "Pieter Jochimsz van der Hulst" ;
  a2a:PersonName [
    rdfs:label "Pieter Jochimsz van der Hulst" ;
    a2a:PersonNameFirstName "Pieter" ;
    a2a:PersonNamePatronym "Jochimsz" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Hulst"
  ] .

oa:person_ade_24929afc-4026-11e5-bbdf-e328c7539992_Person7
  a a2a:Person ;
  rdfs:label "Sara Andries Roma" ;
  a2a:PersonName [
    rdfs:label "Sara Andries Roma" ;
    a2a:PersonNameFirstName "Sara" ;
    a2a:PersonNamePatronym "Andries" ;
    a2a:PersonNameLastName "Roma"
  ] .

oa:event_ade_24929afc-4026-11e5-bbdf-e328c7539992_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1638" ;
    a2a:Month "11" ;
    a2a:Day "14" ;
    rdfs:label "1638-11-14"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Delft" ;
    rdfs:label "Delft"
  ] .

oa:relationep_ade_24929afc-4026-11e5-bbdf-e328c7539992_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_ade_24929afc-4026-11e5-bbdf-e328c7539992_Person1 ;
  a2a:EventKeyRef oa:event_ade_24929afc-4026-11e5-bbdf-e328c7539992_Event1 .

oa:relationep_ade_24929afc-4026-11e5-bbdf-e328c7539992_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_ade_24929afc-4026-11e5-bbdf-e328c7539992_Person2 ;
  a2a:EventKeyRef oa:event_ade_24929afc-4026-11e5-bbdf-e328c7539992_Event1 .

oa:relationep_ade_24929afc-4026-11e5-bbdf-e328c7539992_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_ade_24929afc-4026-11e5-bbdf-e328c7539992_Person3 ;
  a2a:EventKeyRef oa:event_ade_24929afc-4026-11e5-bbdf-e328c7539992_Event1 .

oa:relationep_ade_24929afc-4026-11e5-bbdf-e328c7539992_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_ade_24929afc-4026-11e5-bbdf-e328c7539992_Person4 ;
  a2a:EventKeyRef oa:event_ade_24929afc-4026-11e5-bbdf-e328c7539992_Event1 .

oa:relationep_ade_24929afc-4026-11e5-bbdf-e328c7539992_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_ade_24929afc-4026-11e5-bbdf-e328c7539992_Person5 ;
  a2a:EventKeyRef oa:event_ade_24929afc-4026-11e5-bbdf-e328c7539992_Event1 .

oa:relationep_ade_24929afc-4026-11e5-bbdf-e328c7539992_5
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_ade_24929afc-4026-11e5-bbdf-e328c7539992_Person6 ;
  a2a:EventKeyRef oa:event_ade_24929afc-4026-11e5-bbdf-e328c7539992_Event1 .

oa:relationep_ade_24929afc-4026-11e5-bbdf-e328c7539992_6
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_ade_24929afc-4026-11e5-bbdf-e328c7539992_Person7 ;
  a2a:EventKeyRef oa:event_ade_24929afc-4026-11e5-bbdf-e328c7539992_Event1 .

oa:source_ade_24929afc-4026-11e5-bbdf-e328c7539992
  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, 1624 augustus 1 - 1642 juli 31" ;
    a2a:RegistryNumber "00008" ;
    a2a:Folio "183" ;
    rdfs:label "Archief Delft, Collectie Doop-, Trouw- en Begraafboeken van Delft, Doopboeken Oude Kerk, 1624 augustus 1 - 1642 juli 31, 00008, 183"
  ] ;
  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=51298599&Query=AtlantisWebQueryImage&autsleutel=&ACTION=selectionoperationgreen&dr=1&originalImage=AR0014_00008_0183.jpg" ;
    a2a:UriViewer "https://delftschiedam.hosting.deventit.net/Mediaviewer/Imageviewer?datasource=Atlantis5Adapter&query=AtlantisWebQueryImage&queryparams=51298599&HighlightQuery=AtlantisWebQueryImage&HighlightQueryParams=51298599&InitFactor=6&bestandsnaam=AR0014_00008_0183.jpg&navigateFullscreen=false" ;
    a2a:UriPreview "https://delftschiedam.hosting.deventit.net/HttpHandler/AR0014_00008_0183.jpg?icoon=51298599"
  ] ;
  a2a:SourceLastChangeDate "2019-03-19"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12115/NL-DtAD24667805" ;
  a2a:RecordGUID "{24929afc-4026-11e5-bbdf-e328c7539992}" ;
  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/" .

