pdenno / facility

Demo Production Facility Ontology Management System

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Facility - Ontology-based Component of Manufacturing Notebooks

Facility is a demonstration web server to present ontology-based information about various manufacturing production facility resources and processes to an end user. It is intended to be used in conjunction with SPARQL queries and Jupyter notebooks supporting manufacturing processes and operations. The OWL ontology provided in this github repostiory is for demonstration purposes only.

Motivation and Approach

As described in [1], mathematical models of production processes and operations can be verified more easily when they reference dimensionality and provenance information of data used in the analysis. Jupyter notebooks can be integrated with an organization's knowledgebase of production properties and historical operational data to support this verification. The Facility software supports this usage of Jupyter notebooks with an HTTP server of ontology-based information that serves pages about the property dimenstionality and provenance based on an OWL ontology of such information.

Installation

The following are three ways to run the server.

Run from the clojure CLI

  1. Install clojure (and java if you haven't already).
  2. In a shell, in the git repository directory, type clj -A:dev
  3. When the prompt user> appears, type (start)
  4. Point the browser at localhost:3034

Create an uberjar

  1. Install clojure (and java if you haven't already).
  2. In a shell, in the git repository directory type clj -X:uberjar :jar '"facility.jar"' :main-class gov.nist.mm.facility
  3. Run java -jar facility.jar :port 3034
  4. Point the browser at localhost:3034

Run as a developer

The program currently uses simple server-side rendering and Mount, so you can simply start it in your IDE and use (user/start) and (user/stop).

Disclaimer

The use of any software or hardware by the project does not imply a recommendation or endorsement by NIST.

The use of the project results in other software or hardware products does not imply a recommendation or endorsement by NIST of those products.

We would appreciate acknowledgement if any of the project results are used, however, the use of the NIST logo is not allowed.

NIST-developed software is provided by NIST as a public service. You may use, copy and distribute copies of the software in any medium, provided that you keep intact this entire notice. You may improve, modify and create derivative works of the software or any portion of the software, and you may copy and distribute such modifications or works. Modified works should carry a notice stating that you changed the software and should note the date and nature of any such change. Please explicitly acknowledge the National Institute of Standards and Technology as the source of the software.

NIST-developed software is expressly provided “AS IS.” NIST MAKES NO WARRANTY OF ANY KIND, EXPRESS, IMPLIED, IN FACT OR ARISING BY OPERATION OF LAW, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT AND DATA ACCURACY. NIST NEITHER REPRESENTS NOR WARRANTS THAT THE OPERATION OF THE SOFTWARE WILL BE UNINTERRUPTED OR ERROR-FREE, OR THAT ANY DEFECTS WILL BE CORRECTED. NIST DOES NOT WARRANT OR MAKE ANY REPRESENTATIONS REGARDING THE USE OF THE SOFTWARE OR THE RESULTS THEREOF, INCLUDING BUT NOT LIMITED TO THE CORRECTNESS, ACCURACY, RELIABILITY, OR USEFULNESS OF THE SOFTWARE.

You are solely responsible for determining the appropriateness of using and distributing the software and you assume all risks associated with its use, including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and the unavailability or interruption of operation. This software is not intended to be used in any situation where a failure could cause risk of injury or damage to property. The software developed by NIST employees is not subject to copyright protection within the United States.

Credits

Peter Denno

April Nellis

Ibrahim Asouroko

References

[1]: Denno, P.; Kim, D. B., "Integrating views of properties in models of unit manufacturing processes"," International Journal of Computer Integrated Manufacturing Vol, 20, Issue 9, 2016."

Contact Us

Peter Denno (peter.denno ( at ) nist.gov

About

Demo Production Facility Ontology Management System

License:Other


Languages

Language:Clojure 93.4%Language:CSS 6.0%Language:HTML 0.6%