@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_srt_875A90BE-9FEC-4F3E-BBA2-3AFACCF51F90
  a a2a:Record ;
  rdfs:label "Doop op 8 december 1675 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_875A90BE-9FEC-4F3E-BBA2-3AFACCF51F90_Person3716580003, oa:person_srt_875A90BE-9FEC-4F3E-BBA2-3AFACCF51F90_Person3716580004, oa:person_srt_875A90BE-9FEC-4F3E-BBA2-3AFACCF51F90_Person3716580005, oa:person_srt_875A90BE-9FEC-4F3E-BBA2-3AFACCF51F90_Person3716580006, oa:person_srt_875A90BE-9FEC-4F3E-BBA2-3AFACCF51F90_Person3716580007 ;
  a2a:hasEvent oa:event_srt_875A90BE-9FEC-4F3E-BBA2-3AFACCF51F90_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_875A90BE-9FEC-4F3E-BBA2-3AFACCF51F90_0, oa:relationep_srt_875A90BE-9FEC-4F3E-BBA2-3AFACCF51F90_1, oa:relationep_srt_875A90BE-9FEC-4F3E-BBA2-3AFACCF51F90_2, oa:relationep_srt_875A90BE-9FEC-4F3E-BBA2-3AFACCF51F90_3, oa:relationep_srt_875A90BE-9FEC-4F3E-BBA2-3AFACCF51F90_4 ;
  a2a:hasSource oa:source_srt_875A90BE-9FEC-4F3E-BBA2-3AFACCF51F90 .

oa:person_srt_875A90BE-9FEC-4F3E-BBA2-3AFACCF51F90_Person3716580003
  a a2a:Person ;
  rdfs:label "Aelbert" ;
  a2a:PersonName [
    rdfs:label "Aelbert" ;
    a2a:PersonNameFirstName "Aelbert"
  ] .

oa:person_srt_875A90BE-9FEC-4F3E-BBA2-3AFACCF51F90_Person3716580004
  a a2a:Person ;
  rdfs:label "Jan Aelbersse" ;
  a2a:PersonName [
    rdfs:label "Jan Aelbersse" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Aelbersse"
  ] .

oa:person_srt_875A90BE-9FEC-4F3E-BBA2-3AFACCF51F90_Person3716580005
  a a2a:Person ;
  rdfs:label "Maertie Jans" ;
  a2a:PersonName [
    rdfs:label "Maertie Jans" ;
    a2a:PersonNameFirstName "Maertie" ;
    a2a:PersonNameLastName "Jans"
  ] .

oa:person_srt_875A90BE-9FEC-4F3E-BBA2-3AFACCF51F90_Person3716580006
  a a2a:Person ;
  rdfs:label "Annetie Fransse" ;
  a2a:PersonName [
    rdfs:label "Annetie Fransse" ;
    a2a:PersonNameFirstName "Annetie" ;
    a2a:PersonNameLastName "Fransse"
  ] .

oa:person_srt_875A90BE-9FEC-4F3E-BBA2-3AFACCF51F90_Person3716580007
  a a2a:Person ;
  rdfs:label "Barber de Nijs" ;
  a2a:PersonName [
    rdfs:label "Barber de Nijs" ;
    a2a:PersonNameFirstName "Barber" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Nijs"
  ] .

oa:event_srt_875A90BE-9FEC-4F3E-BBA2-3AFACCF51F90_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1675" ;
    a2a:Month "12" ;
    a2a:Day "08" ;
    rdfs:label "1675-12-08"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_875A90BE-9FEC-4F3E-BBA2-3AFACCF51F90_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_srt_875A90BE-9FEC-4F3E-BBA2-3AFACCF51F90_Person3716580003 ;
  a2a:EventKeyRef oa:event_srt_875A90BE-9FEC-4F3E-BBA2-3AFACCF51F90_Event1 .

oa:relationep_srt_875A90BE-9FEC-4F3E-BBA2-3AFACCF51F90_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_srt_875A90BE-9FEC-4F3E-BBA2-3AFACCF51F90_Person3716580004 ;
  a2a:EventKeyRef oa:event_srt_875A90BE-9FEC-4F3E-BBA2-3AFACCF51F90_Event1 .

oa:relationep_srt_875A90BE-9FEC-4F3E-BBA2-3AFACCF51F90_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_srt_875A90BE-9FEC-4F3E-BBA2-3AFACCF51F90_Person3716580005 ;
  a2a:EventKeyRef oa:event_srt_875A90BE-9FEC-4F3E-BBA2-3AFACCF51F90_Event1 .

oa:relationep_srt_875A90BE-9FEC-4F3E-BBA2-3AFACCF51F90_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_srt_875A90BE-9FEC-4F3E-BBA2-3AFACCF51F90_Person3716580006 ;
  a2a:EventKeyRef oa:event_srt_875A90BE-9FEC-4F3E-BBA2-3AFACCF51F90_Event1 .

oa:relationep_srt_875A90BE-9FEC-4F3E-BBA2-3AFACCF51F90_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_srt_875A90BE-9FEC-4F3E-BBA2-3AFACCF51F90_Person3716580007 ;
  a2a:EventKeyRef oa:event_srt_875A90BE-9FEC-4F3E-BBA2-3AFACCF51F90_Event1 .

oa:source_srt_875A90BE-9FEC-4F3E-BBA2-3AFACCF51F90
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Country "Nederland" ;
    rdfs:label "Nederland", "1675-12-08 - 1675-12-08"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1675-12-08"^^xsd:date ;
    a2a:SourceIndexDateTo "1675-12-08"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "08-12-1675" ;
    a2a:Year "1675" ;
    a2a:Month "12" ;
    a2a:Day "08" ;
    rdfs:label "08-12-1675"
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Rotterdam" ;
    a2a:Place "Rotterdam" ;
    a2a:Collection "Doopregisters, Trouwregisters, Begraafregisters Rotterdam (DTB)" ;
    a2a:Book "Doop gereformeerd" ;
    a2a:RegistryNumber "13" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Doopregisters, Trouwregisters, Begraafregisters Rotterdam (DTB), Doop gereformeerd, 13"
  ] ;
  a2a:SourceLastChangeDate "2025-06-05"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/875A90BE9FEC4F3EBBA23AFACCF51F90" ;
  a2a:RecordIdentifier "3716580002" ;
  a2a:RecordGUID "{875A90BE-9FEC-4F3E-BBA2-3AFACCF51F90}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/976B9D69C5E34BF2AFF0AD510FAA1121" .

