@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_ade_353ea0e2-4023-11e5-b98a-e3c518216aba
  a a2a:Record ;
  rdfs:label "Registratie (in het jaar 1815-1938)" ;
  a2a:hasPerson oa:person_ade_353ea0e2-4023-11e5-b98a-e3c518216aba_Person1 ;
  a2a:hasEvent oa:event_ade_353ea0e2-4023-11e5-b98a-e3c518216aba_Event1 ;
  a2a:hasRelationEP oa:relationep_ade_353ea0e2-4023-11e5-b98a-e3c518216aba_0 ;
  a2a:hasSource oa:source_ade_353ea0e2-4023-11e5-b98a-e3c518216aba .

oa:person_ade_353ea0e2-4023-11e5-b98a-e3c518216aba_Person1
  a a2a:Person ;
  rdfs:label "Petrus Johannes Arens" ;
  a2a:PersonName [
    rdfs:label "Petrus Johannes Arens" ;
    a2a:PersonNameFirstName "Petrus Johannes" ;
    a2a:PersonNameLastName "Arens"
  ] ;
  a2a:BirthDate [
    a2a:Year "1886" ;
    a2a:Month "10" ;
    a2a:Day "26" ;
    rdfs:label "1886-10-26"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:event_ade_353ea0e2-4023-11e5-b98a-e3c518216aba_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventPlace [
    a2a:Place "Delft" ;
    rdfs:label "Delft"
  ] ;
  a2a:EventRemarkOpmerking "Dit record is onderdeel van een oudere, niet geheel betrouwbare, index die momenteel opnieuw wordt opgebouwd" .

oa:relationep_ade_353ea0e2-4023-11e5-b98a-e3c518216aba_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_ade_353ea0e2-4023-11e5-b98a-e3c518216aba_Person1 ;
  a2a:EventKeyRef oa:event_ade_353ea0e2-4023-11e5-b98a-e3c518216aba_Event1 .

oa:source_ade_353ea0e2-4023-11e5-b98a-e3c518216aba
  a a2a:Source ;
  rdfs:label "Archief Delft, Bevolkingsregister" ;
  a2a:SourcePlace [
    a2a:Place "Delft" ;
    rdfs:label "Delft", "1815-01-01 - 1938-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1815-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1938-12-31"^^xsd:date
  ] ;
  a2a:SourceType "Bevolkingsregister" ;
  a2a:SourceReference [
    a2a:InstitutionName "Archief Delft" ;
    a2a:Collection "Bevolkingsadministratie van Delft" ;
    a2a:Book "Registers II van in garnizoen liggende militairen, 1895-1920." ;
    a2a:RegistryNumber "00159" ;
    a2a:Folio "3" ;
    rdfs:label "Archief Delft, Bevolkingsadministratie van Delft, Registers II van in garnizoen liggende militairen, 1895-1920., 00159, 3"
  ] ;
  a2a:SourceLastChangeDate "2019-03-19"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://collectie-delft.nl/nadere-toegangen/weergave/akte/id/353ea0e2-4023-11e5-b98a-e3c518216aba" ;
  a2a:RecordGUID "{353ea0e2-4023-11e5-b98a-e3c518216aba}" ;
  a2a:SourceRemarklink_EAD "https://data.stadsarchiefdelft.nl/inventarissen/pdf/0016.pdf" ;
  a2a:SourceRemarkProvenance "OPEN_DATA_BR_Delft.csv op 19-3-2019 gedownload vanaf https://www.stadsarchiefdelft.nl/vakinformatie/open-data/" .

