onto_pull
Fetch an ontology from a remote URL or SPARQL endpoint and load it into a triple store for validation, querying, and governance.
Instructions
Fetch an ontology from a remote URL or SPARQL endpoint and load it into the store
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 | |
| url | Yes | Remote URL or SPARQL endpoint to fetch ontology from |