onto_pull
Retrieve ontology data from a remote URL or SPARQL endpoint and load it into the knowledge store. Use a CONSTRUCT query when pulling from SPARQL endpoints.
Instructions
Fetch an ontology from a remote URL or SPARQL endpoint and load it into the store
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Remote URL or SPARQL endpoint to fetch ontology from | |
| query | No | Optional SPARQL CONSTRUCT query (required if sparql=true) | |
| sparql | No | If true, treat url as a SPARQL endpoint and run a CONSTRUCT query |