jmvanel / semantic_forms

Form generators leveraging semantic web standards (RDF(S), OWL, SPARQL , ...
Other
75 stars 23 forks source link

RDF to iCalendar converter as a Web Service #203

Open jmvanel opened 5 years ago

jmvanel commented 5 years ago

Scala API

def graph2iCalendar(graph: Rdf#Graph): String

Web Service

It is meant to be widely reusable. The rdfData URL can be any URL returning RDF as Turtle, JSON-LD or RDF/XML, subjected to standard content negotiation, as usual in SF. So it can also be a SPARQL endpoint GET URL with a specific query.

/icalendar?url=rdfData