Topic Map

Top  Previous  Next

Path

/topicmaps/{tm}

 

Description

A single topic map managed by the Web3 Platform

 

Supported HTTP Operations

 

HTTP Method

Description

Supported Formats

GET

With a parameter named "query", executes a SPARQL query against the topic map and returns the query result. Without a "query" parameter, returns the topic map metadata as a TopicMapRepr

XML,JSON, HTML

PUT

Updates the topic map metadata. PUT content must be a TopicMapRepr

XML, JSON

DELETE

Deletes the topic map and all of its content. This operation cannot be undone.

XML, JSON

HEAD

Returns the last modified date and ETag for the topic map

Any

 

Notes

If the query=... parameter is used to execute a SPARQL query, the XML representation will conform to the SPARQL Protocol Recommendataion and the JSON representation will be an array of JSON objects with one object per row of the results set and where each object has a property for each column in the results set and the value of the property is the value for that result set row.