Following this question: Difference between domain and range in rdf schema?
I have been discussing with my supervisor who told me that it is possible have several values for the range. I agree with that, but in the context of the predicate as a Literal (final value) (Not class) and the range is a datatype, it is possible various datatypes?.
I give a example: We have the predicate ".../name" so inside of name we find the property range with value xsd:String. Can i express the value "Mary" as a binary for example "1010100101" and add the datatype binary?
My argument is for final values the property range can no be associated to several values (datatypes).
Thanks in advance.