Skip to content

Commit

Permalink
add full set of oio synonym predicates as defaults (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesamcl committed May 19, 2023
1 parent a160f13 commit 1df3d01
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ public static Set<String> getSynonymProperties(OntologyGraph graph) {

Set<String> synonymProperties = new TreeSet<>(
List.of(
"http://www.geneontology.org/formats/oboInOwl#hasExactSynonym"
"http://www.geneontology.org/formats/oboInOwl#hasExactSynonym",
"http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym",
"http://www.geneontology.org/formats/oboInOwl#hasNarrowSynonym",
"http://www.geneontology.org/formats/oboInOwl#hasBroadSynonym",
"http://www.geneontology.org/formats/oboInOwl#hasSynonym"
)
);

Expand Down

0 comments on commit 1df3d01

Please sign in to comment.