@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_2D20CD20-7A0E-41C7-B8BF-CDD98ACD4D69
  a a2a:Record ;
  rdfs:label "Doop op 12 oktober 1642 te Asten" ;
  a2a:hasPerson oa:person_rhe_2D20CD20-7A0E-41C7-B8BF-CDD98ACD4D69_Person1037936694, oa:person_rhe_2D20CD20-7A0E-41C7-B8BF-CDD98ACD4D69_Person1037936695, oa:person_rhe_2D20CD20-7A0E-41C7-B8BF-CDD98ACD4D69_Person1037936697, oa:person_rhe_2D20CD20-7A0E-41C7-B8BF-CDD98ACD4D69_Person1037936696 ;
  a2a:hasEvent oa:event_rhe_2D20CD20-7A0E-41C7-B8BF-CDD98ACD4D69_Event1 ;
  a2a:hasRelationEP oa:relationep_rhe_2D20CD20-7A0E-41C7-B8BF-CDD98ACD4D69_0, oa:relationep_rhe_2D20CD20-7A0E-41C7-B8BF-CDD98ACD4D69_1, oa:relationep_rhe_2D20CD20-7A0E-41C7-B8BF-CDD98ACD4D69_2, oa:relationep_rhe_2D20CD20-7A0E-41C7-B8BF-CDD98ACD4D69_3 ;
  a2a:hasSource oa:source_rhe_2D20CD20-7A0E-41C7-B8BF-CDD98ACD4D69 .

oa:person_rhe_2D20CD20-7A0E-41C7-B8BF-CDD98ACD4D69_Person1037936694
  a a2a:Person ;
  rdfs:label "...thonius Canters" ;
  a2a:PersonName [
    rdfs:label "...thonius Canters" ;
    a2a:PersonNameFirstName "...thonius" ;
    a2a:PersonNameLastName "Canters"
  ] .

oa:person_rhe_2D20CD20-7A0E-41C7-B8BF-CDD98ACD4D69_Person1037936695
  a a2a:Person ;
  rdfs:label "Johannes Canters" ;
  a2a:PersonName [
    rdfs:label "Johannes Canters" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNameLastName "Canters"
  ] .

oa:person_rhe_2D20CD20-7A0E-41C7-B8BF-CDD98ACD4D69_Person1037936697
  a a2a:Person ;
  rdfs:label "Cat..." ;
  a2a:PersonName [
    rdfs:label "Cat..." ;
    a2a:PersonNameFirstName "Cat..."
  ] .

oa:person_rhe_2D20CD20-7A0E-41C7-B8BF-CDD98ACD4D69_Person1037936696
  a a2a:Person ;
  rdfs:label "Go..." ;
  a2a:PersonName [
    rdfs:label "Go..." ;
    a2a:PersonNameFirstName "Go..."
  ] .

oa:event_rhe_2D20CD20-7A0E-41C7-B8BF-CDD98ACD4D69_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:LiteralDate "12-10-1642" ;
    a2a:Year "1642" ;
    a2a:Month "10" ;
    a2a:Day "12" ;
    rdfs:label "1642-10-12"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Asten" ;
    rdfs:label "Asten"
  ] .

oa:relationep_rhe_2D20CD20-7A0E-41C7-B8BF-CDD98ACD4D69_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rhe_2D20CD20-7A0E-41C7-B8BF-CDD98ACD4D69_Person1037936694 ;
  a2a:EventKeyRef oa:event_rhe_2D20CD20-7A0E-41C7-B8BF-CDD98ACD4D69_Event1 .

oa:relationep_rhe_2D20CD20-7A0E-41C7-B8BF-CDD98ACD4D69_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rhe_2D20CD20-7A0E-41C7-B8BF-CDD98ACD4D69_Person1037936695 ;
  a2a:EventKeyRef oa:event_rhe_2D20CD20-7A0E-41C7-B8BF-CDD98ACD4D69_Event1 .

oa:relationep_rhe_2D20CD20-7A0E-41C7-B8BF-CDD98ACD4D69_2
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_rhe_2D20CD20-7A0E-41C7-B8BF-CDD98ACD4D69_Person1037936697 ;
  a2a:EventKeyRef oa:event_rhe_2D20CD20-7A0E-41C7-B8BF-CDD98ACD4D69_Event1 .

oa:relationep_rhe_2D20CD20-7A0E-41C7-B8BF-CDD98ACD4D69_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_rhe_2D20CD20-7A0E-41C7-B8BF-CDD98ACD4D69_Person1037936696 ;
  a2a:EventKeyRef oa:event_rhe_2D20CD20-7A0E-41C7-B8BF-CDD98ACD4D69_Event1 .

oa:source_rhe_2D20CD20-7A0E-41C7-B8BF-CDD98ACD4D69
  a a2a:Source ;
  rdfs:label "Regionaal Historisch Centrum Eindhoven, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Asten" ;
    a2a:Country "Nederland" ;
    rdfs:label "Asten, Nederland", "1642-10-12 - 1642-10-12"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1642-10-12"^^xsd:date ;
    a2a:SourceIndexDateTo "1642-10-12"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "12-10-1642" ;
    a2a:Year "1642" ;
    a2a:Month "10" ;
    a2a:Day "12" ;
    rdfs:label "12-10-1642"
  ] ;
  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.1" ;
    a2a:Folio "14" ;
    rdfs:label "Regionaal Historisch Centrum Eindhoven, Eindhoven, Doop-, trouw- en begraafboek Asten, 60.1, 14"
  ] ;
  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.1&minr=16815636&miview=ldt" ;
    a2a:UriViewer "http://www.archieven.nl/mi/48/?mivast=48&miadt=48&miaet=54&micode=DTB_Asten_10225_60.1&minr=16815636&miview=ldt" ;
    a2a:UriPreview "http://files.archieven.nl/php/get_thumb.php?adt_id=48&toegang=10225&file=60.1\\00017_D_Asten_0001_0013v-0014.jpg"
  ] ;
  a2a:SourceLastChangeDate "2017-07-13"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://www.archieven.nl/mi/48/?mivast=48&miadt=48&miaet=54&micode=DTB_Asten_10225_60.1&minr=16815636&miview=ldt" ;
  a2a:RecordIdentifier "1037936693" ;
  a2a:RecordGUID "{2D20CD20-7A0E-41C7-B8BF-CDD98ACD4D69}" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-EhvRHCE_DTB_Asten_10225_60.1_54_A2A.xml van RHE" .

