-
Notifications
You must be signed in to change notification settings - Fork 25
VoCol Features
Hemid edited this page Jan 11, 2018
·
3 revisions
New features:
- Automatic formatting Ontology/Vocabulary files with unified serialization during the pre-commit event. This allows users to work with different Ontology/Vocabulary editors on their local working copies and prevent Git from the indication of false-positive conflicts. This functionality is implemented using RDF-Toolkit,
- Displaying SPARQL query results with different visualization graphs using D3sparql,
- A docker image of VoCol is also provided on: https://hub.docker.com/r/lavdim/vocol/.
Below are tasks that are performed automatically by VoCol on push event:
- Syntax Validation: Rapper or JenaRiot (in pre-commit event as well by sending the modified files to a listening service for syntax validation in VoCol Server),
- Documentation Generation: Schema.Org or Widoco,
- Visualization: WebVOWL,
- Provide latest version of vocabulary through SPARQL Endpoint: Jena Fuseki,
- Evolution Report: OWL2VCS,
- Content Negotiation,
- Dereferenceable URI's using Schema.Org,
- Generates Syntax Validation Report and Documentation for all branches,
- Upload and list SPARQL into Jena Fuseki interface all queries defined in .rq files, where the file name will be used as the query name and the file content as the query.