https://github.com/w3c/rdfvalidator-ng
A simple Servlet to validate RDF files
https://github.com/w3c/rdfvalidator-ng
Last synced: 3 months ago
JSON representation
A simple Servlet to validate RDF files
- Host: GitHub
- URL: https://github.com/w3c/rdfvalidator-ng
- Owner: w3c
- Created: 2012-05-21T20:30:48.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2024-02-20T07:43:53.000Z (about 1 year ago)
- Last Synced: 2025-01-30T09:22:58.494Z (3 months ago)
- Language: Java
- Size: 44.9 KB
- Stars: 35
- Watchers: 18
- Forks: 17
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - w3c/rdfvalidator-ng - A simple Servlet to validate RDF files (Java)
README
RDFValidator-NG
===============Check and Visualize your RDF documents.
RDFValidator-NG is basically the code at [http://dev.w3.org/cvsweb/java/classes/org/w3c/rdf/examples/ARPServlet.java](http://dev.w3.org/cvsweb/java/classes/org/w3c/rdf/examples/ARPServlet.java) (which currently runs [http://www.w3.org/RDF/Validator/](http://www.w3.org/RDF/Validator/). This version makes very easy to run the service locally.
How to start geeking
--------------------You only a recent version of Java (tested with Java 8). If you want to generate images for the graphs you provide, please install GraphViz. You'll also need a recent version of [sbt](https://github.com/paulp/sbt-extras).
```bash
git clone git://github.com/w3c/rdfvalidator-ng.git
cd rdfvalidator-ng
sbt assembly
java -jar target/scala-2.11/rdf-validator.jar 8080
```Then you can go to [http://localhost:8080](http://localhost:8080).
Licence
-------This source code is made available under the [W3C Licence](http://opensource.org/licenses/W3C).