Skip to content

Playground for ontology descriptions for RSpecs

Notifications You must be signed in to change notification settings

twalcari/playground-rspecs-ontology

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open-Multinet Ontology Playground

Abstract

Playground for the ontology work focussing on putting ontologies in RSpecs.

Live Ontology

Suggested Setup

  • sparql (command line tool from jena to query data)
  • Protégé (graphical ontology editor)
  • Eclipse Xturtle (text based ontology editor with code completion and simple validation)
  • rdf.sh (command line ontology tools)
  • OwlToUml (to visualize simple ontologies as plantuml diagrams)
  • rapper (command line tool to convert and check ontologies)
  • lodlive (user friendly vizualization of a sparql endpoint)
  • yasgui (user friendly query of a sparql endpoint)
  • LODE (documentation generator for OWL files)

Directory Layout

  • bin: executables
  • data: example data to work with (to help validating and discussing the ontologies)
  • generated: auto generated files based (e.g. documentation, graphical representation, other serializations)
  • import: related ontologies to be reused (second main focus)
  • ontologies: upper ontologies (to main focus)
  • queries: example queries to work with (to help validating and discussing the ontologies)

How To

Run example Queries

./bin/runQuery.sh

Example (pre defined): Get the published nodes

./bin/runQuery.sh example2

Example (arbitrary): Get the status of the nodes for FLS

./bin/runQuery.sh advertisement-fp getnodestatus

About

Playground for ontology descriptions for RSpecs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 92.2%
  • Shell 7.8%