You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The system is now in place and working - the central classes being ViewTemplate and ViewFactory in conjunction with ViewManager.
Currently the 'shape' needs to be provided as an entity query which is a sparql-based model for composing sparql syntax elements for specifying a set of entities together with attributes. We should add support for a specification using shacl which is then compiled to an EntityQuery. The compilation code is mostly rewritten in the class NodeSchemaDataFetcher.
NodeSchema is essentially the SPARQL-centric version of a NodeShape - i.e. conditions over a set of triples are expressed in terms of SPARQL expressions which e.g. allows the use of SPARQL functions such as langMatches.
For a given set of RDFnodes enable:
on that basis:
The text was updated successfully, but these errors were encountered: