Skip to content

atomicdata-dev/extract-ontology

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ontology Extractor

Extracts an ontology from an AtomicServer and saves it to a JSON file.

Prerequisites

Usage

clone this repo, navigate to the directory and run:

deno task extract --in <input-url> --out <output-file>

example:

deno task extract --in https://atomicdata.dev/ontology/core --out ../my-projects/data/core.json

Using an agent

If you need to use an agent you can set the ATOMIC_AGENT environment variable.

ATOMIC_AGENT=<my-agent-secret> deno task extract --in <input-url> --out <output-file>

About

Create a json file from an ontology that can be used in the AtomicServer importer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published