Many definitions include leading/trailing whitespace (newlines, tabs etc), eg:
cim:Boolean a owl:Class ;
rdfs:label "Boolean"@en ;
dl:Package "Package_DiagramLayoutProfile" ;
dl:isPrimitive "True" ;
skos:definition """
A type with the value space "true" and "false".
\t"""@en .
This query finds 1556 instances of leading/trailing whitespace in strings.
(I guess some are duplicated between 2.3 and 3.0 CIM namespaces):
https://github.com/Sveino/Inst4CIM-KG/tree/develop/rdfs-improved#whitespace-in-definitions
Many definitions include leading/trailing whitespace (newlines, tabs etc), eg:
This query finds 1556 instances of leading/trailing whitespace in strings. (I guess some are duplicated between 2.3 and 3.0 CIM namespaces):
See
literals-whitespace.tsv
This query counts by property:
ssh:isDescription
has multiple trailing spaces or tabThis can be fixed easily with SPARQL Update. Just need to be careful to restore a lang tag if such was present.