Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simeonackermann/VocTo
RDF/OWL Vocabulary Graph Modulation Tools
https://github.com/simeonackermann/VocTo
rdf semantic-web visualization
Last synced: 5 days ago
JSON representation
RDF/OWL Vocabulary Graph Modulation Tools
- Host: GitHub
- URL: https://github.com/simeonackermann/VocTo
- Owner: simeonackermann
- Created: 2015-09-03T07:23:27.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-02T08:11:31.000Z (over 7 years ago)
- Last Synced: 2024-08-01T12:32:08.883Z (3 months ago)
- Topics: rdf, semantic-web, visualization
- Language: JavaScript
- Size: 1.53 MB
- Stars: 4
- Watchers: 4
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - simeonackermann/VocTo - RDF/OWL Vocabulary Graph Modulation Tools (others)
README
# VocTool
is an OWL/RDF vocabulary graphical visualisation and editing tool. Its implemented in JS/PHP/HTML and based on the JavaScript library [D3](http://d3js.org/).
**Screenshot:**
![](https://github.com/simeonackermann/VocTo/raw/master/screenshot.png)
# Getting started
- save your RDF vocabulary as [N3](http://www.w3.org/TeamSubmission/n3/) notation in data/filename.n3
- open index.html for an example implementation# RDF / OWL notation
Currently the tool does not cover the hole N3 notation!
The following features are implemented right now to declare classes, properties and relations.As type (class/property/relation), declare http://www.w3.org/1999/02/22-rdf-syntax-ns#type as:
Classes:
- http://www.w3.org/2000/01/rdf-schema#Class
- http://www.w3.org/2002/07/owl#ClassProperties:
- http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
- http://www.w3.org/2002/07/owl#DatatypeProperty
- http://www.w3.org/2002/07/owl#FunctionalPropertyRelations:
- http://www.w3.org/2002/07/owl#ObjectProperty
The followoing attributes are implemented to show details on your graph:
Class-Attributes:
- http://www.w3.org/2000/01/rdf-schema#subClassOf
- http://www.w3.org/2000/01/rdf-schema#label
- http://www.w3.org/2000/01/rdf-schema#commentProperty-Attributes
- http://www.w3.org/2000/01/rdf-schema#domain
- http://www.w3.org/2000/01/rdf-schema#label
- http://www.w3.org/2000/01/rdf-schema#commentRelation-Attributes:
- http://www.w3.org/2000/01/rdf-schema#domain
- http://www.w3.org/2000/01/rdf-schema#range
- http://www.w3.org/2000/01/rdf-schema#label
- http://www.w3.org/2000/01/rdf-schema#comment