1.0.0 • Published 4 years ago

rdf-play v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

RDF Play

Build Status

This is a Web-based tool for performing simple RDF operations, such as parsing, serializing and dereferencing from URLs.

Live version: https://rdf-play.rubensworks.net/

Internally, this library makes use of RDF parsers from the Comunica framework, which enable streaming processing of RDF.

The following RDF serializations are supported:

NameContent typeExtensions
TriGapplication/trig.trig
N-Quadsapplication/n-quads.nq, .nquads
Turtletext/turtle.ttl, .turtle
N-Triplesapplication/n-triples.nt, .ntriples
Notation3text/n3.n3
JSON-LDapplication/ld+json, application/json.json, .jsonld
RDF/XMLapplication/rdf+xml.rdf, .rdfxml, .owl
RDFa and script RDF data tags HTML/XHTMLtext/html, application/xhtml+xml.html, .htm, .xhtml, .xht
RDFa in SVG/XMLimage/svg+xml,application/xml.xml, .svg, .svgz

When parsing HTML, script data blocks will also be detected. If they contain RDF, they will also be parsed with the appropriate parsers.

License

This software is written by Ruben Taelman.

This code is released under the MIT license.