Skip to content

Commit

Permalink
Add shorthand for conforms-to-gpad.
Browse files Browse the repository at this point in the history
  • Loading branch information
balhoff committed Jul 25, 2024
1 parent bde1b43 commit 1b7be26
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ public enum AnnotationShorthand {
deprecated(OWLRDFVocabulary.OWL_DEPRECATED.getIRI()), // model annotation to indicate deprecated models
templatestate(IRI.create("http://geneontology.org/lego/templatestate"), "template"), // designate a model as a template
modelstate(IRI.create("http://geneontology.org/lego/modelstate"), "state"),
wasDerivedFrom(IRI.create("http://www.w3.org/ns/prov#wasDerivedFrom"), "wasDerivedFrom");
wasDerivedFrom(IRI.create("http://www.w3.org/ns/prov#wasDerivedFrom"), "wasDerivedFrom"),
conformsToGPAD(IRI.create("http://geneontology.org/lego/conforms_to_gpad"), "conforms-to-gpad");


private final IRI annotationProperty;
Expand Down

0 comments on commit 1b7be26

Please sign in to comment.