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 support rdf:langString, and the TD utilizes this in the attributes title, titles, description and descriptions. However, providing this type in LinkML using the following:
types:
MultiLanguage:
name: MultiLanguage
description: Description with a language tag.
from_schema: https://raw.githubusercontent.com/w3c/wot-thing-description/main
exact_mappings:
- rdf:langString
base: rdf:PlainLiteral
uri: rdf:PlainLiteral
results in pure string.
The text was updated successfully, but these errors were encountered:
Json-LD support rdf:langString, and the TD utilizes this in the attributes title, titles, description and descriptions. However, providing this type in LinkML using the following:
results in pure string.
The text was updated successfully, but these errors were encountered: