Creates a link from one resource to another
link c from=RA to=RA type=RLT by=NAME
| from | The address of a source resource. Transaction user must be owner of resource domain. | |
| to | The address of a destination resource | |
| type | Optional | The type of link to create |
| by | Name of the user eligible to change the domain |
Example:
link c from=/company/application to=rdn/author/product type=Organizational by=satoshi
Destroys existing link
link x from=RA index=INT by=NAME
| from | The address of a source resource. Transaction user must be owner of resource domain. | |
| index | The index of link to delete | |
| by | Name of the user eligible to change the domain |
Example:
link x from=/company/application index=1 by=satoshi
Lists outbound links of the specified resource
link lo address=RA id=EID
| address | OR | Address of the resource to list outbound links from |
| id | Id of the resource to list outbound links from |
Example:
link lo address=/company/application
Lists inbound links of the specified resource
link li address=RA id=EID
| address | OR | Address of the resource to list inbound links from |
| id | Id of the resource to list inbound links from |
Example:
link li address=/company/application