Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VFB expression annotator

This tool annotates expressions in a VFB config file using a specific configurable annotation property.

You can build the jar with

mvn clean package

Example parameters: ontology_path = "/Users/matentzn/pipeline/vfb-pipeline-dumps/test/pdb.owl"; config_path = "/Users/matentzn/pipeline/vfb-prod/neo4j2owl-config.yaml"; annotation_iri = "http://n2o.neo/property/nodeLabel"; outfile_path = "/Users/matentzn/pipeline/vfb-pipeline-dumps/test/annotations.owl";*/

Example use:

inferred_annotation.owl:
	java -jar infer-annotate.jar $(ontology_path) $(config_path) $(annotation_iri) $(outfile_path)

About

VFB Expression Annotator tags classes based on the VFB clas expression config

Resources

Stars

0 stars

Watchers

4 watching

Forks

Releases

Packages

Used by

Contributors

Languages