@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_rhe_97AF88B7-80B2-4FFF-9F9A-9FEB2CCC8FDD
  a a2a:Record ;
  rdfs:label "Doop op 16 januari 1786 te Asten" ;
  a2a:hasPerson oa:person_rhe_97AF88B7-80B2-4FFF-9F9A-9FEB2CCC8FDD_Person596045343, oa:person_rhe_97AF88B7-80B2-4FFF-9F9A-9FEB2CCC8FDD_Person596045344, oa:person_rhe_97AF88B7-80B2-4FFF-9F9A-9FEB2CCC8FDD_Person596045345, oa:person_rhe_97AF88B7-80B2-4FFF-9F9A-9FEB2CCC8FDD_Person596045347, oa:person_rhe_97AF88B7-80B2-4FFF-9F9A-9FEB2CCC8FDD_Person596045346 ;
  a2a:hasEvent oa:event_rhe_97AF88B7-80B2-4FFF-9F9A-9FEB2CCC8FDD_Event1 ;
  a2a:hasRelationEP oa:relationep_rhe_97AF88B7-80B2-4FFF-9F9A-9FEB2CCC8FDD_0, oa:relationep_rhe_97AF88B7-80B2-4FFF-9F9A-9FEB2CCC8FDD_1, oa:relationep_rhe_97AF88B7-80B2-4FFF-9F9A-9FEB2CCC8FDD_2, oa:relationep_rhe_97AF88B7-80B2-4FFF-9F9A-9FEB2CCC8FDD_3, oa:relationep_rhe_97AF88B7-80B2-4FFF-9F9A-9FEB2CCC8FDD_4 ;
  a2a:hasSource oa:source_rhe_97AF88B7-80B2-4FFF-9F9A-9FEB2CCC8FDD .

oa:person_rhe_97AF88B7-80B2-4FFF-9F9A-9FEB2CCC8FDD_Person596045343
  a a2a:Person ;
  rdfs:label "Wilhelmus Stevens" ;
  a2a:PersonName [
    rdfs:label "Wilhelmus Stevens" ;
    a2a:PersonNameFirstName "Wilhelmus" ;
    a2a:PersonNameLastName "Stevens"
  ] .

oa:person_rhe_97AF88B7-80B2-4FFF-9F9A-9FEB2CCC8FDD_Person596045344
  a a2a:Person ;
  rdfs:label "Henricus Joannis Stevens" ;
  a2a:PersonName [
    rdfs:label "Henricus Joannis Stevens" ;
    a2a:PersonNameFirstName "Henricus Joannis" ;
    a2a:PersonNameLastName "Stevens"
  ] .

oa:person_rhe_97AF88B7-80B2-4FFF-9F9A-9FEB2CCC8FDD_Person596045345
  a a2a:Person ;
  rdfs:label "Anna Henrici van den Eenselaer" ;
  a2a:PersonName [
    rdfs:label "Anna Henrici van den Eenselaer" ;
    a2a:PersonNameFirstName "Anna Henrici" ;
    a2a:PersonNamePrefixLastName "van den" ;
    a2a:PersonNameLastName "Eenselaer"
  ] .

oa:person_rhe_97AF88B7-80B2-4FFF-9F9A-9FEB2CCC8FDD_Person596045347
  a a2a:Person ;
  rdfs:label "Helena Steven Janssens" ;
  a2a:PersonName [
    rdfs:label "Helena Steven Janssens" ;
    a2a:PersonNameFirstName "Helena Steven" ;
    a2a:PersonNameLastName "Janssens"
  ] .

oa:person_rhe_97AF88B7-80B2-4FFF-9F9A-9FEB2CCC8FDD_Person596045346
  a a2a:Person ;
  rdfs:label "Antonius Philippi Lintermans" ;
  a2a:PersonName [
    rdfs:label "Antonius Philippi Lintermans" ;
    a2a:PersonNameFirstName "Antonius Philippi" ;
    a2a:PersonNameLastName "Lintermans"
  ] .

