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

Retrieve the cliques of a group.

For example:

  ?clique sna:cliquesOf ( ex:namedGenerator ?group ) 

or

  ?clique sna:cliquesOf ( ex:namedGenerator ?group ?minimumSize ) 

These will bind ?clique to a group representing the cliques of ?group using the generator ex:namedGenerator which is assumed to be defined.

If ?minimumSize is provided, then the cliques found will be at least that size.

The bindings to ?clique act like blank nodes representing groups.

Notes

The following namespace abbreviations are used:

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