@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_f1e8b50f-e54c-5736-7c81-8a43f341dc91
  a a2a:Record ;
  rdfs:label "Doop op 25 januari 1665 te Leiden" ;
  a2a:hasPerson oa:person_elo_f1e8b50f-e54c-5736-7c81-8a43f341dc91_Person1, oa:person_elo_f1e8b50f-e54c-5736-7c81-8a43f341dc91_Person2, oa:person_elo_f1e8b50f-e54c-5736-7c81-8a43f341dc91_Person3, oa:person_elo_f1e8b50f-e54c-5736-7c81-8a43f341dc91_Person4 ;
  a2a:hasEvent oa:event_elo_f1e8b50f-e54c-5736-7c81-8a43f341dc91_Event1 ;
  a2a:hasRelationEP oa:relationep_elo_f1e8b50f-e54c-5736-7c81-8a43f341dc91_0, oa:relationep_elo_f1e8b50f-e54c-5736-7c81-8a43f341dc91_1, oa:relationep_elo_f1e8b50f-e54c-5736-7c81-8a43f341dc91_2, oa:relationep_elo_f1e8b50f-e54c-5736-7c81-8a43f341dc91_3 ;
  a2a:hasSource oa:source_elo_f1e8b50f-e54c-5736-7c81-8a43f341dc91 .

oa:person_elo_f1e8b50f-e54c-5736-7c81-8a43f341dc91_Person1
  a a2a:Person ;
  rdfs:label "Johanna Schilders" ;
  a2a:PersonName [
    rdfs:label "Johanna Schilders" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNameLastName "Schilders"
  ] .

oa:person_elo_f1e8b50f-e54c-5736-7c81-8a43f341dc91_Person2
  a a2a:Person ;
  rdfs:label "Adrianus Schilders" ;
  a2a:PersonName [
    rdfs:label "Adrianus Schilders" ;
    a2a:PersonNameFirstName "Adrianus" ;
    a2a:PersonNameLastName "Schilders"
  ] .

oa:person_elo_f1e8b50f-e54c-5736-7c81-8a43f341dc91_Person3
  a a2a:Person ;
  rdfs:label "Trijntje Tonis" ;
  a2a:PersonName [
    rdfs:label "Trijntje Tonis" ;
    a2a:PersonNameFirstName "Trijntje" ;
    a2a:PersonNamePatronym "Tonis"
  ] .

oa:person_elo_f1e8b50f-e54c-5736-7c81-8a43f341dc91_Person4
  a a2a:Person ;
  rdfs:label "Heinrick Tiardus" ;
  a2a:PersonName [
    rdfs:label "Heinrick Tiardus" ;
    a2a:PersonNameFirstName "Heinrick" ;
    a2a:PersonNamePatronym "Tiardus"
  ] .

oa:event_elo_f1e8b50f-e54c-5736-7c81-8a43f341dc91_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1665" ;
    a2a:Month "01" ;
    a2a:Day "25" ;
    rdfs:label "1665-01-25"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Leiden" ;
    rdfs:label "Leiden"
  ] .

oa:relationep_elo_f1e8b50f-e54c-5736-7c81-8a43f341dc91_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_elo_f1e8b50f-e54c-5736-7c81-8a43f341dc91_Person1 ;
  a2a:EventKeyRef oa:event_elo_f1e8b50f-e54c-5736-7c81-8a43f341dc91_Event1 .

oa:relationep_elo_f1e8b50f-e54c-5736-7c81-8a43f341dc91_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_elo_f1e8b50f-e54c-5736-7c81-8a43f341dc91_Person2 ;
  a2a:EventKeyRef oa:event_elo_f1e8b50f-e54c-5736-7c81-8a43f341dc91_Event1 .

oa:relationep_elo_f1e8b50f-e54c-5736-7c81-8a43f341dc91_2
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_elo_f1e8b50f-e54c-5736-7c81-8a43f341dc91_Person3 ;
  a2a:EventKeyRef oa:event_elo_f1e8b50f-e54c-5736-7c81-8a43f341dc91_Event1 .

oa:relationep_elo_f1e8b50f-e54c-5736-7c81-8a43f341dc91_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_elo_f1e8b50f-e54c-5736-7c81-8a43f341dc91_Person4 ;
  a2a:EventKeyRef oa:event_elo_f1e8b50f-e54c-5736-7c81-8a43f341dc91_Event1 .

oa:source_elo_f1e8b50f-e54c-5736-7c81-8a43f341dc91
  a a2a:Source ;
  rdfs:label "Erfgoed Leiden en omstreken, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Leiden" ;
    rdfs:label "Leiden", "1664-01-01 - 1681-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1664-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1681-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1665" ;
    a2a:Month "01" ;
    a2a:Day "25" ;
    rdfs:label "1665-01-25"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Erfgoed Leiden en omstreken" ;
    a2a:Place "Leiden" ;
    a2a:Collection "Archiefnaam: Dopen NH Pieterskerk, Deel: 223, Periode: 1664-1681" ;
    a2a:Book "Dopen Pieterskerk 5 maart 1664 - 1681." ;
    a2a:RegistryNumber "223" ;
    rdfs:label "Erfgoed Leiden en omstreken, Leiden, Archiefnaam: Dopen NH Pieterskerk, Deel: 223, Periode: 1664-1681, Dopen Pieterskerk 5 maart 1664 - 1681., 223"
  ] ;
  a2a:SourceLastChangeDate "2015-10-27"^^xsd:date ;
  a2a:RecordGUID "{f1e8b50f-e54c-5736-7c81-8a43f341dc91}" ;
  a2a:SourceRemarkOpmerking "Dopen NH Pieterskerk" .