oa:event_rhe_97AF88B7-80B2-4FFF-9F9A-9FEB2CCC8FDD_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:LiteralDate "16-01-1786" ;
    a2a:Year "1786" ;
    a2a:Month "01" ;
    a2a:Day "16" ;
    rdfs:label "1786-01-16"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Asten" ;
    rdfs:label "Asten"
  ] .

oa:relationep_rhe_97AF88B7-80B2-4FFF-9F9A-9FEB2CCC8FDD_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rhe_97AF88B7-80B2-4FFF-9F9A-9FEB2CCC8FDD_Person596045343 ;
  a2a:EventKeyRef oa:event_rhe_97AF88B7-80B2-4FFF-9F9A-9FEB2CCC8FDD_Event1 .

oa:relationep_rhe_97AF88B7-80B2-4FFF-9F9A-9FEB2CCC8FDD_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rhe_97AF88B7-80B2-4FFF-9F9A-9FEB2CCC8FDD_Person596045344 ;
  a2a:EventKeyRef oa:event_rhe_97AF88B7-80B2-4FFF-9F9A-9FEB2CCC8FDD_Event1 .

oa:relationep_rhe_97AF88B7-80B2-4FFF-9F9A-9FEB2CCC8FDD_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rhe_97AF88B7-80B2-4FFF-9F9A-9FEB2CCC8FDD_Person596045345 ;
  a2a:EventKeyRef oa:event_rhe_97AF88B7-80B2-4FFF-9F9A-9FEB2CCC8FDD_Event1 .

oa:relationep_rhe_97AF88B7-80B2-4FFF-9F9A-9FEB2CCC8FDD_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_rhe_97AF88B7-80B2-4FFF-9F9A-9FEB2CCC8FDD_Person596045347 ;
  a2a:EventKeyRef oa:event_rhe_97AF88B7-80B2-4FFF-9F9A-9FEB2CCC8FDD_Event1 .

oa:relationep_rhe_97AF88B7-80B2-4FFF-9F9A-9FEB2CCC8FDD_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_rhe_97AF88B7-80B2-4FFF-9F9A-9FEB2CCC8FDD_Person596045346 ;
  a2a:EventKeyRef oa:event_rhe_97AF88B7-80B2-4FFF-9F9A-9FEB2CCC8FDD_Event1 .

oa:source_rhe_97AF88B7-80B2-4FFF-9F9A-9FEB2CCC8FDD
  a a2a:Source ;
  rdfs:label "Regionaal Historisch Centrum Eindhoven, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Asten" ;
    a2a:Country "Nederland" ;
    rdfs:label "Asten, Nederland", "1786-01-16 - 1786-01-16"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1786-01-16"^^xsd:date ;
    a2a:SourceIndexDateTo "1786-01-16"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "16-01-1786" ;
    a2a:Year "1786" ;
    a2a:Month "01" ;
    a2a:Day "16" ;
    rdfs:label "16-01-1786"
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Historisch Centrum Eindhoven" ;
    a2a:Place "Eindhoven" ;
    a2a:Collection "Doop-, trouw- en begraafboek Asten" ;
    a2a:RegistryNumber "60.8" ;
    rdfs:label "Regionaal Historisch Centrum Eindhoven, Eindhoven, Doop-, trouw- en begraafboek Asten, 60.8"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "http://www.archieven.nl/mi/48/?mivast=48&miadt=48&miaet=54&micode=DTB_Asten_10225_60.8&minr=11924318&miview=ldt" ;
    a2a:UriViewer "http://www.archieven.nl/mi/48/?mivast=48&miadt=48&miaet=54&micode=DTB_Asten_10225_60.8&minr=11924318&miview=ldt" ;
    a2a:UriPreview "http://files.archieven.nl/php/get_thumb.php?adt_id=48&toegang=10225&file=60.8\\00000.jpg"
  ] ;
  a2a:SourceLastChangeDate "2015-07-18"^^xsd:date ;
  a2a:RecordIdentifier "596045342" ;
  a2a:RecordGUID "{97AF88B7-80B2-4FFF-9F9A-9FEB2CCC8FDD}" .

