@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_e6e4e48e-ad7e-5ad5-aafc-b074e0f3934b
  a a2a:Record ;
  rdfs:label "Doop op 14 april 1776 te Leiden" ;
  a2a:hasPerson oa:person_elo_e6e4e48e-ad7e-5ad5-aafc-b074e0f3934b_Person1, oa:person_elo_e6e4e48e-ad7e-5ad5-aafc-b074e0f3934b_Person2, oa:person_elo_e6e4e48e-ad7e-5ad5-aafc-b074e0f3934b_Person3, oa:person_elo_e6e4e48e-ad7e-5ad5-aafc-b074e0f3934b_Person4, oa:person_elo_e6e4e48e-ad7e-5ad5-aafc-b074e0f3934b_Person5 ;
  a2a:hasEvent oa:event_elo_e6e4e48e-ad7e-5ad5-aafc-b074e0f3934b_Event1 ;
  a2a:hasRelationEP oa:relationep_elo_e6e4e48e-ad7e-5ad5-aafc-b074e0f3934b_0, oa:relationep_elo_e6e4e48e-ad7e-5ad5-aafc-b074e0f3934b_1, oa:relationep_elo_e6e4e48e-ad7e-5ad5-aafc-b074e0f3934b_2, oa:relationep_elo_e6e4e48e-ad7e-5ad5-aafc-b074e0f3934b_3, oa:relationep_elo_e6e4e48e-ad7e-5ad5-aafc-b074e0f3934b_4 ;
  a2a:hasSource oa:source_elo_e6e4e48e-ad7e-5ad5-aafc-b074e0f3934b .

oa:person_elo_e6e4e48e-ad7e-5ad5-aafc-b074e0f3934b_Person1
  a a2a:Person ;
  rdfs:label "Jannetje Arkeveld" ;
  a2a:PersonName [
    rdfs:label "Jannetje Arkeveld" ;
    a2a:PersonNameFirstName "Jannetje" ;
    a2a:PersonNameLastName "Arkeveld"
  ] ;
  a2a:BirthDate [
    a2a:Year "1776" ;
    a2a:Month "04" ;
    a2a:Day "11" ;
    rdfs:label "1776-04-11"^^xsd:date
  ] .

oa:person_elo_e6e4e48e-ad7e-5ad5-aafc-b074e0f3934b_Person2
  a a2a:Person ;
  rdfs:label "Abraham Arkeveld" ;
  a2a:PersonName [
    rdfs:label "Abraham Arkeveld" ;
    a2a:PersonNameFirstName "Abraham" ;
    a2a:PersonNameLastName "Arkeveld"
  ] .

oa:person_elo_e6e4e48e-ad7e-5ad5-aafc-b074e0f3934b_Person3
  a a2a:Person ;
  rdfs:label "Jannetje van Erkel" ;
  a2a:PersonName [
    rdfs:label "Jannetje van Erkel" ;
    a2a:PersonNameFirstName "Jannetje" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Erkel"
  ] .

oa:person_elo_e6e4e48e-ad7e-5ad5-aafc-b074e0f3934b_Person4
  a a2a:Person ;
  rdfs:label "Jacobus van Erkel" ;
  a2a:PersonName [
    rdfs:label "Jacobus van Erkel" ;
    a2a:PersonNameFirstName "Jacobus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Erkel"
  ] .

oa:person_elo_e6e4e48e-ad7e-5ad5-aafc-b074e0f3934b_Person5
  a a2a:Person ;
  rdfs:label "Maria Godenius" ;
  a2a:PersonName [
    rdfs:label "Maria Godenius" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Godenius"
  ] .

oa:event_elo_e6e4e48e-ad7e-5ad5-aafc-b074e0f3934b_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1776" ;
    a2a:Month "04" ;
    a2a:Day "14" ;
    rdfs:label "1776-04-14"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Leiden" ;
    rdfs:label "Leiden"
  ] .

oa:relationep_elo_e6e4e48e-ad7e-5ad5-aafc-b074e0f3934b_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_elo_e6e4e48e-ad7e-5ad5-aafc-b074e0f3934b_Person1 ;
  a2a:EventKeyRef oa:event_elo_e6e4e48e-ad7e-5ad5-aafc-b074e0f3934b_Event1 .

oa:relationep_elo_e6e4e48e-ad7e-5ad5-aafc-b074e0f3934b_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_elo_e6e4e48e-ad7e-5ad5-aafc-b074e0f3934b_Person2 ;
  a2a:EventKeyRef oa:event_elo_e6e4e48e-ad7e-5ad5-aafc-b074e0f3934b_Event1 .

oa:relationep_elo_e6e4e48e-ad7e-5ad5-aafc-b074e0f3934b_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_elo_e6e4e48e-ad7e-5ad5-aafc-b074e0f3934b_Person3 ;
  a2a:EventKeyRef oa:event_elo_e6e4e48e-ad7e-5ad5-aafc-b074e0f3934b_Event1 .

oa:relationep_elo_e6e4e48e-ad7e-5ad5-aafc-b074e0f3934b_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_elo_e6e4e48e-ad7e-5ad5-aafc-b074e0f3934b_Person4 ;
  a2a:EventKeyRef oa:event_elo_e6e4e48e-ad7e-5ad5-aafc-b074e0f3934b_Event1 .

oa:relationep_elo_e6e4e48e-ad7e-5ad5-aafc-b074e0f3934b_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_elo_e6e4e48e-ad7e-5ad5-aafc-b074e0f3934b_Person5 ;
  a2a:EventKeyRef oa:event_elo_e6e4e48e-ad7e-5ad5-aafc-b074e0f3934b_Event1 .

oa:source_elo_e6e4e48e-ad7e-5ad5-aafc-b074e0f3934b
  a a2a:Source ;
  rdfs:label "Erfgoed Leiden en omstreken, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Leiden" ;
    rdfs:label "Leiden", "1766-01-01 - 1811-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1766-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1811-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1776" ;
    a2a:Month "04" ;
    a2a:Day "14" ;
    rdfs:label "1776-04-14"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Erfgoed Leiden en omstreken" ;
    a2a:Place "Leiden" ;
    a2a:Collection "Archiefnaam: Dopen NH Marekerk, Deel: 264, Periode: 1766-1811" ;
    a2a:Book "Dopen Nieuwe- of Marekerk 21 september 1766 - 1811." ;
    a2a:RegistryNumber "264" ;
    rdfs:label "Erfgoed Leiden en omstreken, Leiden, Archiefnaam: Dopen NH Marekerk, Deel: 264, Periode: 1766-1811, Dopen Nieuwe- of Marekerk 21 september 1766 - 1811., 264"
  ] ;
  a2a:SourceLastChangeDate "2016-05-13"^^xsd:date ;
  a2a:RecordGUID "{e6e4e48e-ad7e-5ad5-aafc-b074e0f3934b}" ;
  a2a:SourceRemarkOpmerking "Dopen NH Marekerk" .

