http://franz.com/ns/allegrograph/4.11/sna/isClique

Determine whether a group is a clique.

For example:

  ?clique sna:isClique ( ex:namedGenerator ?group ) . 

will bind ?clique to the boolean true or false depending on whether or not ?group is a clique.

Notes

The following namespace abbreviations are used:

The SPARQL magic properties reference has additional information on using AllegroGraph magic properties and functions.