@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_d12326c7-4081-e486-d37b-248f1dfcfbe5
  a a2a:Record ;
  rdfs:label "Doop op 15 februari 1660 te Leiden" ;
  a2a:hasPerson oa:person_elo_d12326c7-4081-e486-d37b-248f1dfcfbe5_Person1, oa:person_elo_d12326c7-4081-e486-d37b-248f1dfcfbe5_Person2, oa:person_elo_d12326c7-4081-e486-d37b-248f1dfcfbe5_Person3, oa:person_elo_d12326c7-4081-e486-d37b-248f1dfcfbe5_Person4, oa:person_elo_d12326c7-4081-e486-d37b-248f1dfcfbe5_Person5, oa:person_elo_d12326c7-4081-e486-d37b-248f1dfcfbe5_Person6, oa:person_elo_d12326c7-4081-e486-d37b-248f1dfcfbe5_Person7 ;
  a2a:hasEvent oa:event_elo_d12326c7-4081-e486-d37b-248f1dfcfbe5_Event1 ;
  a2a:hasRelationEP oa:relationep_elo_d12326c7-4081-e486-d37b-248f1dfcfbe5_0, oa:relationep_elo_d12326c7-4081-e486-d37b-248f1dfcfbe5_1, oa:relationep_elo_d12326c7-4081-e486-d37b-248f1dfcfbe5_2, oa:relationep_elo_d12326c7-4081-e486-d37b-248f1dfcfbe5_3, oa:relationep_elo_d12326c7-4081-e486-d37b-248f1dfcfbe5_4, oa:relationep_elo_d12326c7-4081-e486-d37b-248f1dfcfbe5_5, oa:relationep_elo_d12326c7-4081-e486-d37b-248f1dfcfbe5_6 ;
  a2a:hasSource oa:source_elo_d12326c7-4081-e486-d37b-248f1dfcfbe5 .

oa:person_elo_d12326c7-4081-e486-d37b-248f1dfcfbe5_Person1
  a a2a:Person ;
  rdfs:label "Jean Herneque" ;
  a2a:PersonName [
    rdfs:label "Jean Herneque" ;
    a2a:PersonNameFirstName "Jean" ;
    a2a:PersonNameLastName "Herneque"
  ] .

oa:person_elo_d12326c7-4081-e486-d37b-248f1dfcfbe5_Person2
  a a2a:Person ;
  rdfs:label "Pierre Herneque" ;
  a2a:PersonName [
    rdfs:label "Pierre Herneque" ;
    a2a:PersonNameFirstName "Pierre" ;
    a2a:PersonNameLastName "Herneque"
  ] .

oa:person_elo_d12326c7-4081-e486-d37b-248f1dfcfbe5_Person3
  a a2a:Person ;
  rdfs:label "Anne Bandwin" ;
  a2a:PersonName [
    rdfs:label "Anne Bandwin" ;
    a2a:PersonNameFirstName "Anne" ;
    a2a:PersonNamePatronym "Bandwin"
  ] .

oa:person_elo_d12326c7-4081-e486-d37b-248f1dfcfbe5_Person4
  a a2a:Person ;
  rdfs:label "Jaques Bouchar" ;
  a2a:PersonName [
    rdfs:label "Jaques Bouchar" ;
    a2a:PersonNameFirstName "Jaques" ;
    a2a:PersonNameLastName "Bouchar"
  ] .

oa:person_elo_d12326c7-4081-e486-d37b-248f1dfcfbe5_Person5
  a a2a:Person ;
  rdfs:label "Jean le Roy" ;
  a2a:PersonName [
    rdfs:label "Jean le Roy" ;
    a2a:PersonNameFirstName "Jean" ;
    a2a:PersonNamePrefixLastName "le" ;
    a2a:PersonNameLastName "Roy"
  ] .

oa:person_elo_d12326c7-4081-e486-d37b-248f1dfcfbe5_Person6
  a a2a:Person ;
  rdfs:label "Pasq Carlie" ;
  a2a:PersonName [
    rdfs:label "Pasq Carlie" ;
    a2a:PersonNameFirstName "Pasq" ;
    a2a:PersonNameLastName "Carlie"
  ] .

