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
It would be useful to have a specific function that returns the integer part of the container membership properties. This would be useful for example for ordering the results of queries.
This is currently possible with SPARQL but it is unfortunately rather verbose. For example:
BIND ( xsd:int(REPLACE( STR(?mPropPart), STR(rdf:_), "") ) as ?measureCount )
The text was updated successfully, but these errors were encountered:
It would be useful to have a specific function that returns the integer part of the container membership properties. This would be useful for example for ordering the results of queries.
This is currently possible with SPARQL but it is unfortunately rather verbose. For example:
The text was updated successfully, but these errors were encountered: