Skip to content

Replace CDAO:has_Ancestor expression with phyloref:has_outside_TU #83

@gaurav

Description

@gaurav

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.

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions