Skip to main content

Open Media Access Server Library (Linked Open Data middleware/RESTApi)

Project description

omaslib

Basic library for OMAS Python-based backend. OMAS relies as much as possible on standard ontologies. Currently, the following ontologies are being used:

  • xs: <http://www.w3.org/2001/XMLSchema#>
  • rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
  • rdfs: <http://www.w3.org/2000/01/rdf-schema#>
  • owl: <http://www.w3.org/2002/07/owl#>
  • skos: <http://www.w3.org/2004/02/skos/core#>
  • sh: <http://www.w3.org/ns/shacl#>

Setup of IRI's and namespaces

The generic base IRI that is to be used has the form of

http://omas.org/<location>

<location> is a unique name identifying the OMAS installation of the type NCName.

System namespace

System ontologies and SHACL files

All system relevant definitions like system-wide ontologies or shacl definitions are in a graph named

http://omas.org/base#

System-wide data

Data such as project information, user data etc. is in a graph named

http://omas.org/<location>/data#

Project specific graphs

Each project has two namespaces (aka "named graphs")

Project specific data

All project specific data resides in a graph named

http://omas.org/<location>/<project>/data#

The project name must be unique to the location and is of type NCName.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

omaslib-0.1.13.tar.gz (125.9 kB view hashes)

Uploaded Source

Built Distribution

omaslib-0.1.13-py3-none-any.whl (175.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page