linkedDataServerConfig.xml

Top  Previous  Next

This configuration file contains configuration for exposing Linked Data functionality from a web3 server node.

 

<?xml version="1.0" encoding="utf-8" ?>

<LinkedDataServer>

  <Collection>

    <Name>{some local name for the exposed collection}</Name>

    <Authority>{the http authority}</Authority>

    <TopicMapUri>{full topic map web address}</TopicMapUri>   

  </Collection>

</LinkedDataServer>

 

For each topicmap that will expose Linked Data a Collection element is added as a child to the LinkedDataServer element.

 

The Collection element contains three child elements, NameAuthority and TopicMapUri.

 

The Name element value is a local name for this collection and can be anything meaningful to the administrator.

The Authority element value is the authority component of subject identifier URIs that will be matched. This address must be mapped to the web3 service.

The TopicMapUri element value is the full URI of the topic map being exposed.   

 

Example:

 

<?xml version="1.0" encoding="utf-8" ?>

<LinkedDataServer>

  <Collection>

    <Name>myLinkedeData</Name>

    <Authority>www.networkedplanet.com</Authority>

    <TopicMapUri>http://www.networkedplanet.com/web3/topicmaps/52921c62-8f08-419e-b3e4-fd85f929e998</TopicMapUri>   

  </Collection>

</LinkedDataServer>

 

The above example will return Linked Data for any topics with subject identifiers beginning: http://www.networkedplanet.com

So for example http://www.networkedplanet.com/companies/networkedplanet.