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
An scenario we've recently encountered that we're not sure how to visualize in a specfication document: some properties can allow multiple times, but only if they differ in language. In SHACL, the datatype would be rdf:langString, the sh:uniqueLang would be true and the sh:maxCount would be absent.
I noticed this tooling outputs [0..*] with datatype TaalString, but I can't find anything about the language needing to be unique. Did you encounter this scenario before? How does the Generator deal with it? Any opninions on how to communicate it properly?
The text was updated successfully, but these errors were encountered:
An scenario we've recently encountered that we're not sure how to visualize in a specfication document: some properties can allow multiple times, but only if they differ in language. In SHACL, the datatype would be
rdf:langString
, thesh:uniqueLang
would betrue
and thesh:maxCount
would be absent.I noticed this tooling outputs
[0..*]
with datatypeTaalString
, but I can't find anything about the language needing to be unique. Did you encounter this scenario before? How does the Generator deal with it? Any opninions on how to communicate it properly?The text was updated successfully, but these errors were encountered: