The DESCRIBE servlet

The describe servlet provides the DESCRIBE feature of a SPARQL Endpoint by returning a graph of triples about a named resource. It takes three parameters, the third being optional:

The following example URLs each retrieve a graph of triples about the Japan resource from the sample Geography model when running with the personal version of TopBraid EDG/Live included with TopBraid Composer. The first retrieves it as RDF/XML, and the second as Turtle.

http://localhost:8083/tbl/describe?_resource=http://topquadrant.com/ns/examples/geography%23Japan&_format=application%2Frdf%2Bxml&_base=urn:x-evn-master:geo
http://localhost:8083/tbl/describe?_resource=http://topquadrant.com/ns/examples/geography%23Japan&_format=text%2Fturtle&_base=urn:x-evn-master:geo

Note that in TopBraid Live deployments, the TBL user permissions framework defines which named graphs can be accessed by the currently logged in user.