AnthroGraph / Phaleron-AppOntology

Support ontology for the implementation of ontologies for the Phaleron Bioarchaeological Project into AnthroGraph.
0 stars 0 forks source link

Phaleron-AppOntology

Support ontology for the implementation of ontologies for the Phaleron Bioarchaeological Project into AnthroGraph.

Compiled Versions of Required Ontologies

Description

We provide a bash script that merges the ontologies required by the PBP App and provides them in one OWL file. In addition to the Phaleron AppOntology, these are

The app itself only works within an information system that has the RDFBones core ontology installed, for example via the RDFBones App.

The script offers the following compilations:

Usage

Checkout the robot branch.

git checkout robot

Run the script 'Script_PhaleronApp-Robot.sh'.

./Script_PhaleronApp-Robot.sh

A new directory, 'results' is created. Go there for the output files.

If you run the script without options, this will render the standard compilation with the Phaleron App Ontology, the Phaleron ontology extensions and their dependencies. The output file is called 'phaleron-app_ext_dep.owl'.

If you run the script with the -b flag, this will render the minimum compilation with the Phaleron App Ontology and the Phaleron extensions. The output file is called 'phaleron-app_ext.owl'.

./Script_PhaleronApp-robot.sh -b

If you run the script with the -f flag, this will render the full compilation with the Phaleron App Ontology, the Phaleron extensions, their dependencies and the RDFBones core ontology. The output file is called 'phaleron-app_ext_dep_core.owl'.

./Script_PhaleronApp-robot.sh -f