@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_24c9ef7a-4026-11e5-be68-2340e414c19f
  a a2a:Record ;
  rdfs:label "Doop op 14 april 1672 te Delft" ;
  a2a:hasPerson oa:person_ade_24c9ef7a-4026-11e5-be68-2340e414c19f_Person1, oa:person_ade_24c9ef7a-4026-11e5-be68-2340e414c19f_Person2, oa:person_ade_24c9ef7a-4026-11e5-be68-2340e414c19f_Person3, oa:person_ade_24c9ef7a-4026-11e5-be68-2340e414c19f_Person4, oa:person_ade_24c9ef7a-4026-11e5-be68-2340e414c19f_Person5, oa:person_ade_24c9ef7a-4026-11e5-be68-2340e414c19f_Person6 ;
  a2a:hasEvent oa:event_ade_24c9ef7a-4026-11e5-be68-2340e414c19f_Event1 ;
  a2a:hasRelationEP oa:relationep_ade_24c9ef7a-4026-11e5-be68-2340e414c19f_0, oa:relationep_ade_24c9ef7a-4026-11e5-be68-2340e414c19f_1, oa:relationep_ade_24c9ef7a-4026-11e5-be68-2340e414c19f_2, oa:relationep_ade_24c9ef7a-4026-11e5-be68-2340e414c19f_3, oa:relationep_ade_24c9ef7a-4026-11e5-be68-2340e414c19f_4, oa:relationep_ade_24c9ef7a-4026-11e5-be68-2340e414c19f_5 ;
  a2a:hasSource oa:source_ade_24c9ef7a-4026-11e5-be68-2340e414c19f .

oa:person_ade_24c9ef7a-4026-11e5-be68-2340e414c19f_Person1
  a a2a:Person ;
  rdfs:label "Geertruijt van der Straet" ;
  a2a:PersonName [
    rdfs:label "Geertruijt van der Straet" ;
    a2a:PersonNameFirstName "Geertruijt" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Straet"
  ] .

oa:person_ade_24c9ef7a-4026-11e5-be68-2340e414c19f_Person2
  a a2a:Person ;
  rdfs:label "Cornelis van der Straet" ;
  a2a:PersonName [
    rdfs:label "Cornelis van der Straet" ;
    a2a:PersonNameFirstName "Cornelis" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Straet"
  ] .

oa:person_ade_24c9ef7a-4026-11e5-be68-2340e414c19f_Person3
  a a2a:Person ;
  rdfs:label "Barbar de Meij" ;
  a2a:PersonName [
    rdfs:label "Barbar de Meij" ;
    a2a:PersonNameFirstName "Barbar" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Meij"
  ] .

oa:person_ade_24c9ef7a-4026-11e5-be68-2340e414c19f_Person4
  a a2a:Person ;
  rdfs:label "Mattheus Balij" ;
  a2a:PersonName [
    rdfs:label "Mattheus Balij" ;
    a2a:PersonNameFirstName "Mattheus" ;
    a2a:PersonNameLastName "Balij"
  ] .

oa:person_ade_24c9ef7a-4026-11e5-be68-2340e414c19f_Person5
  a a2a:Person ;
  rdfs:label "Margrieta de Loos" ;
  a2a:PersonName [
    rdfs:label "Margrieta de Loos" ;
    a2a:PersonNameFirstName "Margrieta" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Loos"
  ] .

oa:person_ade_24c9ef7a-4026-11e5-be68-2340e414c19f_Person6
  a a2a:Person ;
  rdfs:label "Aeltje de Meij" ;
  a2a:PersonName [
    rdfs:label "Aeltje de Meij" ;
    a2a:PersonNameFirstName "Aeltje" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Meij"
  ] .

oa:event_ade_24c9ef7a-4026-11e5-be68-2340e414c19f_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1672" ;
    a2a:Month "4" ;
    a2a:Day "14" ;
    rdfs:label "1672-04-14"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Delft" ;
    rdfs:label "Delft"
  ] .

oa:relationep_ade_24c9ef7a-4026-11e5-be68-2340e414c19f_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_ade_24c9ef7a-4026-11e5-be68-2340e414c19f_Person1 ;
  a2a:EventKeyRef oa:event_ade_24c9ef7a-4026-11e5-be68-2340e414c19f_Event1 .

oa:relationep_ade_24c9ef7a-4026-11e5-be68-2340e414c19f_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_ade_24c9ef7a-4026-11e5-be68-2340e414c19f_Person2 ;
  a2a:EventKeyRef oa:event_ade_24c9ef7a-4026-11e5-be68-2340e414c19f_Event1 .

oa:relationep_ade_24c9ef7a-4026-11e5-be68-2340e414c19f_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_ade_24c9ef7a-4026-11e5-be68-2340e414c19f_Person3 ;
  a2a:EventKeyRef oa:event_ade_24c9ef7a-4026-11e5-be68-2340e414c19f_Event1 .

oa:relationep_ade_24c9ef7a-4026-11e5-be68-2340e414c19f_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_ade_24c9ef7a-4026-11e5-be68-2340e414c19f_Person4 ;
  a2a:EventKeyRef oa:event_ade_24c9ef7a-4026-11e5-be68-2340e414c19f_Event1 .

oa:relationep_ade_24c9ef7a-4026-11e5-be68-2340e414c19f_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_ade_24c9ef7a-4026-11e5-be68-2340e414c19f_Person5 ;
  a2a:EventKeyRef oa:event_ade_24c9ef7a-4026-11e5-be68-2340e414c19f_Event1 .

oa:relationep_ade_24c9ef7a-4026-11e5-be68-2340e414c19f_5
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_ade_24c9ef7a-4026-11e5-be68-2340e414c19f_Person6 ;
  a2a:EventKeyRef oa:event_ade_24c9ef7a-4026-11e5-be68-2340e414c19f_Event1 .

oa:source_ade_24c9ef7a-4026-11e5-be68-2340e414c19f
  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, 1661 - 1682" ;
    a2a:RegistryNumber "00058" ;
    a2a:Folio "150" ;
    rdfs:label "Archief Delft, Collectie Doop-, Trouw- en Begraafboeken van Delft, Doopboeken Nieuwe Kerk, 1661 - 1682, 00058, 150"
  ] ;
  a2a:SourceLastChangeDate "2019-03-19"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12115/NL-DtAD25200112" ;
  a2a:RecordGUID "{24c9ef7a-4026-11e5-be68-2340e414c19f}" ;
  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/" .

