You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Docs show the classic SubClassOf SomeValuesFrom -> Edge pattern
E.g.
‘electron transport activity’ EquivalentTo 'oxidoreductase activity’ and ('part of' some 'electron transport chain')
<=>
ETA owl:eq _:1 .
_:1 a os:ClosedAnonClass .
_:1 rdfs:subClassOf OR .
<<_:1 part-of ETC>> os:interp op:AllSome .
The text was updated successfully, but these errors were encountered:
Docs show the classic SubClassOf SomeValuesFrom -> Edge pattern
E.g.
The text was updated successfully, but these errors were encountered: