Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

slimmed OWL files should get provenance details #2

Open
egonw opened this issue Oct 28, 2014 · 1 comment
Open

slimmed OWL files should get provenance details #2

egonw opened this issue Oct 28, 2014 · 1 comment

Comments

@egonw
Copy link
Contributor

egonw commented Oct 28, 2014

This includes:

  • version it was derived from
  • date
  • Jenkins job(?) or just "eNanoMapper"
  • ...
@egonw
Copy link
Contributor Author

egonw commented May 11, 2015

original OWL file should use owl:priorVersion... just need to get it out...

// prior version
owlAnnotationProperty =
  dataFac.getOWLAnnotationProperty(OWLRDFVocabulary.OWL_PRIOR_VERSION.getIRI());
anno = dataFac.getOWLAnnotation(owlAnnotationProperty, oldVersion);
man.applyChange(new AddOntologyAnnotation(onto, anno));

JKChang2015 pushed a commit that referenced this issue Feb 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant