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


spin:body
ASK WHERE {
?p rdfs:subPropertyOf* ?arg2 http://www.fadyart.com/parties#.
?arg1 ?p ?value http://www.fadyart.com/parties#.
FILTER spl:instanceOf(?value, ?arg3) http://www.fadyart.com/parties#.
}
spin:constraint
Argument arg3 http://www.fadyart.com/parties# rdfs:Class
Argument arg2 http://www.fadyart.com/parties# Property
Argument arg1 http://www.fadyart.com/parties# Resource
spin:return type
xsd:boolean
rdf:type
spin:Function
rdfs:comment
Checks whether a given subject (?arg1) has at least one value of a given type (?arg3) for a given property (?arg2) or one of its sub-properties.
rdfs:label
hasValueOfType
rdfs:subClassOf
spl:Logical functions

Generated with TopBraid Composer by TopQuadrant, Inc.