http://franz.com/ns/allegrograph/4.11/sna/egoGroup
Find the ego group of a node
.
For example, the pattern
?group sna:egoGroup ( ex:namedGenerator ?node 2 ) .
Will bind ?group
to a representation of the ego group of ?node
going out to a depth of 2 (i.e., ?node
's friends and the friends of ?node
'? friends). This uses the generator ex:namedGenerator
and assumes that this generator has been defined.
The bindings to ?group
will act like blank nodes in that they have meaning only in the context of the current query and can be used in other places in the query to find bindings for members and so forth.
Notes
The following namespace abbreviations are used:
- fti - <http://franz.com/ns/allegrograph/2.2/textindex/>
- geo - <http://franz.com/ns/allegrograph/3.0/geospatial/>
- geofn - <http://franz.com/ns/allegrograph/3.0/geospatial/fn/>
- nd - <http://franz.com/ns/allegrograph/5.0/geo/nd#>
- ndfn - <http://franz.com/ns/allegrograph/5.0/geo/nd/fn#>
- sna - <http://franz.com/ns/allegrograph/4.11/sna/>
The SPARQL magic properties reference has additional information on using AllegroGraph magic properties and functions.