@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_raa_1467fbb7-a954-4d7b-9c0d-e4b5403c31ab
  a a2a:Record ;
  rdfs:label "Doop op 7 januari 1803 te De Rijp" ;
  a2a:hasPerson oa:person_raa_1467fbb7-a954-4d7b-9c0d-e4b5403c31ab_Person-d5da9058-938e-446f-9382-c77994872dae, oa:person_raa_1467fbb7-a954-4d7b-9c0d-e4b5403c31ab_Person-a631aeea-7a00-4ed7-a9fe-aa771c6a6553, oa:person_raa_1467fbb7-a954-4d7b-9c0d-e4b5403c31ab_Person-e526bc0f-b103-4050-8803-8c841f8c2ecc ;
  a2a:hasEvent oa:event_raa_1467fbb7-a954-4d7b-9c0d-e4b5403c31ab_Event1 ;
  a2a:hasRelationEP oa:relationep_raa_1467fbb7-a954-4d7b-9c0d-e4b5403c31ab_0, oa:relationep_raa_1467fbb7-a954-4d7b-9c0d-e4b5403c31ab_1, oa:relationep_raa_1467fbb7-a954-4d7b-9c0d-e4b5403c31ab_2 ;
  a2a:hasSource oa:source_raa_1467fbb7-a954-4d7b-9c0d-e4b5403c31ab .

oa:person_raa_1467fbb7-a954-4d7b-9c0d-e4b5403c31ab_Person-d5da9058-938e-446f-9382-c77994872dae
  a a2a:Person ;
  rdfs:label "Maartje Hemme" ;
  a2a:PersonName [
    rdfs:label "Maartje Hemme" ;
    a2a:PersonNameFirstName "Maartje" ;
    a2a:PersonNameLastName "Hemme"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_raa_1467fbb7-a954-4d7b-9c0d-e4b5403c31ab_Person-a631aeea-7a00-4ed7-a9fe-aa771c6a6553
  a a2a:Person ;
  rdfs:label "Frans Schols" ;
  a2a:PersonName [
    rdfs:label "Frans Schols" ;
    a2a:PersonNameFirstName "Frans" ;
    a2a:PersonNameLastName "Schols"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_raa_1467fbb7-a954-4d7b-9c0d-e4b5403c31ab_Person-e526bc0f-b103-4050-8803-8c841f8c2ecc
  a a2a:Person ;
  rdfs:label "Hermina (Hermijn)" ;
  a2a:PersonName [
    rdfs:label "Hermina (Hermijn)" ;
    a2a:PersonNameFirstName "Hermina (Hermijn)"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_raa_1467fbb7-a954-4d7b-9c0d-e4b5403c31ab_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1803" ;
    a2a:Month "1" ;
    a2a:Day "7" ;
    rdfs:label "1803-01-07"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "De Rijp" ;
    rdfs:label "De Rijp"
  ] ;
  a2a:EventReligion "Rooms Katholiek" .

oa:relationep_raa_1467fbb7-a954-4d7b-9c0d-e4b5403c31ab_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_raa_1467fbb7-a954-4d7b-9c0d-e4b5403c31ab_Person:d5da9058-938e-446f-9382-c77994872dae ;
  a2a:EventKeyRef oa:event_raa_1467fbb7-a954-4d7b-9c0d-e4b5403c31ab_Event1 .

oa:relationep_raa_1467fbb7-a954-4d7b-9c0d-e4b5403c31ab_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_raa_1467fbb7-a954-4d7b-9c0d-e4b5403c31ab_Person:a631aeea-7a00-4ed7-a9fe-aa771c6a6553 ;
  a2a:EventKeyRef oa:event_raa_1467fbb7-a954-4d7b-9c0d-e4b5403c31ab_Event1 .

oa:relationep_raa_1467fbb7-a954-4d7b-9c0d-e4b5403c31ab_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_raa_1467fbb7-a954-4d7b-9c0d-e4b5403c31ab_Person:e526bc0f-b103-4050-8803-8c841f8c2ecc ;
  a2a:EventKeyRef oa:event_raa_1467fbb7-a954-4d7b-9c0d-e4b5403c31ab_Event1 .

oa:source_raa_1467fbb7-a954-4d7b-9c0d-e4b5403c31ab
  a a2a:Source ;
  rdfs:label "Regionaal Archief Alkmaar, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "De Rijp" ;
    rdfs:label "De Rijp", "1803-01-07 - 1803-01-07"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1803-01-07"^^xsd:date ;
    a2a:SourceIndexDateTo "1803-01-07"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1803" ;
    a2a:Month "1" ;
    a2a:Day "7" ;
    rdfs:label "1803-01-07"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Alkmaar" ;
    a2a:Place "Alkmaar" ;
    a2a:Collection "Archiefnaam: Doop-, Trouw- en Begraafregister, Bron: Doopinschrijvingen (Rooms Katholiek, St. Bon..." ;
    a2a:Book "Doopinschrijvingen (Rooms Katholiek, St. Bonifatius)" ;
    a2a:RegistryNumber "23" ;
    a2a:Folio "87974" ;
    rdfs:label "Regionaal Archief Alkmaar, Alkmaar, Archiefnaam: Doop-, Trouw- en Begraafregister, Bron: Doopinschrijvingen (Rooms Katholiek, St. Bon..., Doopinschrijvingen (Rooms Katholiek, St. Bonifatius), 23, 87974"
  ] ;
  a2a:SourceLastChangeDate "2018-10-16"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchiefalkmaar.nl/collecties/personen-zoeken/zoeken-in-personen/deeds/1467fbb7-a954-4d7b-9c0d-e4b5403c31ab" ;
  a2a:RecordGUID "{1467fbb7-a954-4d7b-9c0d-e4b5403c31ab}" ;
  a2a:SourceRemarkOpmerking "N.B. 1771 januari 3-1811 april 29." ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231213_156_00000156.xml van RAA" .

