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
These problems stem from the UML model, which uses Literal for all literals, i.e. is not specific enough.
If you cannot fix this, then at least use pure strings, without the ^^rdfs:Literal datatype.
https://semiceu.github.io/MLDCAT-AP/releases/1.0.0/#examples represents strings like this:
"Dr Hans Hofmann"^^rdfs:Literal
Don't use
rdfs:Literal
since:XMLLiteral, HTMLLiteral, integer, date, AnyURI
are all LiteralsShow strings without any datatype, since
^^xsd:string
is the default datatype.The text was updated successfully, but these errors were encountered: