@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_arg_CAA0B2EC-BCF5-4358-8EEE-5F29799F4FD8
  a a2a:Record ;
  rdfs:label "Doop op 10 oktober 1632" ;
  a2a:hasPerson oa:person_arg_CAA0B2EC-BCF5-4358-8EEE-5F29799F4FD8_Person1, oa:person_arg_CAA0B2EC-BCF5-4358-8EEE-5F29799F4FD8_Person2, oa:person_arg_CAA0B2EC-BCF5-4358-8EEE-5F29799F4FD8_Person3, oa:person_arg_CAA0B2EC-BCF5-4358-8EEE-5F29799F4FD8_Person4, oa:person_arg_CAA0B2EC-BCF5-4358-8EEE-5F29799F4FD8_Person5 ;
  a2a:hasEvent oa:event_arg_CAA0B2EC-BCF5-4358-8EEE-5F29799F4FD8_Event1 ;
  a2a:hasRelationEP oa:relationep_arg_CAA0B2EC-BCF5-4358-8EEE-5F29799F4FD8_0, oa:relationep_arg_CAA0B2EC-BCF5-4358-8EEE-5F29799F4FD8_1, oa:relationep_arg_CAA0B2EC-BCF5-4358-8EEE-5F29799F4FD8_2, oa:relationep_arg_CAA0B2EC-BCF5-4358-8EEE-5F29799F4FD8_3, oa:relationep_arg_CAA0B2EC-BCF5-4358-8EEE-5F29799F4FD8_4 ;
  a2a:hasSource oa:source_arg_CAA0B2EC-BCF5-4358-8EEE-5F29799F4FD8 .

oa:person_arg_CAA0B2EC-BCF5-4358-8EEE-5F29799F4FD8_Person1
  a a2a:Person ;
  rdfs:label "Jan Doopinschrijving Jan" ;
  a2a:PersonName [
    rdfs:label "Jan Doopinschrijving Jan" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Doopinschrijving Jan"
  ] ;
  a2a:Religion "Nederduits-gereformeerd" .

oa:person_arg_CAA0B2EC-BCF5-4358-8EEE-5F29799F4FD8_Person2
  a a2a:Person ;
  rdfs:label "Willem Jansz" ;
  a2a:PersonName [
    rdfs:label "Willem Jansz" ;
    a2a:PersonNameFirstName "Willem Jansz"
  ] .

oa:person_arg_CAA0B2EC-BCF5-4358-8EEE-5F29799F4FD8_Person3
  a a2a:Person ;
  rdfs:label "Aefgen Willems" ;
  a2a:PersonName [
    rdfs:label "Aefgen Willems" ;
    a2a:PersonNameFirstName "Aefgen Willems"
  ] .

oa:person_arg_CAA0B2EC-BCF5-4358-8EEE-5F29799F4FD8_Person4
  a a2a:Person ;
  rdfs:label "Willem Jansen" ;
  a2a:PersonName [
    rdfs:label "Willem Jansen" ;
    a2a:PersonNameLastName "Willem Jansen"
  ] .

oa:person_arg_CAA0B2EC-BCF5-4358-8EEE-5F29799F4FD8_Person5
  a a2a:Person ;
  rdfs:label "Maertgen Willems" ;
  a2a:PersonName [
    rdfs:label "Maertgen Willems" ;
    a2a:PersonNameLastName "Maertgen Willems"
  ] .

oa:event_arg_CAA0B2EC-BCF5-4358-8EEE-5F29799F4FD8_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1632" ;
    a2a:Month "10" ;
    a2a:Day "10" ;
    rdfs:label "1632-10-10"^^xsd:date
  ] ;
  a2a:EventRemark186_Moeder "Aefgen Willems" .

oa:relationep_arg_CAA0B2EC-BCF5-4358-8EEE-5F29799F4FD8_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_arg_CAA0B2EC-BCF5-4358-8EEE-5F29799F4FD8_Person1 ;
  a2a:EventKeyRef oa:event_arg_CAA0B2EC-BCF5-4358-8EEE-5F29799F4FD8_Event1 .

oa:relationep_arg_CAA0B2EC-BCF5-4358-8EEE-5F29799F4FD8_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_arg_CAA0B2EC-BCF5-4358-8EEE-5F29799F4FD8_Person2 ;
  a2a:EventKeyRef oa:event_arg_CAA0B2EC-BCF5-4358-8EEE-5F29799F4FD8_Event1 .

oa:relationep_arg_CAA0B2EC-BCF5-4358-8EEE-5F29799F4FD8_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_arg_CAA0B2EC-BCF5-4358-8EEE-5F29799F4FD8_Person3 ;
  a2a:EventKeyRef oa:event_arg_CAA0B2EC-BCF5-4358-8EEE-5F29799F4FD8_Event1 .

oa:relationep_arg_CAA0B2EC-BCF5-4358-8EEE-5F29799F4FD8_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_arg_CAA0B2EC-BCF5-4358-8EEE-5F29799F4FD8_Person4 ;
  a2a:EventKeyRef oa:event_arg_CAA0B2EC-BCF5-4358-8EEE-5F29799F4FD8_Event1 .

oa:relationep_arg_CAA0B2EC-BCF5-4358-8EEE-5F29799F4FD8_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_arg_CAA0B2EC-BCF5-4358-8EEE-5F29799F4FD8_Person5 ;
  a2a:EventKeyRef oa:event_arg_CAA0B2EC-BCF5-4358-8EEE-5F29799F4FD8_Event1 .

oa:source_arg_CAA0B2EC-BCF5-4358-8EEE-5F29799F4FD8
  a a2a:Source ;
  rdfs:label "Gemeentearchief Alphen aan den Rijn, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Alphen aan den Rijn" ;
    rdfs:label "Alphen aan den Rijn", "1632-01-01 - 1632-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1632-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1632-12-31"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gemeentearchief Alphen aan den Rijn" ;
    a2a:Place "Koudekerk" ;
    a2a:Collection "\"Doop- en trouwboeken\", 1624 - 1811." ;
    a2a:RegistryNumber "1" ;
    a2a:Folio "25v" ;
    rdfs:label "Gemeentearchief Alphen aan den Rijn, Koudekerk, \"Doop- en trouwboeken\", 1624 - 1811., 1, 25v"
  ] ;
  a2a:SourceLastChangeDate "2022-07-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://gemeentearchief.alphenaandenrijn.nl/collectie/?mivast=105&miadt=105&miaet=54&micode=145.1.11-1&minr=4974093&miview=ldt" ;
  a2a:RecordGUID "{CAA0B2EC-BCF5-4358-8EEE-5F29799F4FD8}" ;
  a2a:SourceRemarkProvenance "MI bestand NL-AlSARM_145111-1_54_MI.xml van ARG" .

