@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_d80fc30d-2c47-de7b-9d2d-c0f23c71f1eb
  a a2a:Record ;
  rdfs:label "Doop op 3 augustus 1809 te Leiden" ;
  a2a:hasPerson oa:person_elo_d80fc30d-2c47-de7b-9d2d-c0f23c71f1eb_Person1, oa:person_elo_d80fc30d-2c47-de7b-9d2d-c0f23c71f1eb_Person2, oa:person_elo_d80fc30d-2c47-de7b-9d2d-c0f23c71f1eb_Person3, oa:person_elo_d80fc30d-2c47-de7b-9d2d-c0f23c71f1eb_Person4, oa:person_elo_d80fc30d-2c47-de7b-9d2d-c0f23c71f1eb_Person5 ;
  a2a:hasEvent oa:event_elo_d80fc30d-2c47-de7b-9d2d-c0f23c71f1eb_Event1 ;
  a2a:hasRelationEP oa:relationep_elo_d80fc30d-2c47-de7b-9d2d-c0f23c71f1eb_0, oa:relationep_elo_d80fc30d-2c47-de7b-9d2d-c0f23c71f1eb_1, oa:relationep_elo_d80fc30d-2c47-de7b-9d2d-c0f23c71f1eb_2, oa:relationep_elo_d80fc30d-2c47-de7b-9d2d-c0f23c71f1eb_3, oa:relationep_elo_d80fc30d-2c47-de7b-9d2d-c0f23c71f1eb_4 ;
  a2a:hasSource oa:source_elo_d80fc30d-2c47-de7b-9d2d-c0f23c71f1eb .

oa:person_elo_d80fc30d-2c47-de7b-9d2d-c0f23c71f1eb_Person1
  a a2a:Person ;
  rdfs:label "Ludovicus Nicolaas Cattin" ;
  a2a:PersonName [
    rdfs:label "Ludovicus Nicolaas Cattin" ;
    a2a:PersonNameFirstName "Ludovicus Nicolaas" ;
    a2a:PersonNameLastName "Cattin"
  ] .

oa:person_elo_d80fc30d-2c47-de7b-9d2d-c0f23c71f1eb_Person2
  a a2a:Person ;
  rdfs:label "Ludovicus Cattin" ;
  a2a:PersonName [
    rdfs:label "Ludovicus Cattin" ;
    a2a:PersonNameFirstName "Ludovicus" ;
    a2a:PersonNameLastName "Cattin"
  ] .

oa:person_elo_d80fc30d-2c47-de7b-9d2d-c0f23c71f1eb_Person3
  a a2a:Person ;
  rdfs:label "Joanna Stadhouder" ;
  a2a:PersonName [
    rdfs:label "Joanna Stadhouder" ;
    a2a:PersonNameFirstName "Joanna" ;
    a2a:PersonNameLastName "Stadhouder"
  ] .

oa:person_elo_d80fc30d-2c47-de7b-9d2d-c0f23c71f1eb_Person4
  a a2a:Person ;
  rdfs:label "Maria Catharina Cattin" ;
  a2a:PersonName [
    rdfs:label "Maria Catharina Cattin" ;
    a2a:PersonNameFirstName "Maria Catharina" ;
    a2a:PersonNameLastName "Cattin"
  ] .

oa:person_elo_d80fc30d-2c47-de7b-9d2d-c0f23c71f1eb_Person5
  a a2a:Person ;
  rdfs:label "Nicolaus Stadhouder" ;
  a2a:PersonName [
    rdfs:label "Nicolaus Stadhouder" ;
    a2a:PersonNameFirstName "Nicolaus" ;
    a2a:PersonNameLastName "Stadhouder"
  ] .

oa:event_elo_d80fc30d-2c47-de7b-9d2d-c0f23c71f1eb_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1809" ;
    a2a:Month "08" ;
    a2a:Day "03" ;
    rdfs:label "1809-08-03"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Leiden" ;
    rdfs:label "Leiden"
  ] .

oa:relationep_elo_d80fc30d-2c47-de7b-9d2d-c0f23c71f1eb_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_elo_d80fc30d-2c47-de7b-9d2d-c0f23c71f1eb_Person1 ;
  a2a:EventKeyRef oa:event_elo_d80fc30d-2c47-de7b-9d2d-c0f23c71f1eb_Event1 .

oa:relationep_elo_d80fc30d-2c47-de7b-9d2d-c0f23c71f1eb_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_elo_d80fc30d-2c47-de7b-9d2d-c0f23c71f1eb_Person2 ;
  a2a:EventKeyRef oa:event_elo_d80fc30d-2c47-de7b-9d2d-c0f23c71f1eb_Event1 .

oa:relationep_elo_d80fc30d-2c47-de7b-9d2d-c0f23c71f1eb_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_elo_d80fc30d-2c47-de7b-9d2d-c0f23c71f1eb_Person3 ;
  a2a:EventKeyRef oa:event_elo_d80fc30d-2c47-de7b-9d2d-c0f23c71f1eb_Event1 .

oa:relationep_elo_d80fc30d-2c47-de7b-9d2d-c0f23c71f1eb_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_elo_d80fc30d-2c47-de7b-9d2d-c0f23c71f1eb_Person4 ;
  a2a:EventKeyRef oa:event_elo_d80fc30d-2c47-de7b-9d2d-c0f23c71f1eb_Event1 .

oa:relationep_elo_d80fc30d-2c47-de7b-9d2d-c0f23c71f1eb_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_elo_d80fc30d-2c47-de7b-9d2d-c0f23c71f1eb_Person5 ;
  a2a:EventKeyRef oa:event_elo_d80fc30d-2c47-de7b-9d2d-c0f23c71f1eb_Event1 .

oa:source_elo_d80fc30d-2c47-de7b-9d2d-c0f23c71f1eb
  a a2a:Source ;
  rdfs:label "Erfgoed Leiden en omstreken, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Leiden" ;
    rdfs:label "Leiden", "1757-01-01 - 1811-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1757-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1811-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1809" ;
    a2a:Month "08" ;
    a2a:Day "03" ;
    rdfs:label "1809-08-03"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Erfgoed Leiden en omstreken" ;
    a2a:Place "Leiden" ;
    a2a:Collection "Archiefnaam: DTB, Deel: 294, Periode: 1757-1811" ;
    a2a:Book "Dopen en Trouwen RK gemeente - Kerk aan de Bakkersteeg 1757 - 1811." ;
    a2a:RegistryNumber "294" ;
    rdfs:label "Erfgoed Leiden en omstreken, Leiden, Archiefnaam: DTB, Deel: 294, Periode: 1757-1811, Dopen en Trouwen RK gemeente - Kerk aan de Bakkersteeg 1757 - 1811., 294"
  ] ;
  a2a:SourceLastChangeDate "2014-07-11"^^xsd:date ;
  a2a:RecordGUID "{d80fc30d-2c47-de7b-9d2d-c0f23c71f1eb}" ;
  a2a:SourceRemarkOpmerking "Doopboek RK Bakkersteeg" .

