@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_3AB3B027-2A22-4F9B-AD2B-2FAD2DCE3CFD
  a a2a:Record ;
  rdfs:label "Doop op 10 januari 1630 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_3AB3B027-2A22-4F9B-AD2B-2FAD2DCE3CFD_Person2027917503, oa:person_srt_3AB3B027-2A22-4F9B-AD2B-2FAD2DCE3CFD_Person2027917504, oa:person_srt_3AB3B027-2A22-4F9B-AD2B-2FAD2DCE3CFD_Person2027917505, oa:person_srt_3AB3B027-2A22-4F9B-AD2B-2FAD2DCE3CFD_Person2027917506, oa:person_srt_3AB3B027-2A22-4F9B-AD2B-2FAD2DCE3CFD_Person2027917507, oa:person_srt_3AB3B027-2A22-4F9B-AD2B-2FAD2DCE3CFD_Person2027917508 ;
  a2a:hasEvent oa:event_srt_3AB3B027-2A22-4F9B-AD2B-2FAD2DCE3CFD_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_3AB3B027-2A22-4F9B-AD2B-2FAD2DCE3CFD_0, oa:relationep_srt_3AB3B027-2A22-4F9B-AD2B-2FAD2DCE3CFD_1, oa:relationep_srt_3AB3B027-2A22-4F9B-AD2B-2FAD2DCE3CFD_2, oa:relationep_srt_3AB3B027-2A22-4F9B-AD2B-2FAD2DCE3CFD_3, oa:relationep_srt_3AB3B027-2A22-4F9B-AD2B-2FAD2DCE3CFD_4, oa:relationep_srt_3AB3B027-2A22-4F9B-AD2B-2FAD2DCE3CFD_5 ;
  a2a:hasSource oa:source_srt_3AB3B027-2A22-4F9B-AD2B-2FAD2DCE3CFD .

oa:person_srt_3AB3B027-2A22-4F9B-AD2B-2FAD2DCE3CFD_Person2027917503
  a a2a:Person ;
  rdfs:label "Maria" ;
  a2a:PersonName [
    rdfs:label "Maria" ;
    a2a:PersonNameFirstName "Maria"
  ] .

oa:person_srt_3AB3B027-2A22-4F9B-AD2B-2FAD2DCE3CFD_Person2027917504
  a a2a:Person ;
  rdfs:label "Jacobus van Rivier" ;
  a2a:PersonName [
    rdfs:label "Jacobus van Rivier" ;
    a2a:PersonNameFirstName "Jacobus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Rivier"
  ] .

oa:person_srt_3AB3B027-2A22-4F9B-AD2B-2FAD2DCE3CFD_Person2027917505
  a a2a:Person ;
  rdfs:label "Catharina Vlemincks" ;
  a2a:PersonName [
    rdfs:label "Catharina Vlemincks" ;
    a2a:PersonNameFirstName "Catharina" ;
    a2a:PersonNameLastName "Vlemincks"
  ] .

oa:person_srt_3AB3B027-2A22-4F9B-AD2B-2FAD2DCE3CFD_Person2027917506
  a a2a:Person ;
  rdfs:label "Adrianus van der Fock" ;
  a2a:PersonName [
    rdfs:label "Adrianus van der Fock" ;
    a2a:PersonNameFirstName "Adrianus" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Fock"
  ] .

oa:person_srt_3AB3B027-2A22-4F9B-AD2B-2FAD2DCE3CFD_Person2027917507
  a a2a:Person ;
  rdfs:label "Henricus van Rijm" ;
  a2a:PersonName [
    rdfs:label "Henricus van Rijm" ;
    a2a:PersonNameFirstName "Henricus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Rijm"
  ] .

oa:person_srt_3AB3B027-2A22-4F9B-AD2B-2FAD2DCE3CFD_Person2027917508
  a a2a:Person ;
  rdfs:label "Catharina de Lange" ;
  a2a:PersonName [
    rdfs:label "Catharina de Lange" ;
    a2a:PersonNameFirstName "Catharina" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Lange"
  ] .

