Setting up the Linked Data Publishing Feature
Setting up the Linked Data Publishing Feature
To publish PoolParty projects as linked data all domain names that are used to access PoolParty's data via the Linked Data Frontend have to point to the PoolParty server's IP address.
For example to begin using the linked data URIs starting with http://mythesaurus.mycompany.com with PoolParty installed on http://poolparty.mycompany.com you would add an alias record to redirect dereferenced URIs to the PoolParty installation.
Note
The Linked Data Frontend of PoolParty will resolve both HTTPS and HTTP requests regardless of the server's settings, so there is no additional configuration necessary.
Example
On some common BIND DNS-server add the following line to the zonefile of mycompany.com :
mythesaurus CNAME poolparty.mycompany.com.
Then have BIND reload its configuration:
$> rndc reload