@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_67f98e02-e1ac-ce4e-0b6e-be47c1b4b1f3
  a a2a:Record ;
  rdfs:label "Doop op 2 juni 1700 te Leiden" ;
  a2a:hasPerson oa:person_elo_67f98e02-e1ac-ce4e-0b6e-be47c1b4b1f3_Person1, oa:person_elo_67f98e02-e1ac-ce4e-0b6e-be47c1b4b1f3_Person2, oa:person_elo_67f98e02-e1ac-ce4e-0b6e-be47c1b4b1f3_Person3, oa:person_elo_67f98e02-e1ac-ce4e-0b6e-be47c1b4b1f3_Person4, oa:person_elo_67f98e02-e1ac-ce4e-0b6e-be47c1b4b1f3_Person5, oa:person_elo_67f98e02-e1ac-ce4e-0b6e-be47c1b4b1f3_Person6 ;
  a2a:hasEvent oa:event_elo_67f98e02-e1ac-ce4e-0b6e-be47c1b4b1f3_Event1 ;
  a2a:hasRelationEP oa:relationep_elo_67f98e02-e1ac-ce4e-0b6e-be47c1b4b1f3_0, oa:relationep_elo_67f98e02-e1ac-ce4e-0b6e-be47c1b4b1f3_1, oa:relationep_elo_67f98e02-e1ac-ce4e-0b6e-be47c1b4b1f3_2, oa:relationep_elo_67f98e02-e1ac-ce4e-0b6e-be47c1b4b1f3_3, oa:relationep_elo_67f98e02-e1ac-ce4e-0b6e-be47c1b4b1f3_4, oa:relationep_elo_67f98e02-e1ac-ce4e-0b6e-be47c1b4b1f3_5 ;
  a2a:hasSource oa:source_elo_67f98e02-e1ac-ce4e-0b6e-be47c1b4b1f3 .

oa:person_elo_67f98e02-e1ac-ce4e-0b6e-be47c1b4b1f3_Person1
  a a2a:Person ;
  rdfs:label "Jeanne Marie Parker" ;
  a2a:PersonName [
    rdfs:label "Jeanne Marie Parker" ;
    a2a:PersonNameFirstName "Jeanne Marie" ;
    a2a:PersonNameLastName "Parker"
  ] ;
  a2a:BirthDate [
    a2a:Year "1700" ;
    a2a:Month "05" ;
    a2a:Day "27" ;
    rdfs:label "1700-05-27"^^xsd:date
  ] .

oa:person_elo_67f98e02-e1ac-ce4e-0b6e-be47c1b4b1f3_Person2
  a a2a:Person ;
  rdfs:label "Thomas Parker" ;
  a2a:PersonName [
    rdfs:label "Thomas Parker" ;
    a2a:PersonNameFirstName "Thomas" ;
    a2a:PersonNameLastName "Parker"
  ] .

oa:person_elo_67f98e02-e1ac-ce4e-0b6e-be47c1b4b1f3_Person3
  a a2a:Person ;
  rdfs:label "Marie Drolenvaux" ;
  a2a:PersonName [
    rdfs:label "Marie Drolenvaux" ;
    a2a:PersonNameFirstName "Marie" ;
    a2a:PersonNameLastName "Drolenvaux"
  ] .

oa:person_elo_67f98e02-e1ac-ce4e-0b6e-be47c1b4b1f3_Person4
  a a2a:Person ;
  rdfs:label "Catherine le Qoroue" ;
  a2a:PersonName [
    rdfs:label "Catherine le Qoroue" ;
    a2a:PersonNameFirstName "Catherine" ;
    a2a:PersonNamePrefixLastName "le" ;
    a2a:PersonNameLastName "Qoroue"
  ] .

oa:person_elo_67f98e02-e1ac-ce4e-0b6e-be47c1b4b1f3_Person5
  a a2a:Person ;
  rdfs:label "Jeanne du Pierre" ;
  a2a:PersonName [
    rdfs:label "Jeanne du Pierre" ;
    a2a:PersonNameFirstName "Jeanne" ;
    a2a:PersonNamePrefixLastName "du" ;
    a2a:PersonNameLastName "Pierre"
  ] .

