Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(typo): correcting typos in documentation #112

Merged
merged 8 commits into from Nov 22, 2021
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/dsp-tools-create.md
Expand Up @@ -896,7 +896,7 @@ Represents a node of a (possibly hierarchical) list
`"object": ":<resource-name>"`

LinkValues do not follow the pattern of the previous data types, because they do not connect to a final value but to
another resource which has to be defined. Thus, the "object" denomiates the resource class the link will point to. If
another resource which has to be defined. Thus, the "object" denominates the resource class the link will point to. If
the resource is defined in the same ontology, the name has to be prepended by a ":", if the resource is defined in
another (previously defined)
ontology, the ontology name has to be prepended separated by a colon ":", e.g.
Expand All @@ -905,7 +905,7 @@ resource or property from another one is not part of this documentation).

*gui-elements/gui_attributes*:

- `Searchbox`: Must be used with _hasLinkTo_ properties. Allows to search and enter a resource that the given resource
- `Searchbox`: Must be used with _hasLinkTo_ properties. Allows searching and enter a resource that the given resource
Vijeinath marked this conversation as resolved.
Show resolved Hide resolved
should link to. It has one gui_attribute that indicates how many properties of the found resources should be
indicated. It's mandatory!
Vijeinath marked this conversation as resolved.
Show resolved Hide resolved
- _gui_attributes_:
Expand Down
2 changes: 1 addition & 1 deletion docs/dsp-tools-xmlupload.md
Expand Up @@ -644,7 +644,7 @@ Example:

```xml
<time-prop name=":hasTime">
<time>2019-10-23T13.45:12Z</time>
<time>2019-10-23T13:45:12Z</time>
Vijeinath marked this conversation as resolved.
Show resolved Hide resolved
</time-prop>
```

Expand Down