onto_pull
Fetch an ontology from a remote URL or SPARQL endpoint and load it into the store for validation, querying, or governance.
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 |