@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_253e8ca4-4026-11e5-a4b9-e7f01c770aea
  a a2a:Record ;
  rdfs:label "Doop op 4 augustus 1644 te Delft" ;
  a2a:hasPerson oa:person_ade_253e8ca4-4026-11e5-a4b9-e7f01c770aea_Person1, oa:person_ade_253e8ca4-4026-11e5-a4b9-e7f01c770aea_Person2, oa:person_ade_253e8ca4-4026-11e5-a4b9-e7f01c770aea_Person3, oa:person_ade_253e8ca4-4026-11e5-a4b9-e7f01c770aea_Person4, oa:person_ade_253e8ca4-4026-11e5-a4b9-e7f01c770aea_Person5, oa:person_ade_253e8ca4-4026-11e5-a4b9-e7f01c770aea_Person6, oa:person_ade_253e8ca4-4026-11e5-a4b9-e7f01c770aea_Person7 ;
  a2a:hasEvent oa:event_ade_253e8ca4-4026-11e5-a4b9-e7f01c770aea_Event1 ;
  a2a:hasRelationEP oa:relationep_ade_253e8ca4-4026-11e5-a4b9-e7f01c770aea_0, oa:relationep_ade_253e8ca4-4026-11e5-a4b9-e7f01c770aea_1, oa:relationep_ade_253e8ca4-4026-11e5-a4b9-e7f01c770aea_2, oa:relationep_ade_253e8ca4-4026-11e5-a4b9-e7f01c770aea_3, oa:relationep_ade_253e8ca4-4026-11e5-a4b9-e7f01c770aea_4, oa:relationep_ade_253e8ca4-4026-11e5-a4b9-e7f01c770aea_5, oa:relationep_ade_253e8ca4-4026-11e5-a4b9-e7f01c770aea_6 ;
  a2a:hasSource oa:source_ade_253e8ca4-4026-11e5-a4b9-e7f01c770aea .

oa:person_ade_253e8ca4-4026-11e5-a4b9-e7f01c770aea_Person1
  a a2a:Person ;
  rdfs:label "Trijntje Stolc" ;
  a2a:PersonName [
    rdfs:label "Trijntje Stolc" ;
    a2a:PersonNameFirstName "Trijntje" ;
    a2a:PersonNameLastName "Stolc"
  ] .

oa:person_ade_253e8ca4-4026-11e5-a4b9-e7f01c770aea_Person2
  a a2a:Person ;
  rdfs:label "Jacob Dircxz Stolc" ;
  a2a:PersonName [
    rdfs:label "Jacob Dircxz Stolc" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNamePatronym "Dircxz" ;
    a2a:PersonNameLastName "Stolc"
  ] .

oa:person_ade_253e8ca4-4026-11e5-a4b9-e7f01c770aea_Person3
  a a2a:Person ;
  rdfs:label "Angeniesje van Santen" ;
  a2a:PersonName [
    rdfs:label "Angeniesje van Santen" ;
    a2a:PersonNameFirstName "Angeniesje" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Santen"
  ] .

oa:person_ade_253e8ca4-4026-11e5-a4b9-e7f01c770aea_Person4
  a a2a:Person ;
  rdfs:label "Grietje Aryens" ;
  a2a:PersonName [
    rdfs:label "Grietje Aryens" ;
    a2a:PersonNameFirstName "Grietje" ;
    a2a:PersonNamePatronym "Aryens"
  ] .

oa:person_ade_253e8ca4-4026-11e5-a4b9-e7f01c770aea_Person5
  a a2a:Person ;
  rdfs:label "Willem Vrouweling" ;
  a2a:PersonName [
    rdfs:label "Willem Vrouweling" ;
    a2a:PersonNameFirstName "Willem" ;
    a2a:PersonNameLastName "Vrouweling"
  ] .

