@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_07dff898-fe7a-2bd5-decb-09019913ef2c
  a a2a:Record ;
  rdfs:label "Doop op 6 november 1708 te Leiden" ;
  a2a:hasPerson oa:person_elo_07dff898-fe7a-2bd5-decb-09019913ef2c_Person1, oa:person_elo_07dff898-fe7a-2bd5-decb-09019913ef2c_Person2, oa:person_elo_07dff898-fe7a-2bd5-decb-09019913ef2c_Person3, oa:person_elo_07dff898-fe7a-2bd5-decb-09019913ef2c_Person4, oa:person_elo_07dff898-fe7a-2bd5-decb-09019913ef2c_Person5 ;
  a2a:hasEvent oa:event_elo_07dff898-fe7a-2bd5-decb-09019913ef2c_Event1 ;
  a2a:hasRelationEP oa:relationep_elo_07dff898-fe7a-2bd5-decb-09019913ef2c_0, oa:relationep_elo_07dff898-fe7a-2bd5-decb-09019913ef2c_1, oa:relationep_elo_07dff898-fe7a-2bd5-decb-09019913ef2c_2, oa:relationep_elo_07dff898-fe7a-2bd5-decb-09019913ef2c_3, oa:relationep_elo_07dff898-fe7a-2bd5-decb-09019913ef2c_4 ;
  a2a:hasSource oa:source_elo_07dff898-fe7a-2bd5-decb-09019913ef2c .

oa:person_elo_07dff898-fe7a-2bd5-decb-09019913ef2c_Person1
  a a2a:Person ;
  rdfs:label "Frans van As" ;
  a2a:PersonName [
    rdfs:label "Frans van As" ;
    a2a:PersonNameFirstName "Frans" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "As"
  ] .

oa:person_elo_07dff898-fe7a-2bd5-decb-09019913ef2c_Person2
  a a2a:Person ;
  rdfs:label "Lourens van As" ;
  a2a:PersonName [
    rdfs:label "Lourens van As" ;
    a2a:PersonNameFirstName "Lourens" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "As"
  ] .

oa:person_elo_07dff898-fe7a-2bd5-decb-09019913ef2c_Person3
  a a2a:Person ;
  rdfs:label "Judith Lansel" ;
  a2a:PersonName [
    rdfs:label "Judith Lansel" ;
    a2a:PersonNameFirstName "Judith" ;
    a2a:PersonNameLastName "Lansel"
  ] .

oa:person_elo_07dff898-fe7a-2bd5-decb-09019913ef2c_Person4
  a a2a:Person ;
  rdfs:label "Jonas Decker" ;
  a2a:PersonName [
    rdfs:label "Jonas Decker" ;
    a2a:PersonNameFirstName "Jonas" ;
    a2a:PersonNameLastName "Decker"
  ] .

oa:person_elo_07dff898-fe7a-2bd5-decb-09019913ef2c_Person5
  a a2a:Person ;
  rdfs:label "Lijsbeth Lansel" ;
  a2a:PersonName [
    rdfs:label "Lijsbeth Lansel" ;
    a2a:PersonNameFirstName "Lijsbeth" ;
    a2a:PersonNameLastName "Lansel"
  ] .

oa:event_elo_07dff898-fe7a-2bd5-decb-09019913ef2c_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1708" ;
    a2a:Month "11" ;
    a2a:Day "06" ;
    rdfs:label "1708-11-06"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Leiden" ;
    rdfs:label "Leiden"
  ] .

oa:relationep_elo_07dff898-fe7a-2bd5-decb-09019913ef2c_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_elo_07dff898-fe7a-2bd5-decb-09019913ef2c_Person1 ;
  a2a:EventKeyRef oa:event_elo_07dff898-fe7a-2bd5-decb-09019913ef2c_Event1 .

oa:relationep_elo_07dff898-fe7a-2bd5-decb-09019913ef2c_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_elo_07dff898-fe7a-2bd5-decb-09019913ef2c_Person2 ;
  a2a:EventKeyRef oa:event_elo_07dff898-fe7a-2bd5-decb-09019913ef2c_Event1 .

oa:relationep_elo_07dff898-fe7a-2bd5-decb-09019913ef2c_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_elo_07dff898-fe7a-2bd5-decb-09019913ef2c_Person3 ;
  a2a:EventKeyRef oa:event_elo_07dff898-fe7a-2bd5-decb-09019913ef2c_Event1 .

oa:relationep_elo_07dff898-fe7a-2bd5-decb-09019913ef2c_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_elo_07dff898-fe7a-2bd5-decb-09019913ef2c_Person4 ;
  a2a:EventKeyRef oa:event_elo_07dff898-fe7a-2bd5-decb-09019913ef2c_Event1 .

oa:relationep_elo_07dff898-fe7a-2bd5-decb-09019913ef2c_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_elo_07dff898-fe7a-2bd5-decb-09019913ef2c_Person5 ;
  a2a:EventKeyRef oa:event_elo_07dff898-fe7a-2bd5-decb-09019913ef2c_Event1 .

oa:source_elo_07dff898-fe7a-2bd5-decb-09019913ef2c
  a a2a:Source ;
  rdfs:label "Erfgoed Leiden en omstreken, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Leiden" ;
    rdfs:label "Leiden", "1705-01-01 - 1710-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1705-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1710-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1708" ;
    a2a:Month "11" ;
    a2a:Day "06" ;
    rdfs:label "1708-11-06"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Erfgoed Leiden en omstreken" ;
    a2a:Place "Leiden" ;
    a2a:Collection "Archiefnaam: Dopen NH Hooglandsche Kerk, Deel: 246, Periode: 1705-1710" ;
    a2a:Book "Dopen Hooglandsche Kerk 10 oktober 1705 - 1710." ;
    a2a:RegistryNumber "246" ;
    rdfs:label "Erfgoed Leiden en omstreken, Leiden, Archiefnaam: Dopen NH Hooglandsche Kerk, Deel: 246, Periode: 1705-1710, Dopen Hooglandsche Kerk 10 oktober 1705 - 1710., 246"
  ] ;
  a2a:SourceLastChangeDate "2016-03-11"^^xsd:date ;
  a2a:RecordGUID "{07dff898-fe7a-2bd5-decb-09019913ef2c}" ;
  a2a:SourceRemarkOpmerking "Dopen NH Hooglandsche Kerk" .

