You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
json-ld compaction terms like @context, @type inlcuded in the LinkML causes an issue for shacl / rdf generation, as these terms are not required. This is also not recommended according to the LinkML community: https://linkml.io/linkml/howtos/using-jsonld.html
slots:
"@type":
description: >-
JSON-LD keyword to label the object with semantic tags (or types).
exactly_one_of:
- range: string
- range: string
multivalued: true
inlined: false
Thing:
tree_root: true
description: >-
An abstraction of a physical or a virtual entity whose metadata and interfaces are described by a WoT Thing
Description, whereas a virtual entity is the composition of one or more Things.
class_uri: td:Thing
attributes:
"@context":
description: >-
JSON-LD keyword to define short-hand names called terms that are used throughout a TD document.
required: true
range: uriorcurie
array:
slots:
- "@type"
The text was updated successfully, but these errors were encountered:
Please take care to always code fence @ entities in GitHub comments, titles, etc. As this issue stands, you're drafting GitHub users @context and @type, without their request nor permission. All you need to do is wrap those entity identifiers in single backticks, `, like `@context` and `@type`. (It's as important to edit existing comments as it is to adopt this practice going forward.)
json-ld compaction terms like
@context
,@type
inlcuded in the LinkML causes an issue for shacl / rdf generation, as these terms are not required. This is also not recommended according to the LinkML community: https://linkml.io/linkml/howtos/using-jsonld.htmlThe text was updated successfully, but these errors were encountered: