@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_elo_d4bc3cc2-50c7-c22c-bcbb-e89f957f851c
  a a2a:Record ;
  rdfs:label "Doop op 28 september 1693 te Leiden" ;
  a2a:hasPerson oa:person_elo_d4bc3cc2-50c7-c22c-bcbb-e89f957f851c_Person1, oa:person_elo_d4bc3cc2-50c7-c22c-bcbb-e89f957f851c_Person2, oa:person_elo_d4bc3cc2-50c7-c22c-bcbb-e89f957f851c_Person3, oa:person_elo_d4bc3cc2-50c7-c22c-bcbb-e89f957f851c_Person4 ;
  a2a:hasEvent oa:event_elo_d4bc3cc2-50c7-c22c-bcbb-e89f957f851c_Event1 ;
  a2a:hasRelationEP oa:relationep_elo_d4bc3cc2-50c7-c22c-bcbb-e89f957f851c_0, oa:relationep_elo_d4bc3cc2-50c7-c22c-bcbb-e89f957f851c_1, oa:relationep_elo_d4bc3cc2-50c7-c22c-bcbb-e89f957f851c_2, oa:relationep_elo_d4bc3cc2-50c7-c22c-bcbb-e89f957f851c_3 ;
  a2a:hasSource oa:source_elo_d4bc3cc2-50c7-c22c-bcbb-e89f957f851c .

oa:person_elo_d4bc3cc2-50c7-c22c-bcbb-e89f957f851c_Person1
  a a2a:Person ;
  rdfs:label "Maria Hay" ;
  a2a:PersonName [
    rdfs:label "Maria Hay" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Hay"
  ] .

oa:person_elo_d4bc3cc2-50c7-c22c-bcbb-e89f957f851c_Person2
  a a2a:Person ;
  rdfs:label "Franciscus Hay" ;
  a2a:PersonName [
    rdfs:label "Franciscus Hay" ;
    a2a:PersonNameFirstName "Franciscus" ;
    a2a:PersonNameLastName "Hay"
  ] .

oa:person_elo_d4bc3cc2-50c7-c22c-bcbb-e89f957f851c_Person3
  a a2a:Person ;
  rdfs:label "Maria Everaerts" ;
  a2a:PersonName [
    rdfs:label "Maria Everaerts" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNamePatronym "Everaerts"
  ] .

oa:person_elo_d4bc3cc2-50c7-c22c-bcbb-e89f957f851c_Person4
  a a2a:Person ;
  rdfs:label "Laurentius Everaerts" ;
  a2a:PersonName [
    rdfs:label "Laurentius Everaerts" ;
    a2a:PersonNameFirstName "Laurentius" ;
    a2a:PersonNamePatronym "Everaerts"
  ] .

oa:event_elo_d4bc3cc2-50c7-c22c-bcbb-e89f957f851c_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1693" ;
    a2a:Month "09" ;
    a2a:Day "28" ;
    rdfs:label "1693-09-28"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Leiden" ;
    rdfs:label "Leiden"
  ] .

oa:relationep_elo_d4bc3cc2-50c7-c22c-bcbb-e89f957f851c_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_elo_d4bc3cc2-50c7-c22c-bcbb-e89f957f851c_Person1 ;
  a2a:EventKeyRef oa:event_elo_d4bc3cc2-50c7-c22c-bcbb-e89f957f851c_Event1 .

oa:relationep_elo_d4bc3cc2-50c7-c22c-bcbb-e89f957f851c_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_elo_d4bc3cc2-50c7-c22c-bcbb-e89f957f851c_Person2 ;
  a2a:EventKeyRef oa:event_elo_d4bc3cc2-50c7-c22c-bcbb-e89f957f851c_Event1 .

oa:relationep_elo_d4bc3cc2-50c7-c22c-bcbb-e89f957f851c_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_elo_d4bc3cc2-50c7-c22c-bcbb-e89f957f851c_Person3 ;
  a2a:EventKeyRef oa:event_elo_d4bc3cc2-50c7-c22c-bcbb-e89f957f851c_Event1 .

oa:relationep_elo_d4bc3cc2-50c7-c22c-bcbb-e89f957f851c_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_elo_d4bc3cc2-50c7-c22c-bcbb-e89f957f851c_Person4 ;
  a2a:EventKeyRef oa:event_elo_d4bc3cc2-50c7-c22c-bcbb-e89f957f851c_Event1 .

oa:source_elo_d4bc3cc2-50c7-c22c-bcbb-e89f957f851c
  a a2a:Source ;
  rdfs:label "Erfgoed Leiden en omstreken, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Leiden" ;
    rdfs:label "Leiden", "1670-01-01 - 1757-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1670-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1757-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1693" ;
    a2a:Month "09" ;
    a2a:Day "28" ;
    rdfs:label "1693-09-28"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Erfgoed Leiden en omstreken" ;
    a2a:Place "Leiden" ;
    a2a:Collection "Archiefnaam: Doopboek RK Jezuïetenstatie, Deel: 306, Periode: 1670-1757" ;
    a2a:Book "Doop- en trouwboek paters Jezuïeten Afschrift doop- en trouwboek van de Paters Jezuïeten te Lei..." ;
    a2a:RegistryNumber "306" ;
    rdfs:label "Erfgoed Leiden en omstreken, Leiden, Archiefnaam: Doopboek RK Jezuïetenstatie, Deel: 306, Periode: 1670-1757, Doop- en trouwboek paters Jezuïeten Afschrift doop- en trouwboek van de Paters Jezuïeten te Lei..., 306"
  ] ;
  a2a:SourceLastChangeDate "2014-08-01"^^xsd:date ;
  a2a:RecordGUID "{d4bc3cc2-50c7-c22c-bcbb-e89f957f851c}" ;
  a2a:SourceRemarkOpmerking "Doopboek RK Jezuïten Haarlem" .

