Command line tools for SADL? #465
-
Are there any command line tools for SADL? How are the SADL ontology files translated into OWL / RDF files for uploading into the RACK? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
As far as I know, everyone has been installing SADL into their Eclipse and using SADL in their Eclipse UI to translate SADL ontology files into OWL files for uploading to RACK. SADL has a command line application which is undocumented and difficult to use - see com.ge.research.sadl.applications. You still need to install SADL into an existing Eclipse before you can run com.ge.research.sadl.applications from the command line. I want to Dockerize an Eclipse installation on disk with SADL already installed and write an entry point script along with documentation to make the application easier to use. I've done some preliminary work but it's been focused on SADL's logging. I haven't started the Dockerization yet. |
Beta Was this translation helpful? Give feedback.
-
We are not using any command line tools to translate SADL to OWL (we generate OWL in eclipse IDE). |
Beta Was this translation helpful? Give feedback.
-
We now have a dockerized SADL-Eclipse image (see https://hub.docker.com/repository/docker/sadl/sadl-eclipse/) which can translate a SADL project's SADL files to OWL files on the command line without needing a full install of Eclipse. You are welcome to use this image and provide feedback. Note that SADL or Jena (I don't know which) uses an unpredictable order when writing triples to OWL files, so the diff command would not be useful for comparing old versus new OWL files (the diff command would find differences every time). |
Beta Was this translation helpful? Give feedback.
We now have a dockerized SADL-Eclipse image (see https://hub.docker.com/repository/docker/sadl/sadl-eclipse/) which can translate a SADL project's SADL files to OWL files on the command line without needing a full install of Eclipse. You are welcome to use this image and provide feedback. Note that SADL or Jena (I don't know which) uses an unpredictable order when writing triples to OWL files, so the diff command would not be useful for comparing old versus new OWL files (the diff command would find differences every time).