@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_1F1AF275-F7AE-480A-B9DF-9B005D10EB9E
  a a2a:Record ;
  rdfs:label "Doop op 31 augustus 1717 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_1F1AF275-F7AE-480A-B9DF-9B005D10EB9E_Person2033043976, oa:person_srt_1F1AF275-F7AE-480A-B9DF-9B005D10EB9E_Person2033043977, oa:person_srt_1F1AF275-F7AE-480A-B9DF-9B005D10EB9E_Person2033043978, oa:person_srt_1F1AF275-F7AE-480A-B9DF-9B005D10EB9E_Person2033043979, oa:person_srt_1F1AF275-F7AE-480A-B9DF-9B005D10EB9E_Person2033043980 ;
  a2a:hasEvent oa:event_srt_1F1AF275-F7AE-480A-B9DF-9B005D10EB9E_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_1F1AF275-F7AE-480A-B9DF-9B005D10EB9E_0, oa:relationep_srt_1F1AF275-F7AE-480A-B9DF-9B005D10EB9E_1, oa:relationep_srt_1F1AF275-F7AE-480A-B9DF-9B005D10EB9E_2, oa:relationep_srt_1F1AF275-F7AE-480A-B9DF-9B005D10EB9E_3, oa:relationep_srt_1F1AF275-F7AE-480A-B9DF-9B005D10EB9E_4 ;
  a2a:hasSource oa:source_srt_1F1AF275-F7AE-480A-B9DF-9B005D10EB9E .

oa:person_srt_1F1AF275-F7AE-480A-B9DF-9B005D10EB9E_Person2033043976
  a a2a:Person ;
  rdfs:label "Maria Regina" ;
  a2a:PersonName [
    rdfs:label "Maria Regina" ;
    a2a:PersonNameFirstName "Maria Regina"
  ] .

oa:person_srt_1F1AF275-F7AE-480A-B9DF-9B005D10EB9E_Person2033043977
  a a2a:Person ;
  rdfs:label "Thomas Essing" ;
  a2a:PersonName [
    rdfs:label "Thomas Essing" ;
    a2a:PersonNameFirstName "Thomas" ;
    a2a:PersonNameLastName "Essing"
  ] .

oa:person_srt_1F1AF275-F7AE-480A-B9DF-9B005D10EB9E_Person2033043978
  a a2a:Person ;
  rdfs:label "Ida Bussij" ;
  a2a:PersonName [
    rdfs:label "Ida Bussij" ;
    a2a:PersonNameFirstName "Ida" ;
    a2a:PersonNameLastName "Bussij"
  ] .

oa:person_srt_1F1AF275-F7AE-480A-B9DF-9B005D10EB9E_Person2033043979
  a a2a:Person ;
  rdfs:label "Andreas Bussij" ;
  a2a:PersonName [
    rdfs:label "Andreas Bussij" ;
    a2a:PersonNameFirstName "Andreas" ;
    a2a:PersonNameLastName "Bussij"
  ] .

oa:person_srt_1F1AF275-F7AE-480A-B9DF-9B005D10EB9E_Person2033043980
  a a2a:Person ;
  rdfs:label "Francisca Gijselvegt" ;
  a2a:PersonName [
    rdfs:label "Francisca Gijselvegt" ;
    a2a:PersonNameFirstName "Francisca" ;
    a2a:PersonNameLastName "Gijselvegt"
  ] .

oa:event_srt_1F1AF275-F7AE-480A-B9DF-9B005D10EB9E_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1717" ;
    a2a:Month "08" ;
    a2a:Day "31" ;
    rdfs:label "1717-08-31"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_1F1AF275-F7AE-480A-B9DF-9B005D10EB9E_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_srt_1F1AF275-F7AE-480A-B9DF-9B005D10EB9E_Person2033043976 ;
  a2a:EventKeyRef oa:event_srt_1F1AF275-F7AE-480A-B9DF-9B005D10EB9E_Event1 .

oa:relationep_srt_1F1AF275-F7AE-480A-B9DF-9B005D10EB9E_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_srt_1F1AF275-F7AE-480A-B9DF-9B005D10EB9E_Person2033043977 ;
  a2a:EventKeyRef oa:event_srt_1F1AF275-F7AE-480A-B9DF-9B005D10EB9E_Event1 .

oa:relationep_srt_1F1AF275-F7AE-480A-B9DF-9B005D10EB9E_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_srt_1F1AF275-F7AE-480A-B9DF-9B005D10EB9E_Person2033043978 ;
  a2a:EventKeyRef oa:event_srt_1F1AF275-F7AE-480A-B9DF-9B005D10EB9E_Event1 .

oa:relationep_srt_1F1AF275-F7AE-480A-B9DF-9B005D10EB9E_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_srt_1F1AF275-F7AE-480A-B9DF-9B005D10EB9E_Person2033043979 ;
  a2a:EventKeyRef oa:event_srt_1F1AF275-F7AE-480A-B9DF-9B005D10EB9E_Event1 .

oa:relationep_srt_1F1AF275-F7AE-480A-B9DF-9B005D10EB9E_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_srt_1F1AF275-F7AE-480A-B9DF-9B005D10EB9E_Person2033043980 ;
  a2a:EventKeyRef oa:event_srt_1F1AF275-F7AE-480A-B9DF-9B005D10EB9E_Event1 .

oa:source_srt_1F1AF275-F7AE-480A-B9DF-9B005D10EB9E
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Country "Nederland" ;
    rdfs:label "Nederland", "1717-08-31 - 1717-08-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1717-08-31"^^xsd:date ;
    a2a:SourceIndexDateTo "1717-08-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "31-08-1717" ;
    a2a:Year "1717" ;
    a2a:Month "08" ;
    a2a:Day "31" ;
    rdfs:label "31-08-1717"
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Rotterdam" ;
    a2a:Place "Rotterdam" ;
    a2a:Collection "Doopregisters, Trouwregisters, Begraafregisters Rotterdam (DTB)" ;
    a2a:Book "Doop rooms-katholiek / oud-katholiek Oppert; Trouw rooms-katholiek / oud-katholiek Oppert" ;
    a2a:RegistryNumber "168" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Doopregisters, Trouwregisters, Begraafregisters Rotterdam (DTB), Doop rooms-katholiek / oud-katholiek Oppert; Trouw rooms-katholiek / oud-katholiek Oppert, 168"
  ] ;
  a2a:SourceLastChangeDate "2025-06-05"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/1F1AF275F7AE480AB9DF9B005D10EB9E" ;
  a2a:RecordIdentifier "2033043975" ;
  a2a:RecordGUID "{1F1AF275-F7AE-480A-B9DF-9B005D10EB9E}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/F5ED0CBF45B34A92A3A69B0A3F062E33" .

