Skip to content

danka74/SnomedCTParser

Repository files navigation

SnomedCTParser

Build Dependency Status

ANTLR 4 parser for the draft 2014 SNOMED CT Compositional Grammar.

OWL API 4.x compliant classes for loading and storing SNOMED CT Compositional Grammar statements or expressions.

File format is a sequence of Compositionl Grammar statements.

Installation

From source

mvn install

From Maven Central

<dependency>
    <groupId>se.liu.imt.mi.snomedct</groupId>
    <artifactId>SnomedCTParser</artifactId>
    <version>0.4</version>
</dependency>

Additionally, there are some utility methods in the se.liu.imt.mi.snomedct.expression.tools package.

SNOMEDCTTranslator

Usage:

java -jar SnomedCTParser-0.4-jar-with-dependencies.jar <input file> [-f [turtle|owlf|sct] -s <SNOMED CT OWL file> -n [stated|distribution|flat] -l]

The input file is any OWL file or a SNOMED CT Compositional grammar file (using the file format described above).

The flag -f selects the format for the output file.

The flag -n selects any processing of the ontology in the input file. "stated" means no processing. "distribution" means that the ontology is classified and that a Distribution Normal Form transformation is applied. [Only applicable to the SNOMED CT Observables model: "flat" means that any classes based on the nested version of the Obseravbles model is translated into the flat version of the Obseravbles model.]

The -s flag is used to supply a SNOMED CT OWL file (or possibly a module) which is imported into the ontology from the input file before classification (if applicable).

The -l flag, when present, labels are added to OWL classes/Compositional Grammar expressions.

SNOMEDCTSignatureGenerator

Generates signature files for OWL module extraction by e.g. https://github.com/rsgoncalves/module-extractor

Usage:

java -cp SnomedCTParser-0.4-jar-with-dependencies.jar se.liu.imt.mi.snomedct.expression.tools.SNOMEDCTSignatureGenerator <input file> [-f <format>] [<output file>]

The input file is a Compositional Grammar file as e.g. generated by the tool above.

The flag -f selects the format for the output file, either:

  • url for a file with lines on the form "http://snomed.info/id/<SCTID>"
  • | for a file with lines on the form "<SCTID>|"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published