Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.
Dave Reynolds edited this page Dec 10, 2013 · 4 revisions

Environment Registry Deployment repo

Provides provisioning scripts, configuration, bootstrap registers and UI templates for the Environment Registry.

Deployment

See README

UI templates

Follow the basic pattern of the POC but with some clean up, simplified UI layout and based on bootstrap 3.

One new piece of functionality that affects publication is support for hierarchical views of registers. A reg:Register can be annotated with information on how to find root and child entries in the register in which case a tree view of the register will be offered by the UI.

annnotation meaning
ui:hierarchyRootType A class, an entry whose type includes this class will be treated as a root entry
ui:hierarchyRootProperty A property, an entry which has a value for this property will be treated as a root entry (e.g. skos:topConceptOf)
ui:hierarchyChildProperty A string defining a SPARQL path expression for how to locate a child entry from its parent (e.g. `"skos:narrower

Where ui is http://purl.org/linked-data/registry-ui#.

Clone this wiki locally