@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_03CC25C2-CA33-471E-8BF6-5B8C26EB88E1
  a a2a:Record ;
  rdfs:label "Registratie (in het jaar 1820)" ;
  a2a:hasPerson oa:person_dev_03CC25C2-CA33-471E-8BF6-5B8C26EB88E1_Person1 ;
  a2a:hasEvent oa:event_dev_03CC25C2-CA33-471E-8BF6-5B8C26EB88E1_Event1 ;
  a2a:hasRelationEP oa:relationep_dev_03CC25C2-CA33-471E-8BF6-5B8C26EB88E1_0 ;
  a2a:hasSource oa:source_dev_03CC25C2-CA33-471E-8BF6-5B8C26EB88E1 .

oa:person_dev_03CC25C2-CA33-471E-8BF6-5B8C26EB88E1_Person1
  a a2a:Person ;
  rdfs:label "Simon van Booma" ;
  a2a:PersonName [
    rdfs:label "Simon van Booma" ;
    a2a:PersonNameFirstName "Simon" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Booma"
  ] ;
  a2a:BirthDate [
    a2a:Year "1820" ;
    a2a:Month "2" ;
    a2a:Day "16" ;
    rdfs:label "1820-02-16"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Leijden" ;
    rdfs:label "Leijden"
  ] .

oa:event_dev_03CC25C2-CA33-471E-8BF6-5B8C26EB88E1_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" .

oa:relationep_dev_03CC25C2-CA33-471E-8BF6-5B8C26EB88E1_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_dev_03CC25C2-CA33-471E-8BF6-5B8C26EB88E1_Person1 ;
  a2a:EventKeyRef oa:event_dev_03CC25C2-CA33-471E-8BF6-5B8C26EB88E1_Event1 .

oa:source_dev_03CC25C2-CA33-471E-8BF6-5B8C26EB88E1
  a a2a:Source ;
  rdfs:label "Collectie Overijssel, locatie Deventer, Bevolkingsregister" ;
  a2a:SourcePlace [
    a2a:Place "Deventer" ;
    rdfs:label "Deventer", "1820-01-01 - 1820-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1820-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1820-12-31"^^xsd:date
  ] ;
  a2a:SourceType "Bevolkingsregister" ;
  a2a:SourceReference [
    a2a:InstitutionName "Collectie Overijssel, locatie Deventer" ;
    a2a:Place "Deventer" ;
    a2a:Collection "Bevolkingsregister Deventer 1849-1859" ;
    a2a:RegistryNumber "2552" ;
    rdfs:label "Collectie Overijssel, locatie Deventer, Deventer, Bevolkingsregister Deventer 1849-1859, 2552"
  ] ;
  a2a:SourceLastChangeDate "2024-11-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://proxy.archieven.nl/45/03CC25C2CA33471E8BF65B8C26EB88E1" ;
  a2a:RecordGUID "{03CC25C2-CA33-471E-8BF6-5B8C26EB88E1}" ;
  a2a:SourceRemarkProvenance "File mi/NL-DvCO_1414_2552_54_MI.xml was fetched on 2024-11-03 via dataset https://opendata.archieven.nl/dataset/FCF2DC8C507D41A493371386460C1D7D part of sets Open_data/Open_data_45 and processed with function MAISinternet::handle_br_record" ;
  a2a:SourceRemarkRights "Public Domain Dedication" .