oa:person_elo_67f98e02-e1ac-ce4e-0b6e-be47c1b4b1f3_Person6
  a a2a:Person ;
  rdfs:label "Simon Drolenvaux" ;
  a2a:PersonName [
    rdfs:label "Simon Drolenvaux" ;
    a2a:PersonNameFirstName "Simon" ;
    a2a:PersonNameLastName "Drolenvaux"
  ] .

oa:event_elo_67f98e02-e1ac-ce4e-0b6e-be47c1b4b1f3_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1700" ;
    a2a:Month "06" ;
    a2a:Day "02" ;
    rdfs:label "1700-06-02"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Leiden" ;
    rdfs:label "Leiden"
  ] .

oa:relationep_elo_67f98e02-e1ac-ce4e-0b6e-be47c1b4b1f3_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_elo_67f98e02-e1ac-ce4e-0b6e-be47c1b4b1f3_Person1 ;
  a2a:EventKeyRef oa:event_elo_67f98e02-e1ac-ce4e-0b6e-be47c1b4b1f3_Event1 .

oa:relationep_elo_67f98e02-e1ac-ce4e-0b6e-be47c1b4b1f3_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_elo_67f98e02-e1ac-ce4e-0b6e-be47c1b4b1f3_Person2 ;
  a2a:EventKeyRef oa:event_elo_67f98e02-e1ac-ce4e-0b6e-be47c1b4b1f3_Event1 .

oa:relationep_elo_67f98e02-e1ac-ce4e-0b6e-be47c1b4b1f3_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_elo_67f98e02-e1ac-ce4e-0b6e-be47c1b4b1f3_Person3 ;
  a2a:EventKeyRef oa:event_elo_67f98e02-e1ac-ce4e-0b6e-be47c1b4b1f3_Event1 .

oa:relationep_elo_67f98e02-e1ac-ce4e-0b6e-be47c1b4b1f3_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_elo_67f98e02-e1ac-ce4e-0b6e-be47c1b4b1f3_Person4 ;
  a2a:EventKeyRef oa:event_elo_67f98e02-e1ac-ce4e-0b6e-be47c1b4b1f3_Event1 .

oa:relationep_elo_67f98e02-e1ac-ce4e-0b6e-be47c1b4b1f3_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_elo_67f98e02-e1ac-ce4e-0b6e-be47c1b4b1f3_Person5 ;
  a2a:EventKeyRef oa:event_elo_67f98e02-e1ac-ce4e-0b6e-be47c1b4b1f3_Event1 .

oa:relationep_elo_67f98e02-e1ac-ce4e-0b6e-be47c1b4b1f3_5
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_elo_67f98e02-e1ac-ce4e-0b6e-be47c1b4b1f3_Person6 ;
  a2a:EventKeyRef oa:event_elo_67f98e02-e1ac-ce4e-0b6e-be47c1b4b1f3_Event1 .

oa:source_elo_67f98e02-e1ac-ce4e-0b6e-be47c1b4b1f3
  a a2a:Source ;
  rdfs:label "Erfgoed Leiden en omstreken, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Leiden" ;
    rdfs:label "Leiden", "1696-01-01 - 1748-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1696-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1748-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1700" ;
    a2a:Month "06" ;
    a2a:Day "02" ;
    rdfs:label "1700-06-02"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Erfgoed Leiden en omstreken" ;
    a2a:Place "Leiden" ;
    a2a:Collection "Archiefnaam: Dopen Waalse Kerk, Deel: 275, Periode: 1696-1748" ;
    a2a:Book "Dopen Vrouwenkerk 1696 - 1 mei 1748." ;
    a2a:RegistryNumber "275" ;
    rdfs:label "Erfgoed Leiden en omstreken, Leiden, Archiefnaam: Dopen Waalse Kerk, Deel: 275, Periode: 1696-1748, Dopen Vrouwenkerk 1696 - 1 mei 1748., 275"
  ] ;
  a2a:SourceLastChangeDate "2016-12-16"^^xsd:date ;
  a2a:RecordGUID "{67f98e02-e1ac-ce4e-0b6e-be47c1b4b1f3}" ;
  a2a:SourceRemarkOpmerking "Dopen Waalse kerk" .

