onto_pull
Fetch and load ontologies from remote URLs or SPARQL endpoints into a knowledge graph store for ontology engineering workflows.
Instructions
Fetch an ontology from a remote URL or SPARQL endpoint and load it into the store
Input Schema
TableJSON 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 |