Skip to content

Commit a727993

Browse files
Update index.md
1 parent b04eaa8 commit a727993

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

  • docs/explore-and-author/companion

docs/explore-and-author/companion/index.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ If your use case or question requires you to limit the available tools (e.g. if
4848
: Query Catalog: Lists all existing SPARQL queries on this corporate memory instance.
4949

5050
`query_details`
51-
: Query Catalog: Retrieve all information about a certain query in the query catalog
52-
resource_get Retrieves the Concise Bounded Description (CBD) of a resource from the knowledge graph and returns it as JSON-LD.
51+
: Query Catalog: Retrieve all information about a certain query in the query catalog.
5352

5453
`query_execute_saved`
5554
: Query Catalog: Executes a saved SPARQL query on this corporate memory instance. The query is identified by it's IRI.
@@ -87,6 +86,10 @@ If your use case or question requires you to limit the available tools (e.g. if
8786
`resource_search`
8887
: Performs a lucene syntax full text search of labels and descriptions for 'searchTerm' and retrieve list of best matches. The context graph will restrict the search to it includes, or search the full graph. Pattern allows to define a `SPARQL WHERE` clause snippet, which defaults to `{GRAPH ?contextGraph {?resource ?p ?o}}`. Search will always be on the `?resource`, so adjust the pattern, if needed.
8988

89+
`resource_get`
90+
: Retrieves the Concise Bounded Description (CBD) of a resource from the knowledge graph and returns it as JSON-LD.
91+
92+
9093
### Interactive answers
9194

9295
Your answer may include elements that allow rich interaction with specific Corporate Memory views and modules:

0 commit comments

Comments
 (0)