Laws.Africa Research Guide
English
English
  • Welcome
  • GETTING STARTED
    • Lesson Plan
    • Digitising Legal Information
    • What is Akoma Ntoso
    • Signing Up
    • Terminology Guide
  • UNDERTAKING RESEARCH
    • Understanding Metadata
    • Identifying Metadata
      • Useful resources
      • Metadata in Gazettes
      • Metadata within legislation
  • MANAGING WORKS
    • Importing from Source Document
    • Indexing Legislation
      • commencements
    • Reviewing Works
    • Approving works
      • Principal Works
      • Subsidiary Work
  • Undertaking a Project
    • Starting a project
    • Project steps
    • PDF Naming Protocol
  • Consolidations
Powered by GitBook
On this page
  • Content, Structure and Presentation
  • Working with Akoma Ntoso
  1. GETTING STARTED

What is Akoma Ntoso

Akoma Ntoso is an XML markup standard for legislative documents. It captures rich metadata and structural information about legislation and allows a computer to automate common tasks.

Akoma Ntoso is a non-proprietary, open standard managed by OASIS.

Here's an example of what it looks like:

<section eId="sec_9">
  <num>9.</num>
  <heading>The rescue of stray dogs</heading>
  <content>
    <p eId="sec_9__p_1">
      A person who rescues a stray dog shall report the date
      and time of the rescue and a description of the dog
      to the Council within twenty four hours.
    </p>
  </content>
</section>

Content, Structure and Presentation

Akoma Ntoso separates content and structure from presentation.

  • Content is the words in a document (the black text in the example above).

  • Structure is the hierarchy, such as parts, chapters and sections (the blue text in the example above).

  • Presentation is the appearance and formatting of the document, such as font, text size, bold, underline and text justification. It's not included in the above example at all.

Treating these three elements separately makes it very easy to apply different presentations for different use cases, such as desktop, mobile and print.

Working with Akoma Ntoso

The Laws.Africa editor makes working with Akoma Ntoso easy. So easy, that you never even have to see it! You don't have to worry about the complexity of XML or ensuring that the table of contents is up to date, it's handled for you. Instead, you work with a simplified version of the document that focuses just on content and structure, that looks like this:

PreviousDigitising Legal InformationNextSigning Up

Last updated 6 months ago

Content, Structure and Presentation as layers