Formal and textual specification of the Semantic Aspect Meta Model (SAMM)
Mozilla Public License 2.0
47
stars
9
forks
source link
[BUG] Wrong xsd:boolean and rdf:langString literals are not parsed/validated correctly #268
Closed
atextor closed 9 months ago
How: List of performed steps
Validate an Aspect Model that contains one of the following assertions:
The following assertion does not set a language tag for the rdf:langString value since it does not use the '@en' notation:
The following assertion uses a wrong lexical value for xsd:boolean, only lower-case "true" is allowed:
What: Actual result vs expected result Expected: Corresponding validation errors Actual: Model is valid