Hi Henriette - I would like support for range restrictions against a built-in datetype; For example ``` DataProperty: Text5 Range: xsd:string[minLength "5" , maxLength "5" , pattern "[a-zA-Z0-9]{1,5}"] ```