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
{{ message }}
This repository was archived by the owner on Jan 30, 2024. It is now read-only.
When editing multilingual data it would be great to have something like the following UI:
This works quite fine for sh:datatype xsd:langString. But there is no predicate to indicate that a certain structure is language aware. How would we make the form so that the date is language specific?
When editing multilingual data it would be great to have something like the following UI:
This works quite fine for
sh:datatype xsd:langString. But there is no predicate to indicate that a certain structure is language aware. How would we make the form so that the date is language specific?Would the following work?
sh:property [ sh:name "Date"@en ; sh:datatype xsd:date ; sh:path (schema:date schema:value); OUR_NAMESPACE:multilangual [ OUR_NAMESPACE:languagePredicate schema:inLanguage ; OUR_NAMESPACE:valuePredicate schema:value ; ] ; ] ;