Re: representing hypermedia controls in RDF

Ruben,

2 things I'm aware of and have implemented:

- URI templates: Linked Data API vocabulary
https://code.google.com/p/linked-data-api/wiki/API_Vocabulary
Graphity reuses api:uriTemplate and api:itemTemplate to match request
URIs against ontology classes. The actual template syntax is reused
from JAX-RS:
http://docs.oracle.com/cd/E19798-01/821-1841/ginpw/

- HTML forms: RDF/POST encoding http://www.lsrn.org/semweb/rdfpost.html
Graphity includes a Jena-based RDF/POST parser:
https://github.com/Graphity/graphity-browser/blob/master/src/main/java/org/graphity/client/reader/RDFPostReader.java

Hope that helps.

Martynas
graphityhq.com

On Wed, Nov 20, 2013 at 12:23 PM, Ruben Verborgh
<ruben.verborgh@ugent.be> wrote:
> Dear all,
>
> Do we have other approaches besides RDF Forms [1] to represent hypermedia controls in RDF?
>
> Basically, I’m looking for any of the following:
> - representing hyperlinks in RDF (in addition to subject/object URLs)
> - representing URI templates [2]
> - representing forms (in the HTML sense)
>
> I’m aware of CoIN, which describes URI construction [2]. Is it used?
>
> Pointers to vocabularies or examples would be very much appreciated!
>
> Thanks,
>
> Ruben
>
> [1] http://www.markbaker.ca/2003/05/RDF-Forms/
> [2] http://tools.ietf.org/html/rfc6570
> [2] http://court.googlecode.com/hg/resources/docs/coin/spec.html

Received on Wednesday, 20 November 2013 11:39:40 UTC