Searched refs:SHACLObject (Results 1 – 1 of 1) sorted by relevance
519 key not in SHACLObject.CLASSES521 SHACLObject.CLASSES[key] = c527 c, SHACLObject553 class SHACLObject(object): class1056 if not isinstance(obj, SHACLObject):1059 for typ in SHACLObject.CLASSES.values():1086 if not isinstance(obj, SHACLObject):1187 if not issubclass(typ, SHACLObject):1225 if not isinstance(value, SHACLObject):1287 o = SHACLObject.decode(obj_d, objectset=self)[all …]