@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_ef927d2c-ea04-4d6e-b5bd-3cfc7e2e8b05
  a a2a:Record ;
  rdfs:label "Registratie (in het jaar 1818-1922)" ;
  a2a:hasPerson oa:person_ade_ef927d2c-ea04-4d6e-b5bd-3cfc7e2e8b05_Person1 ;
  a2a:hasEvent oa:event_ade_ef927d2c-ea04-4d6e-b5bd-3cfc7e2e8b05_Event1 ;
  a2a:hasRelationEP oa:relationep_ade_ef927d2c-ea04-4d6e-b5bd-3cfc7e2e8b05_0 ;
  a2a:hasSource oa:source_ade_ef927d2c-ea04-4d6e-b5bd-3cfc7e2e8b05 .

oa:person_ade_ef927d2c-ea04-4d6e-b5bd-3cfc7e2e8b05_Person1
  a a2a:Person ;
  rdfs:label "Albertus van Ruijven" ;
  a2a:PersonName [
    rdfs:label "Albertus van Ruijven" ;
    a2a:PersonNameFirstName "Albertus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Ruijven"
  ] ;
  a2a:BirthDate [
    a2a:Year "1878" ;
    a2a:Month "5" ;
    a2a:Day "13" ;
    rdfs:label "1878-05-13"^^xsd:date
  ] .

oa:event_ade_ef927d2c-ea04-4d6e-b5bd-3cfc7e2e8b05_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventPlace [
    a2a:Place "Delft" ;
    rdfs:label "Delft"
  ] .

oa:relationep_ade_ef927d2c-ea04-4d6e-b5bd-3cfc7e2e8b05_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_ade_ef927d2c-ea04-4d6e-b5bd-3cfc7e2e8b05_Person1 ;
  a2a:EventKeyRef oa:event_ade_ef927d2c-ea04-4d6e-b5bd-3cfc7e2e8b05_Event1 .

oa:source_ade_ef927d2c-ea04-4d6e-b5bd-3cfc7e2e8b05
  a a2a:Source ;
  rdfs:label "Archief Delft, Militieregisters" ;
  a2a:SourcePlace [
    a2a:Place "Delft" ;
    rdfs:label "Delft", "1818-01-01 - 1922-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1818-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1922-12-31"^^xsd:date
  ] ;
  a2a:SourceType "other:Militieregisters" ;
  a2a:SourceReference [
    a2a:InstitutionName "Archief Delft" ;
    a2a:Collection "Archief van de nationale militie, 1818-1941 [open data, versie 20160203]" ;
    a2a:Book "1897 (geboorte-jaar ingeschrevenen 1878)" ;
    a2a:RegistryNumber "80" ;
    a2a:Folio "34" ;
    rdfs:label "Archief Delft, Archief van de nationale militie, 1818-1941 [open data, versie 20160203], 1897 (geboorte-jaar ingeschrevenen 1878), 80, 34"
  ] ;
  a2a:SourceLastChangeDate "2019-03-19"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12115/NL-DtAD87497966" ;
  a2a:RecordGUID "{ef927d2c-ea04-4d6e-b5bd-3cfc7e2e8b05}" ;
  a2a:SourceRemarklink_EAD "https://data.stadsarchiefdelft.nl/inventarissen/pdf/0014.pdf" ;
  a2a:SourceRemarkProvenance "OPEN_DATA_Militieregisters.csv op 19-3-2019 gedownload vanaf https://www.stadsarchiefdelft.nl/vakinformatie/open-data/" .

