|
The contents of a "data" section of a façade is the result of a kind of bookkeeping, with data flowing in (populate method) and flowing out (handover method), with a few sets of data that entered the "data' section in another way. These are:
In the example below only the second of these extra types of data is shown. The contents of the "data" section of Facade #2 after the execution of the populate API method is as shown below. It contains the following information:
NOTE - If you are an attentive reader you may discover that there is something strange going on with the above data. |
|
By executing the handover API method we move the information that:
from this Façade #2 (the "ves" group façade) to a façade of another company (such as the plant owner/operator). The main reason for this is to show the effect of adding a suffix to the IDs of the handed over things (see replace_uri API method). After successful hand-over the "data" section of Façade #2 looks like: |
|
Note that seven sameAs quads have been added in the bottom, created by the replace_uri API method, and that here the handed over IDs got a suffix __875 , as dictated by the custodian of the receiving façade. Whenever some template somewhere in the CPF (Confederation of Participating Façades) refers a handed over thing, for example to: http://www.pqr-ltd.com/4502/ves#ST-ves267723 being the rdf:object of the 'hasAsInfo' property of an instance of oim:ST-DOCUMENT_CELL-0096-001, and it would be queried as such, the above sameAS can be used to redirect that query to http://www.gamuth-oil.com/fac#ST-ves267723__875 .
|