https://github.com/csbiology/fsontology
A toolkit for working with ontology data structures in .NET
https://github.com/csbiology/fsontology
Last synced: 14 days ago
JSON representation
A toolkit for working with ontology data structures in .NET
- Host: GitHub
- URL: https://github.com/csbiology/fsontology
- Owner: CSBiology
- License: mit
- Created: 2023-02-24T08:32:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-24T09:15:21.000Z (over 3 years ago)
- Last Synced: 2026-04-07T02:09:48.559Z (4 months ago)
- Language: F#
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FsOntology
A toolkit for working with ontology data structures in .NET
## build tasks
- Build the project:
- If developing in VS, you can use VS interface (e.g. *rightclick -> build*)
- via cli: `./build.cmd`
- Test the project:
- If developing in VS, you can use VS Test explorer
- via cli: `./build.cmd runTests`