-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
The upcoming release of the Phyloref Ontology will have a phyloref:has_outside_TU property that is equivalent to has_Ancestor o excludes_TU. We can therefore replace the expanded version of this expression in PhylorefWrapper.js with this new term once the new version of the Phyloref Ontology has been released.
phyx.js/src/wrappers/PhylorefWrapper.js
Lines 681 to 694 in 7354c6f
| remainingExternals.forEach((externalTU) => { | |
| intersectionExprs.push({ | |
| '@type': 'owl:Restriction', | |
| onProperty: 'obo:CDAO_0000144', // has_Ancestor | |
| someValuesFrom: { | |
| '@type': 'owl:Restriction', | |
| onProperty: 'phyloref:excludes_TU', | |
| someValuesFrom: new TaxonomicUnitWrapper( | |
| externalTU, | |
| this.defaultNomenCode | |
| ).asOWLEquivClass, | |
| }, | |
| }); | |
| }); |
Metadata
Metadata
Assignees
Labels
No labels