@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_b0f4af3c-fe80-416c-9319-e80a35cae25b
  a a2a:Record ;
  rdfs:label "Registratie (in het jaar 1818-1922)" ;
  a2a:hasPerson oa:person_ade_b0f4af3c-fe80-416c-9319-e80a35cae25b_Person1 ;
  a2a:hasEvent oa:event_ade_b0f4af3c-fe80-416c-9319-e80a35cae25b_Event1 ;
  a2a:hasRelationEP oa:relationep_ade_b0f4af3c-fe80-416c-9319-e80a35cae25b_0 ;
  a2a:hasSource oa:source_ade_b0f4af3c-fe80-416c-9319-e80a35cae25b .

oa:person_ade_b0f4af3c-fe80-416c-9319-e80a35cae25b_Person1
  a a2a:Person ;
  rdfs:label "Cornelis van Pagee" ;
  a2a:PersonName [
    rdfs:label "Cornelis van Pagee" ;
    a2a:PersonNameFirstName "Cornelis" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Pagee"
  ] ;
  a2a:BirthDate [
    a2a:Year "1853" ;
    a2a:Month "12" ;
    a2a:Day "20" ;
    rdfs:label "1853-12-20"^^xsd:date
  ] .

oa:event_ade_b0f4af3c-fe80-416c-9319-e80a35cae25b_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventPlace [
    a2a:Place "Delft" ;
    rdfs:label "Delft"
  ] .

oa:relationep_ade_b0f4af3c-fe80-416c-9319-e80a35cae25b_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_ade_b0f4af3c-fe80-416c-9319-e80a35cae25b_Person1 ;
  a2a:EventKeyRef oa:event_ade_b0f4af3c-fe80-416c-9319-e80a35cae25b_Event1 .

oa:source_ade_b0f4af3c-fe80-416c-9319-e80a35cae25b
  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 "1872 (geboorte-jaar ingeschrevenen 1853)" ;
    a2a:RegistryNumber "55" ;
    a2a:Folio "8" ;
    rdfs:label "Archief Delft, Archief van de nationale militie, 1818-1941 [open data, versie 20160203], 1872 (geboorte-jaar ingeschrevenen 1853), 55, 8"
  ] ;
  a2a:SourceLastChangeDate "2019-03-19"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12115/NL-DtAD87276914" ;
  a2a:RecordGUID "{b0f4af3c-fe80-416c-9319-e80a35cae25b}" ;
  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/" .