oa:person_ade_253e8ca4-4026-11e5-a4b9-e7f01c770aea_Person6
  a a2a:Person ;
  rdfs:label "Isaac Jorisz Roskam" ;
  a2a:PersonName [
    rdfs:label "Isaac Jorisz Roskam" ;
    a2a:PersonNameFirstName "Isaac" ;
    a2a:PersonNamePatronym "Jorisz" ;
    a2a:PersonNameLastName "Roskam"
  ] .

oa:person_ade_253e8ca4-4026-11e5-a4b9-e7f01c770aea_Person7
  a a2a:Person ;
  rdfs:label "Annetje Aryens" ;
  a2a:PersonName [
    rdfs:label "Annetje Aryens" ;
    a2a:PersonNameFirstName "Annetje" ;
    a2a:PersonNamePatronym "Aryens"
  ] .

oa:event_ade_253e8ca4-4026-11e5-a4b9-e7f01c770aea_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1644" ;
    a2a:Month "8" ;
    a2a:Day "4" ;
    rdfs:label "1644-08-04"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Delft" ;
    rdfs:label "Delft"
  ] .

oa:relationep_ade_253e8ca4-4026-11e5-a4b9-e7f01c770aea_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_ade_253e8ca4-4026-11e5-a4b9-e7f01c770aea_Person1 ;
  a2a:EventKeyRef oa:event_ade_253e8ca4-4026-11e5-a4b9-e7f01c770aea_Event1 .

oa:relationep_ade_253e8ca4-4026-11e5-a4b9-e7f01c770aea_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_ade_253e8ca4-4026-11e5-a4b9-e7f01c770aea_Person2 ;
  a2a:EventKeyRef oa:event_ade_253e8ca4-4026-11e5-a4b9-e7f01c770aea_Event1 .

oa:relationep_ade_253e8ca4-4026-11e5-a4b9-e7f01c770aea_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_ade_253e8ca4-4026-11e5-a4b9-e7f01c770aea_Person3 ;
  a2a:EventKeyRef oa:event_ade_253e8ca4-4026-11e5-a4b9-e7f01c770aea_Event1 .

oa:relationep_ade_253e8ca4-4026-11e5-a4b9-e7f01c770aea_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_ade_253e8ca4-4026-11e5-a4b9-e7f01c770aea_Person4 ;
  a2a:EventKeyRef oa:event_ade_253e8ca4-4026-11e5-a4b9-e7f01c770aea_Event1 .

oa:relationep_ade_253e8ca4-4026-11e5-a4b9-e7f01c770aea_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_ade_253e8ca4-4026-11e5-a4b9-e7f01c770aea_Person5 ;
  a2a:EventKeyRef oa:event_ade_253e8ca4-4026-11e5-a4b9-e7f01c770aea_Event1 .

oa:relationep_ade_253e8ca4-4026-11e5-a4b9-e7f01c770aea_5
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_ade_253e8ca4-4026-11e5-a4b9-e7f01c770aea_Person6 ;
  a2a:EventKeyRef oa:event_ade_253e8ca4-4026-11e5-a4b9-e7f01c770aea_Event1 .

oa:relationep_ade_253e8ca4-4026-11e5-a4b9-e7f01c770aea_6
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_ade_253e8ca4-4026-11e5-a4b9-e7f01c770aea_Person7 ;
  a2a:EventKeyRef oa:event_ade_253e8ca4-4026-11e5-a4b9-e7f01c770aea_Event1 .

oa:source_ade_253e8ca4-4026-11e5-a4b9-e7f01c770aea
  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, 1636 augustus 14 - 1649" ;
    a2a:RegistryNumber "00056" ;
    a2a:Folio "99v" ;
    rdfs:label "Archief Delft, Collectie Doop-, Trouw- en Begraafboeken van Delft, Doopboeken Nieuwe Kerk, 1636 augustus 14 - 1649, 00056, 99v"
  ] ;
  a2a:SourceLastChangeDate "2019-03-19"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12115/NL-DtAD26310453" ;
  a2a:RecordGUID "{253e8ca4-4026-11e5-a4b9-e7f01c770aea}" ;
  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/" .