oa:person_elo_d12326c7-4081-e486-d37b-248f1dfcfbe5_Person7
  a a2a:Person ;
  rdfs:label "Catharine Caucheteur" ;
  a2a:PersonName [
    rdfs:label "Catharine Caucheteur" ;
    a2a:PersonNameFirstName "Catharine" ;
    a2a:PersonNameLastName "Caucheteur"
  ] .

oa:event_elo_d12326c7-4081-e486-d37b-248f1dfcfbe5_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1660" ;
    a2a:Month "02" ;
    a2a:Day "15" ;
    rdfs:label "1660-02-15"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Leiden" ;
    rdfs:label "Leiden"
  ] .

oa:relationep_elo_d12326c7-4081-e486-d37b-248f1dfcfbe5_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_elo_d12326c7-4081-e486-d37b-248f1dfcfbe5_Person1 ;
  a2a:EventKeyRef oa:event_elo_d12326c7-4081-e486-d37b-248f1dfcfbe5_Event1 .

oa:relationep_elo_d12326c7-4081-e486-d37b-248f1dfcfbe5_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_elo_d12326c7-4081-e486-d37b-248f1dfcfbe5_Person2 ;
  a2a:EventKeyRef oa:event_elo_d12326c7-4081-e486-d37b-248f1dfcfbe5_Event1 .

oa:relationep_elo_d12326c7-4081-e486-d37b-248f1dfcfbe5_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_elo_d12326c7-4081-e486-d37b-248f1dfcfbe5_Person3 ;
  a2a:EventKeyRef oa:event_elo_d12326c7-4081-e486-d37b-248f1dfcfbe5_Event1 .

oa:relationep_elo_d12326c7-4081-e486-d37b-248f1dfcfbe5_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_elo_d12326c7-4081-e486-d37b-248f1dfcfbe5_Person4 ;
  a2a:EventKeyRef oa:event_elo_d12326c7-4081-e486-d37b-248f1dfcfbe5_Event1 .

oa:relationep_elo_d12326c7-4081-e486-d37b-248f1dfcfbe5_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_elo_d12326c7-4081-e486-d37b-248f1dfcfbe5_Person5 ;
  a2a:EventKeyRef oa:event_elo_d12326c7-4081-e486-d37b-248f1dfcfbe5_Event1 .

oa:relationep_elo_d12326c7-4081-e486-d37b-248f1dfcfbe5_5
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_elo_d12326c7-4081-e486-d37b-248f1dfcfbe5_Person6 ;
  a2a:EventKeyRef oa:event_elo_d12326c7-4081-e486-d37b-248f1dfcfbe5_Event1 .

oa:relationep_elo_d12326c7-4081-e486-d37b-248f1dfcfbe5_6
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_elo_d12326c7-4081-e486-d37b-248f1dfcfbe5_Person7 ;
  a2a:EventKeyRef oa:event_elo_d12326c7-4081-e486-d37b-248f1dfcfbe5_Event1 .

oa:source_elo_d12326c7-4081-e486-d37b-248f1dfcfbe5
  a a2a:Source ;
  rdfs:label "Erfgoed Leiden en omstreken, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Leiden" ;
    rdfs:label "Leiden", "1655-01-01 - 1669-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1655-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1669-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1660" ;
    a2a:Month "02" ;
    a2a:Day "15" ;
    rdfs:label "1660-02-15"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Erfgoed Leiden en omstreken" ;
    a2a:Place "Leiden" ;
    a2a:Collection "Archiefnaam: Dopen Waalse Kerk, Deel: 273, Periode: 1655-1669" ;
    a2a:Book "Dopen Vrouwenkerk 2 mei 1655 - 1669." ;
    a2a:RegistryNumber "273" ;
    rdfs:label "Erfgoed Leiden en omstreken, Leiden, Archiefnaam: Dopen Waalse Kerk, Deel: 273, Periode: 1655-1669, Dopen Vrouwenkerk 2 mei 1655 - 1669., 273"
  ] ;
  a2a:SourceLastChangeDate "2016-11-04"^^xsd:date ;
  a2a:RecordGUID "{d12326c7-4081-e486-d37b-248f1dfcfbe5}" ;
  a2a:SourceRemarkOpmerking "Dopen Waalse kerk" .

