Skip to content

Commit

Permalink
Merge e96bdb8 into 21ad37a
Browse files Browse the repository at this point in the history
  • Loading branch information
koenedaele committed Jul 24, 2020
2 parents 21ad37a + e96bdb8 commit 5953891
Show file tree
Hide file tree
Showing 15 changed files with 117 additions and 0 deletions.
116 changes: 116 additions & 0 deletions docs/source/features.rst
@@ -0,0 +1,116 @@
.. _features:

========
Features
========

Public HTML interface
=====================

.. image:: images/atramhasis_home.png
:alt: The Atramhasis homepage

When visiting the homepage of an Atramhasis instance, users are presented with
a few different options. They can search for a certain label within a certain
conceptscheme. Links are presented to all the conceptschemes present in the
instance. For a list of (configurable) conceptschemes the most visited concepts
are displayed for easy and quick access. Notice that by default Atramhasis
comes with an English, French and Dutch public interface. Other languages can
easily be added.

.. image:: images/kerken_detail_en.png
:alt: A concept detail for churches

A concept detail page details one concept or collection. It lists the concept's
labels, notes and sources used in creating or researching the concept. Every
concept has an id (an identifier within a conceptscheme) and a
:term:`URI` that can be custom generated. For interoperability with other
applications, every detail has both `RDF/XML` and `N3/Turtle` downloads
available. As Atramhasis tries to take the user's preferred language settings
into account, it will try to provide the title of the page in the user's
preferred language, whilst also listing the labels separately.

.. image:: images/kerken_detail_relaties.png
:alt: The relations for churches

Scrolling further down on a detail page, we come to the relations between this
concept or collection and other concepts or collections. All common :term:`SKOS`
relations (broader, narrower, related, member, ...) are accounted for. Links to
other conceptschemes (suh as the AAT) are supported with :term:`SKOS` matches.

.. image:: images/thesaurus_erfgoedtypes_boom.png
:alt: The tree of heritage types as seen on https://thesaurus.onroerenderfgoed.be

While every detail page presents the immediate relations for a certain concept
or collection, there's also a tree view available that presents all
broader/narrower relations for all concepts and collections in one go. This can be
reached on the conceptscheme page or from every detail page. As can be seen
here, an Atramhasis instance can easily be reskinned for a certain
organisation. The `Flanders Heritage Thesaurus <https://thesaurus.onroerenderfgoed.be>`_
is an Atramhasis implementation with custom styling and authentication.

SKOS editor
===========

.. image:: images/admin_search.png
:alt: The Atramhasis admin interface

The Atramhasis admin interface allows editors to find a certain concept or
collection and edit or delete it. While it's also possiblel to edit
conceptscheme attributes this way, they always need some code configuration and
thus need to be created by a system administrator.

.. image:: images/admin_import.png
:alt: Import a concept from the AAT

While you can define concepts from scratch, it's also possible to import a
concept from another thesaurus, such as the AAT. It will import labels and notes
from the original concept and add an automatic :term:`SKOS` match back to the
original. Bear in mind that this actually creates a new concept with a new URI,
while referencing the original. If you want to import an entire thesaurus, you
need to go beyond the User Interface.

.. image:: images/admin_kerken_notes.png
:alt: The notes tab on a concept

Editing a concept or collection is done using one or more tabs, such as the
notes tab to edit scopenotes, sourcenotes, ... Adding HTML markup is supported.

.. image:: images/admin_kerken_relaties.png
:alt: The relations tab on a concept

The relations tab allows editing the relations of concepts or collections with
other concepts or collectons. Dropdown lists are present to facilitate editing.

.. image:: images/admin_kerken_matches_tab.png
:alt: The matches tab on a concept

The matches tab allows an editorto match a local concept to a concept in a
remote conceptscheme.

.. image:: images/admin_kerken_matches.png
:alt: Editing the matches on a concept

Using the `skosprovider` that powers a remote conceptscheme, matching concepts
can be searched for and added to the local concept.

.. image:: images/admin_kerktorens_merge.png
:alt: Merging a concept with an external concept

Once a concept has been matched with a concept from an external provider it's
possible to merge the two concepts. This is similar to importing a concept, but
works for concepts that already exist in your local thesaurus. Merging with
copy the labels and notes from the external concept. If you can link you
concept with an external concept that has labels for the concept in different
languages, this is a quick way to extend the number of languages supported by
your local concept. Before saving the results of the merge, you are free to
review the results of the merge and accept or reject certain labels and notes.

LDF server
==========

.. image:: images/ldf_server.png
:alt: The Atramhasis LDF server

With a little bit of effort, Atramhasis can setup an LDF server for you,
allowing you to quickly serve RDF tripples.
Binary file added docs/source/images/admin_import.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/images/admin_kerken_matches.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/images/admin_kerken_matches_tab.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/images/admin_kerken_notes.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/images/admin_kerken_relaties.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/images/admin_kerktorens_merge.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/images/admin_search.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/images/atramhasis_home.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/images/kerken_detail_een.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/images/kerken_detail_en.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/images/kerken_detail_relaties.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/images/ldf_server.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/source/index.rst
Expand Up @@ -10,6 +10,7 @@ Atramhasis
:maxdepth: 2

intro
features
demo
development
services
Expand Down

0 comments on commit 5953891

Please sign in to comment.