http://spinrdf.org/spl#isUntypedLiteral
Class spl:isUntypedLiteral


spin:body
ASK WHERE {
FILTER (isLiteral(?arg1) && (!sameTerm(?arg1, xsd:string(?arg1)))) http://www.fadyart.com/parties#.
}
spin:constraint
Argument arg1 http://www.fadyart.com/parties# Literal
spin:return type
xsd:boolean
rdf:type
spin:Function
rdfs:comment
Checks whether a given literal is untyped. This function was introduced because the built-in datatype operand in SPARQL casts untyped literals to xsd:string, making it impossible to check it this way. This function here uses a work-around using sameTerm instead.
rdfs:label
isUntypedLiteral
rdfs:subClassOf
spl:Logical functions

Generated with TopBraid Composer by TopQuadrant, Inc.