oa:event_srt_3AB3B027-2A22-4F9B-AD2B-2FAD2DCE3CFD_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:LiteralDate "10-01-1630" ;
    a2a:Year "1630" ;
    a2a:Month "01" ;
    a2a:Day "10" ;
    rdfs:label "1630-01-10"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_3AB3B027-2A22-4F9B-AD2B-2FAD2DCE3CFD_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_srt_3AB3B027-2A22-4F9B-AD2B-2FAD2DCE3CFD_Person2027917503 ;
  a2a:EventKeyRef oa:event_srt_3AB3B027-2A22-4F9B-AD2B-2FAD2DCE3CFD_Event1 .

oa:relationep_srt_3AB3B027-2A22-4F9B-AD2B-2FAD2DCE3CFD_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_srt_3AB3B027-2A22-4F9B-AD2B-2FAD2DCE3CFD_Person2027917504 ;
  a2a:EventKeyRef oa:event_srt_3AB3B027-2A22-4F9B-AD2B-2FAD2DCE3CFD_Event1 .

oa:relationep_srt_3AB3B027-2A22-4F9B-AD2B-2FAD2DCE3CFD_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_srt_3AB3B027-2A22-4F9B-AD2B-2FAD2DCE3CFD_Person2027917505 ;
  a2a:EventKeyRef oa:event_srt_3AB3B027-2A22-4F9B-AD2B-2FAD2DCE3CFD_Event1 .

oa:relationep_srt_3AB3B027-2A22-4F9B-AD2B-2FAD2DCE3CFD_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_srt_3AB3B027-2A22-4F9B-AD2B-2FAD2DCE3CFD_Person2027917506 ;
  a2a:EventKeyRef oa:event_srt_3AB3B027-2A22-4F9B-AD2B-2FAD2DCE3CFD_Event1 .

oa:relationep_srt_3AB3B027-2A22-4F9B-AD2B-2FAD2DCE3CFD_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_srt_3AB3B027-2A22-4F9B-AD2B-2FAD2DCE3CFD_Person2027917507 ;
  a2a:EventKeyRef oa:event_srt_3AB3B027-2A22-4F9B-AD2B-2FAD2DCE3CFD_Event1 .

oa:relationep_srt_3AB3B027-2A22-4F9B-AD2B-2FAD2DCE3CFD_5
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_srt_3AB3B027-2A22-4F9B-AD2B-2FAD2DCE3CFD_Person2027917508 ;
  a2a:EventKeyRef oa:event_srt_3AB3B027-2A22-4F9B-AD2B-2FAD2DCE3CFD_Event1 .

oa:source_srt_3AB3B027-2A22-4F9B-AD2B-2FAD2DCE3CFD
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1630-01-10 - 1630-01-10"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1630-01-10"^^xsd:date ;
    a2a:SourceIndexDateTo "1630-01-10"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "10-01-1630" ;
    a2a:Year "1630" ;
    a2a:Month "01" ;
    a2a:Day "10" ;
    rdfs:label "10-01-1630"
  ] ;
  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 "167" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Doopregisters, Trouwregisters, Begraafregisters Rotterdam (DTB), Doop rooms-katholiek / oud-katholiek Oppert; Trouw rooms-katholiek / oud-katholiek Oppert, 167"
  ] ;
  a2a:SourceLastChangeDate "2021-11-22"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/3AB3B0272A224F9BAD2B2FAD2DCE3CFD" ;
  a2a:RecordIdentifier "2027917502" ;
  a2a:RecordGUID "{3AB3B027-2A22-4F9B-AD2B-2FAD2DCE3CFD}" ;
  a2a:SourceRemarkOpmerking "getuige 1 pro getuige 2." ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/4553C08E813B4822AA0DD359B23F2D48" .

