The Ontology Registry and Repository (ORR) integrates semantic web services and tools created by the Marine Metadata Interoperability project, MMI, toward the realization of its Semantic Framework vision.
Current funding is provided by the U.S. National Science Foundation through the Cross-Domain Observational Metadata for Environmental Sensing (X-DOMES) project.
The ORR system is comprised of:
component | description |
---|---|
orr-ont | Backend / REST endpoint |
orr-portal | Front-end |
This is the repository for the orr-ont component.
Interested in having an ORR instance on your server? See http://mmisw.org/orrdoc/install/.
Have a mongo service running on your machine, for example, on a separate terminal session:
docker run -it --rm -p 27017:27017 mongo
Run the tests:
sbt test