added commit node

master
Niko PLP 4 days ago
parent f7e921a1c8
commit 19fc9dc16b
  1. 6
      src/pages/en/framework/nuri.md

@ -97,13 +97,13 @@ We should probably mention here also that NextGraph is fully compatible with `<h
Here are the identifiers that can be used to refer to any resource anywhere in the graph. They are unique global identifiers. Here are the identifiers that can be used to refer to any resource anywhere in the graph. They are unique global identifiers.
| Identifiers | that can be used in subject or object of any triple | | Identifiers | that can be used in subject or object of any triple |
| ---------------------------------- | --------------------------------------------------- | | ---------------------------------- | ------------------------------------------------------------------------------ |
| | | | | |
| `<did:ng:a/b/g:[storeid]>` | profile of a public, protected or group store | | `<did:ng:a/b/g:[storeid]>` | profile of a public, protected or group store |
| `<did:ng:o:[repoid]>` | a document | | `<did:ng:o:[repoid]>` | a document |
| `<did:ng:o:[repoid]#fragment>` | fragment of a Document | | `<did:ng:o:[repoid]#fragment>` | fragment of a Document |
| `<did:ng:o:[repoid]:u:[randomid]>` | for skolemized blank nodes | | `<did:ng:o:[repoid]:u:[randomid]>` | for skolemized blank nodes |
| `<did:ng:o:[repoid]:t:[commitid]>` | for commit nodes (not implemented yet) | | `<did:ng:o:[repoid]:t:[commitid]>` | for commit nodes (use `<did:ng:_>` as placeholder).<br>works also as predicate |
| `<did:ng:j:[objectid]>` | a binary file | | `<did:ng:j:[objectid]>` | a binary file |
`did:ng:o:[repoid]` can be omitted when the identifier is understood as being within a specified named graph, or when using a BASE in queries. `did:ng:o:[repoid]` can be omitted when the identifier is understood as being within a specified named graph, or when using a BASE in queries.
@ -143,7 +143,7 @@ when no default graph is included in the Query (with USING, GRAPH, FROM), the ta
### Targets ### Targets
| Target | URI | explanation | | Target | URI | explanation |
| ---------------- | -------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | ---------------- | -------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| | | | | | | |
| UserSite | did:ng:i | whole dataset of the user (User Storage) personal identity | | UserSite | did:ng:i | whole dataset of the user (User Storage) personal identity |
| PublicStore | did:ng:a | all the documents of the public store of the user personal identity | | PublicStore | did:ng:a | all the documents of the public store of the user personal identity |

Loading…
Cancel
Save