@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_dev_2A31C125-2508-4AE2-9151-ACDB879B4F2C
  a a2a:Record ;
  rdfs:label "Registratie (in het jaar 1863)" ;
  a2a:hasPerson oa:person_dev_2A31C125-2508-4AE2-9151-ACDB879B4F2C_Person1 ;
  a2a:hasEvent oa:event_dev_2A31C125-2508-4AE2-9151-ACDB879B4F2C_Event1 ;
  a2a:hasRelationEP oa:relationep_dev_2A31C125-2508-4AE2-9151-ACDB879B4F2C_0 ;
  a2a:hasSource oa:source_dev_2A31C125-2508-4AE2-9151-ACDB879B4F2C .

oa:person_dev_2A31C125-2508-4AE2-9151-ACDB879B4F2C_Person1
  a a2a:Person ;
  rdfs:label "Gerrit Jan Marinus Lambers" ;
  a2a:PersonName [
    rdfs:label "Gerrit Jan Marinus Lambers" ;
    a2a:PersonNameFirstName "Gerrit Jan Marinus" ;
    a2a:PersonNameLastName "Lambers"
  ] ;
  a2a:BirthDate [
    a2a:Year "1863" ;
    a2a:Month "10" ;
    a2a:Day "18" ;
    rdfs:label "1863-10-18"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Deventer O" ;
    rdfs:label "Deventer O"
  ] .

oa:event_dev_2A31C125-2508-4AE2-9151-ACDB879B4F2C_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" .

oa:relationep_dev_2A31C125-2508-4AE2-9151-ACDB879B4F2C_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_dev_2A31C125-2508-4AE2-9151-ACDB879B4F2C_Person1 ;
  a2a:EventKeyRef oa:event_dev_2A31C125-2508-4AE2-9151-ACDB879B4F2C_Event1 .

oa:source_dev_2A31C125-2508-4AE2-9151-ACDB879B4F2C
  a a2a:Source ;
  rdfs:label "Collectie Overijssel, locatie Deventer, Bevolkingsregister" ;
  a2a:SourcePlace [
    a2a:Place "Deventer" ;
    rdfs:label "Deventer", "1863-01-01 - 1863-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1863-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1863-12-31"^^xsd:date
  ] ;
  a2a:SourceType "Bevolkingsregister" ;
  a2a:SourceReference [
    a2a:InstitutionName "Collectie Overijssel, locatie Deventer" ;
    a2a:Place "Deventer" ;
    a2a:Collection "NTNI_1411_15" ;
    a2a:RegistryNumber "15" ;
    rdfs:label "Collectie Overijssel, locatie Deventer, Deventer, NTNI_1411_15, 15"
  ] ;
  a2a:SourceLastChangeDate "2025-05-05"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://proxy.archieven.nl/45/2A31C12525084AE29151ACDB879B4F2C" ;
  a2a:RecordGUID "{2A31C125-2508-4AE2-9151-ACDB879B4F2C}" ;
  a2a:SourceRemarkProvenance "File mi/NL-DvCO_1411_15_54_MI.xml was fetched on 2025-05-05 via dataset https://opendata.archieven.nl/dataset/94C473A5F8EC43CE934818FF9D6BF71D part of sets Open_data/Open_data_45 and processed with function MAISinternet::handle_br_record" ;
  a2a:SourceRemarkRights "Public Domain Dedication" .

