This repository was archived by the owner on Jan 30, 2024. It is now read-only.

Description
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 ;
] ;
] ;