This is an extension to the PERICLES Extraction tool. It converts the JSON output from PET into LRM (Linked Resource Model) ontology snippets. The LRM is an abstract ontology developed by the PERICLES project. It is meant as an intermediate tool for integrating PET into a scenario where an partial automated updated of OWL ontologies is necessary (e.g. in connection with the PERSIsT-API and the entity registry ERMR.
Note: this is a prototype tool and does not map all output modules from PET into LRM snippets.
Make sure that you have installed a recent Java runtime.
Download the file PET2LRM.jar from the releases tab. Open a command line, navigate to the folder where you have stored PET2LRM.jar:
java -jar PET2LRM.jar -d /path/to/PET/Output/Directory -o lrmsnippets.owl
where /path/to/PET/Output/Directory is the path to the PET output directory and -o specifies the path to the OWL snippets output file.
Usage: PET to LRM Export tool [options]
Options:
* -d, --data
Location of the main PET folder
-h, --help
print this message
Default: false
-o, --out
output file. Default:out.owl
Default: FileStorageInterface
-s, --storage
Storage system for the extraction results. Default:fileInterface
Default: FileStorageInterface
There is a Maven file for building this tool. Note that it is dependant onthe PET Tool which is available here.
This project has received funding from the European Union’s Seventh Framework Programme for research, technological development and demonstration under grant agreement no FP7- 601138 PERICLES.