@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_rar_58bc0d5b-c0c9-061b-65f5-e06efbef5e32
  a a2a:Record ;
  rdfs:label "Geboorte op 14 september 1917 te Brakel" ;
  a2a:hasPerson oa:person_rar_58bc0d5b-c0c9-061b-65f5-e06efbef5e32_Person1, oa:person_rar_58bc0d5b-c0c9-061b-65f5-e06efbef5e32_Person2, oa:person_rar_58bc0d5b-c0c9-061b-65f5-e06efbef5e32_Person3 ;
  a2a:hasEvent oa:event_rar_58bc0d5b-c0c9-061b-65f5-e06efbef5e32_Event1 ;
  a2a:hasRelationEP oa:relationep_rar_58bc0d5b-c0c9-061b-65f5-e06efbef5e32_0, oa:relationep_rar_58bc0d5b-c0c9-061b-65f5-e06efbef5e32_1, oa:relationep_rar_58bc0d5b-c0c9-061b-65f5-e06efbef5e32_2 ;
  a2a:hasSource oa:source_rar_58bc0d5b-c0c9-061b-65f5-e06efbef5e32 .

oa:person_rar_58bc0d5b-c0c9-061b-65f5-e06efbef5e32_Person1
  a a2a:Person ;
  rdfs:label "Catharina Maria van der Corput" ;
  a2a:PersonName [
    rdfs:label "Catharina Maria van der Corput" ;
    a2a:PersonNameFirstName "Catharina Maria" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Corput"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_rar_58bc0d5b-c0c9-061b-65f5-e06efbef5e32_Person2
  a a2a:Person ;
  rdfs:label "Arnoldus Lodevicus van der Corput" ;
  a2a:PersonName [
    rdfs:label "Arnoldus Lodevicus van der Corput" ;
    a2a:PersonNameFirstName "Arnoldus Lodevicus" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Corput"
  ] .

oa:person_rar_58bc0d5b-c0c9-061b-65f5-e06efbef5e32_Person3
  a a2a:Person ;
  rdfs:label "Anna Snel" ;
  a2a:PersonName [
    rdfs:label "Anna Snel" ;
    a2a:PersonNameFirstName "Anna" ;
    a2a:PersonNameLastName "Snel"
  ] .

oa:event_rar_58bc0d5b-c0c9-061b-65f5-e06efbef5e32_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1917" ;
    a2a:Month "9" ;
    a2a:Day "14" ;
    rdfs:label "1917-09-14"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Brakel" ;
    rdfs:label "Brakel"
  ] ;
  a2a:EventRemark186_Moeder "Anna Snel" .

oa:relationep_rar_58bc0d5b-c0c9-061b-65f5-e06efbef5e32_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rar_58bc0d5b-c0c9-061b-65f5-e06efbef5e32_Person1 ;
  a2a:EventKeyRef oa:event_rar_58bc0d5b-c0c9-061b-65f5-e06efbef5e32_Event1 .

oa:relationep_rar_58bc0d5b-c0c9-061b-65f5-e06efbef5e32_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rar_58bc0d5b-c0c9-061b-65f5-e06efbef5e32_Person2 ;
  a2a:EventKeyRef oa:event_rar_58bc0d5b-c0c9-061b-65f5-e06efbef5e32_Event1 .

oa:relationep_rar_58bc0d5b-c0c9-061b-65f5-e06efbef5e32_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rar_58bc0d5b-c0c9-061b-65f5-e06efbef5e32_Person3 ;
  a2a:EventKeyRef oa:event_rar_58bc0d5b-c0c9-061b-65f5-e06efbef5e32_Event1 .

oa:source_rar_58bc0d5b-c0c9-061b-65f5-e06efbef5e32
  a a2a:Source ;
  rdfs:label "Regionaal Archief Rivierenland, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Tiel" ;
    rdfs:label "Tiel", "1917-01-01 - 1917-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1917-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1917-12-31"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Rivierenland" ;
    a2a:Place "Brakel" ;
    a2a:Collection "Geboorte 1917" ;
    a2a:DocumentNumber "37" ;
    a2a:RegistryNumber "5214" ;
    rdfs:label "Regionaal Archief Rivierenland, Brakel, Geboorte 1917, 37, 5214"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:UriViewer "http://www.archieven.nl/nl/zoeken?mivast=102&miadt=102&miaet=54&micode=3151-5214&minr=6659207&miview=ldt"
  ] ;
  a2a:SourceLastChangeDate "2016-03-14"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://www.archieven.nl/nl/zoeken?mivast=102&miadt=102&miaet=54&micode=3151-5214&minr=6659207&miview=ldt" ;
  a2a:RecordGUID "{58bc0d5b-c0c9-061b-65f5-e06efbef5e32}" ;
  a2a:SourceRemarkProvenance "MI bestand NL-TlRAR_3151-5214_54_MI.xml van RAR" .

